Lines Matching refs:wpa_auth
611 if (iface->bss[i]->wpa_auth && in wpa_auth_iface_iter()
612 data->cb(iface->bss[i]->wpa_auth, data->cb_ctx)) in wpa_auth_iface_iter()
651 if (hapd->wpa_auth) { in hostapd_wpa_ft_rrb_rx_later()
652 wpa_ft_rrb_rx(hapd->wpa_auth, data->addr, in hostapd_wpa_ft_rrb_rx_later()
680 !hapd->wpa_auth || in hostapd_wpa_auth_ft_iter()
829 if (hapd->wpa_auth && oui_ctx) { in hostapd_oui_deliver_later()
1120 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth, sta->addr, NULL); in hostapd_wpa_auth_add_sta()
1423 wpa_ft_rrb_rx(hapd->wpa_auth, ethhdr->h_source, buf + sizeof(*ethhdr), in hostapd_rrb_receive()
1439 wpa_ft_rrb_oui_rx(hapd->wpa_auth, src_addr, dst_addr, oui_suffix, buf, in hostapd_rrb_oui_receive()
1562 wpa_auth_ml_get_key_info(hapd->wpa_auth, in hostapd_wpa_auth_get_ml_key_info()
1573 wpa_auth_ml_get_key_info(bss->wpa_auth, in hostapd_wpa_auth_get_ml_key_info()
1669 _conf.tx_bss_auth = tx_bss->wpa_auth; in hostapd_setup_wpa()
1722 if (lhapd->wpa_auth) in hostapd_setup_wpa()
1723 _conf.first_link_auth = lhapd->wpa_auth; in hostapd_setup_wpa()
1728 hapd->wpa_auth = wpa_init(hapd->own_addr, &_conf, &cb, hapd); in hostapd_setup_wpa()
1729 if (hapd->wpa_auth == NULL) { in hostapd_setup_wpa()
1740 wpa_ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &wpa_ie_len); in hostapd_setup_wpa()
1792 wpa_reconfig(hapd->wpa_auth, &wpa_auth_conf); in hostapd_reconfig_wpa()
1803 if (hapd->wpa_auth) { in hostapd_deinit_wpa()
1804 wpa_deinit(hapd->wpa_auth); in hostapd_deinit_wpa()
1805 hapd->wpa_auth = NULL; in hostapd_deinit_wpa()