Home
last modified time | relevance | path

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

/hostap-3.7.0/src/ap/
Dhostapd.h601 int (*enable_iface_cb)(struct hostapd_iface *iface); member
Dhostapd.c2727 if (hapd_iface->enable_iface_cb) in hostapd_enable_iface()
2728 return hapd_iface->enable_iface_cb(hapd_iface); in hostapd_enable_iface()
/hostap-3.7.0/wpa_supplicant/
Dmesh.c407 ifmsh->enable_iface_cb = wpa_supplicant_mesh_enable_iface_cb; in wpa_supplicant_mesh_init()