Searched refs:for_each_interface (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | utils.c | 80 if (hapd->iface->for_each_interface) in hostapd_prune_associations() 81 hapd->iface->for_each_interface(hapd->iface->interfaces, in hostapd_prune_associations()
|
D | wpa_auth_glue.c | 297 if (hapd->iface->for_each_interface == NULL) in hostapd_wpa_auth_for_each_auth() 301 return hapd->iface->for_each_interface(hapd->iface->interfaces, in hostapd_wpa_auth_for_each_auth() 354 if (proto == ETH_P_RRB && hapd->iface->for_each_interface) { in hostapd_wpa_auth_send_ether() 361 res = hapd->iface->for_each_interface(hapd->iface->interfaces, in hostapd_wpa_auth_send_ether()
|
D | wps_hostapd.c | 76 if (iface->for_each_interface == NULL) in hostapd_wps_for_each() 78 return iface->for_each_interface(iface->interfaces, wps_for_each, in hostapd_wps_for_each() 703 if (iface->for_each_interface == NULL) in get_own_uuid() 706 iface->for_each_interface(iface->interfaces, get_uuid_cb, &uuid); in get_own_uuid() 722 if (iface->for_each_interface == NULL) in interface_count() 724 iface->for_each_interface(iface->interfaces, count_interface_cb, in interface_count()
|
D | hostapd.h | 239 int (*for_each_interface)(struct hapd_interfaces *interfaces, member
|
/external/wpa_supplicant_8/hostapd/ |
D | main.c | 198 hapd_iface->for_each_interface = hostapd_for_each_interface; in hostapd_init()
|