Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/src/ap/
HDutils.c93 hapd->iface->interfaces->for_each_interface) in hostapd_prune_associations()
94 hapd->iface->interfaces->for_each_interface( in hostapd_prune_associations()
HDwpa_auth_glue.c387 hapd->iface->interfaces->for_each_interface == NULL) in hostapd_wpa_auth_for_each_auth()
391 return hapd->iface->interfaces->for_each_interface( in hostapd_wpa_auth_for_each_auth()
460 hapd->iface->interfaces->for_each_interface) { in hostapd_wpa_auth_send_ether()
467 res = hapd->iface->interfaces->for_each_interface( in hostapd_wpa_auth_send_ether()
HDwps_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()
907 iface->interfaces->for_each_interface == NULL) in get_own_uuid()
910 iface->interfaces->for_each_interface(iface->interfaces, get_uuid_cb, in get_own_uuid()
928 iface->interfaces->for_each_interface == NULL) in interface_count()
930 iface->interfaces->for_each_interface(iface->interfaces, in interface_count()
HDhostapd.h37 int (*for_each_interface)(struct hapd_interfaces *interfaces, member
/NextBSD/contrib/wpa/hostapd/
HDmain.c580 interfaces.for_each_interface = hostapd_for_each_interface; in main()