Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dhostapd.h714 int (*enable_iface_cb)(struct hostapd_iface *iface); member
Dhostapd.c3485 if (hapd_iface->enable_iface_cb) in hostapd_enable_iface()
3486 return hapd_iface->enable_iface_cb(hapd_iface); in hostapd_enable_iface()
/hostap-latest/wpa_supplicant/
Dmesh.c408 ifmsh->enable_iface_cb = wpa_supplicant_mesh_enable_iface_cb; in wpa_supplicant_mesh_init()