Lines Matching refs:interfaces
673 if (hapd->iface->interfaces == NULL || in hostapd_wpa_auth_for_each_auth()
674 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()
679 hapd->iface->interfaces, wpa_auth_iface_iter, &data); in hostapd_wpa_auth_for_each_auth()
794 if (proto == ETH_P_RRB && hapd->iface->interfaces && in hostapd_wpa_auth_send_ether()
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()
803 hapd->iface->interfaces, hostapd_wpa_auth_ft_iter, in hostapd_wpa_auth_send_ether()
978 if (hapd->iface->interfaces && in hostapd_wpa_auth_send_oui()
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()
989 hapd->iface->interfaces, hostapd_wpa_auth_oui_iter, in hostapd_wpa_auth_send_oui()
1597 if (!hapd->conf->mld_ap || !hapd->iface || !hapd->iface->interfaces) in hostapd_wpa_auth_get_ml_key_info()