Searched refs:enable_iface_cb (Results 1 – 3 of 3) sorted by relevance
601 int (*enable_iface_cb)(struct hostapd_iface *iface); member
2727 if (hapd_iface->enable_iface_cb) in hostapd_enable_iface()2728 return hapd_iface->enable_iface_cb(hapd_iface); in hostapd_enable_iface()
407 ifmsh->enable_iface_cb = wpa_supplicant_mesh_enable_iface_cb; in wpa_supplicant_mesh_init()