Lines Matching refs:wpa_auth
372 if (iface->bss[i]->wpa_auth && in wpa_auth_iface_iter()
373 data->cb(iface->bss[i]->wpa_auth, data->cb_ctx)) in wpa_auth_iface_iter()
423 wpa_ft_rrb_rx(hapd->wpa_auth, in hostapd_wpa_auth_ft_iter()
545 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth, sta->addr, NULL); in hostapd_wpa_auth_add_sta()
566 wpa_ft_rrb_rx(hapd->wpa_auth, ethhdr->h_source, buf + sizeof(*ethhdr), in hostapd_rrb_receive()
614 hapd->wpa_auth = wpa_init(hapd->own_addr, &_conf, &cb); in hostapd_setup_wpa()
615 if (hapd->wpa_auth == NULL) { in hostapd_setup_wpa()
626 wpa_ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &wpa_ie_len); in hostapd_setup_wpa()
665 wpa_reconfig(hapd->wpa_auth, &wpa_auth_conf); in hostapd_reconfig_wpa()
673 if (hapd->wpa_auth) { in hostapd_deinit_wpa()
674 wpa_deinit(hapd->wpa_auth); in hostapd_deinit_wpa()
675 hapd->wpa_auth = NULL; in hostapd_deinit_wpa()