Home | History | Annotate | Download | only in ap

Lines Matching refs:wpa_auth

26 #include "wpa_auth.h"
311 if (iface->bss[i]->wpa_auth &&
312 data->cb(iface->bss[i]->wpa_auth, data->cb_ctx))
362 wpa_ft_rrb_rx(hapd->wpa_auth,
469 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth, sta->addr);
490 wpa_ft_rrb_rx(hapd->wpa_auth, ethhdr->h_source, buf + sizeof(*ethhdr),
537 hapd->wpa_auth = wpa_init(hapd->own_addr, &_conf, &cb);
538 if (hapd->wpa_auth == NULL) {
549 wpa_ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &wpa_ie_len);
587 wpa_reconfig(hapd->wpa_auth, &wpa_auth_conf);
595 if (hapd->wpa_auth) {
596 wpa_deinit(hapd->wpa_auth);
597 hapd->wpa_auth = NULL;