Home
last modified time | relevance | path

Searched refs:for_each_interface (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dutils.c80 if (hapd->iface->for_each_interface) in hostapd_prune_associations()
81 hapd->iface->for_each_interface(hapd->iface->interfaces, in hostapd_prune_associations()
Dwpa_auth_glue.c297 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()
Dwps_hostapd.c76 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()
Dhostapd.h239 int (*for_each_interface)(struct hapd_interfaces *interfaces, member
/external/wpa_supplicant_8/hostapd/
Dmain.c198 hapd_iface->for_each_interface = hostapd_for_each_interface; in hostapd_init()