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.c93 hapd->iface->interfaces->for_each_interface) in hostapd_prune_associations()
94 hapd->iface->interfaces->for_each_interface( in hostapd_prune_associations()
Dwpa_auth_glue.c395 hapd->iface->interfaces->for_each_interface == NULL) in hostapd_wpa_auth_for_each_auth()
399 return hapd->iface->interfaces->for_each_interface( in hostapd_wpa_auth_for_each_auth()
470 hapd->iface->interfaces->for_each_interface) { in hostapd_wpa_auth_send_ether()
477 res = hapd->iface->interfaces->for_each_interface( in hostapd_wpa_auth_send_ether()
Dwps_hostapd.c88 iface->interfaces->for_each_interface == NULL) in hostapd_wps_for_each()
90 return iface->interfaces->for_each_interface(iface->interfaces, in hostapd_wps_for_each()
910 iface->interfaces->for_each_interface == NULL) in get_own_uuid()
913 iface->interfaces->for_each_interface(iface->interfaces, get_uuid_cb, in get_own_uuid()
931 iface->interfaces->for_each_interface == NULL) in interface_count()
933 iface->interfaces->for_each_interface(iface->interfaces, in interface_count()
Dhostapd.h37 int (*for_each_interface)(struct hapd_interfaces *interfaces, member
/external/wpa_supplicant_8/hostapd/
Dmain.c595 interfaces.for_each_interface = hostapd_for_each_interface; in main()