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