Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dhostapd.h737 struct hostapd_iface * hostapd_alloc_iface(void);
Dhostapd.c3017 struct hostapd_iface * hostapd_alloc_iface(void) in hostapd_alloc_iface() function
3199 hapd_iface = hostapd_alloc_iface(); in hostapd_init()
3622 hostapd_alloc_iface(); in hostapd_iface_alloc()
/hostap-latest/wpa_supplicant/
Dmesh.c400 wpa_s->ifmsh = ifmsh = hostapd_alloc_iface(); in wpa_supplicant_mesh_init()
Dap.c1064 wpa_s->ap_iface = hapd_iface = hostapd_alloc_iface(); in wpa_supplicant_create_ap()