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