Lines Matching refs:wpa_auth

659 		if (iface->bss[i]->wpa_auth &&  in wpa_auth_iface_iter()
660 data->cb(iface->bss[i]->wpa_auth, data->cb_ctx)) in wpa_auth_iface_iter()
699 if (hapd->wpa_auth) { in hostapd_wpa_ft_rrb_rx_later()
700 wpa_ft_rrb_rx(hapd->wpa_auth, data->addr, in hostapd_wpa_ft_rrb_rx_later()
728 !hapd->wpa_auth || in hostapd_wpa_auth_ft_iter()
877 if (hapd->wpa_auth && oui_ctx) { in hostapd_oui_deliver_later()
1168 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth, sta->addr, NULL); in hostapd_wpa_auth_add_sta()
1471 wpa_ft_rrb_rx(hapd->wpa_auth, ethhdr->h_source, buf + sizeof(*ethhdr), in hostapd_rrb_receive()
1487 wpa_ft_rrb_oui_rx(hapd->wpa_auth, src_addr, dst_addr, oui_suffix, buf, in hostapd_rrb_oui_receive()
1610 wpa_auth_ml_get_key_info(hapd->wpa_auth, in hostapd_wpa_auth_get_ml_key_info()
1621 wpa_auth_ml_get_key_info(bss->wpa_auth, in hostapd_wpa_auth_get_ml_key_info()
1717 _conf.tx_bss_auth = tx_bss->wpa_auth; in hostapd_setup_wpa()
1770 if (lhapd->wpa_auth) in hostapd_setup_wpa()
1771 _conf.first_link_auth = lhapd->wpa_auth; in hostapd_setup_wpa()
1776 hapd->wpa_auth = wpa_init(hapd->own_addr, &_conf, &cb, hapd); in hostapd_setup_wpa()
1777 if (hapd->wpa_auth == NULL) { in hostapd_setup_wpa()
1788 wpa_ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &wpa_ie_len); in hostapd_setup_wpa()
1840 wpa_reconfig(hapd->wpa_auth, &wpa_auth_conf); in hostapd_reconfig_wpa()
1851 if (hapd->wpa_auth) { in hostapd_deinit_wpa()
1852 wpa_deinit(hapd->wpa_auth); in hostapd_deinit_wpa()
1853 hapd->wpa_auth = NULL; in hostapd_deinit_wpa()