Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dutils.c109 hapd->iface->interfaces->for_each_interface) in hostapd_prune_associations()
110 hapd->iface->interfaces->for_each_interface( in hostapd_prune_associations()
Dwpa_auth_glue.c674 hapd->iface->interfaces->for_each_interface == NULL) in hostapd_wpa_auth_for_each_auth()
678 return hapd->iface->interfaces->for_each_interface( in hostapd_wpa_auth_for_each_auth()
795 hapd->iface->interfaces->for_each_interface) { in hostapd_wpa_auth_send_ether()
802 res = hapd->iface->interfaces->for_each_interface( in hostapd_wpa_auth_send_ether()
979 hapd->iface->interfaces->for_each_interface) { in hostapd_wpa_auth_send_oui()
988 res = hapd->iface->interfaces->for_each_interface( in hostapd_wpa_auth_send_oui()
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()
996 iface->interfaces->for_each_interface == NULL) in get_own_uuid()
999 iface->interfaces->for_each_interface(iface->interfaces, get_uuid_cb, in get_own_uuid()
1017 iface->interfaces->for_each_interface == NULL) in interface_count()
1019 iface->interfaces->for_each_interface(iface->interfaces, in interface_count()
Dhostapd.h54 int (*for_each_interface)(struct hapd_interfaces *interfaces, member
Dhostapd.c2406 !hapd->iface->interfaces->for_each_interface) in hostapd_owe_trans_get_info()
2409 return hapd->iface->interfaces->for_each_interface( in hostapd_owe_trans_get_info()
2452 !iface->interfaces->for_each_interface) in hostapd_owe_update_trans()
2455 iface->interfaces->for_each_interface( in hostapd_owe_update_trans()
/hostap-latest/hostapd/
Dmain.c789 interfaces.for_each_interface = hostapd_for_each_interface; in main()