Home
last modified time | relevance | path

Searched refs:hostapd_alloc_iface (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dhostapd.h479 struct hostapd_iface * hostapd_alloc_iface(void);
Dhostapd.c2079 struct hostapd_iface * hostapd_alloc_iface(void) in hostapd_alloc_iface() function
2110 hapd_iface = hostapd_alloc_iface(); in hostapd_init()
2446 hostapd_alloc_iface(); in hostapd_iface_alloc()
/external/wpa_supplicant_8/wpa_supplicant/
Dap.c680 wpa_s->ap_iface = hapd_iface = hostapd_alloc_iface(); in wpa_supplicant_create_ap()