HomeSort by: relevance | last modified time | path
    Searched refs:WPA_AUTH (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
wpa_auth.h 412 int wpa_init_keys(struct wpa_authenticator *wpa_auth);
413 void wpa_deinit(struct wpa_authenticator *wpa_auth);
414 int wpa_reconfig(struct wpa_authenticator *wpa_auth,
426 wpa_validate_wpa_ie(struct wpa_authenticator *wpa_auth,
433 int wpa_validate_osen(struct wpa_authenticator *wpa_auth,
440 wpa_auth_sta_init(struct wpa_authenticator *wpa_auth, const u8 *addr,
442 int wpa_auth_sta_associated(struct wpa_authenticator *wpa_auth,
446 void wpa_receive(struct wpa_authenticator *wpa_auth,
450 WPA_AUTH, WPA_ASSOC, WPA_DISASSOC, WPA_DEAUTH, WPA_REAUTH,
456 void wpa_gtk_rekey(struct wpa_authenticator *wpa_auth);
    [all...]
ieee802_11.c 39 #include "wpa_auth.h"
396 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH);
968 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH);
973 wpa_auth_pmksa_add_sae(hapd->wpa_auth, sta->addr,
1139 wpa_auth_pmksa_remove(hapd->wpa_auth, sta->addr);
1365 wpa_auth_pmksa_remove(hapd->wpa_auth, sta->addr);
1929 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth, sta->addr,
1938 res = wpa_validate_wpa_ie(hapd->wpa_auth, sta->wpa_sm,
1969 pmksa = wpa_auth_pmksa_get(hapd->wpa_auth, sta->addr,
1973 pmksa = wpa_auth_pmksa_get_fils_cache_id(hapd->wpa_auth,
    [all...]
wpa_auth.c 33 #include "wpa_auth.h"
54 static void wpa_group_sm_step(struct wpa_authenticator *wpa_auth,
57 static int wpa_gtk_update(struct wpa_authenticator *wpa_auth,
59 static int wpa_group_config_group_keys(struct wpa_authenticator *wpa_auth,
66 static void wpa_group_free(struct wpa_authenticator *wpa_auth,
68 static void wpa_group_get(struct wpa_authenticator *wpa_auth,
70 static void wpa_group_put(struct wpa_authenticator *wpa_auth,
74 static void wpa_group_update_gtk(struct wpa_authenticator *wpa_auth,
93 return sm->wpa_auth->mld_addr;
95 return sm->wpa_auth->addr
152 struct wpa_authenticator *wpa_auth; member in struct:wpa_get_link_auth_ctx
475 struct wpa_authenticator *wpa_auth = eloop_ctx; local
565 struct wpa_authenticator *wpa_auth = eloop_ctx; local
602 struct wpa_authenticator *wpa_auth = eloop_ctx; local
637 struct wpa_authenticator *wpa_auth = ctx; local
736 struct wpa_authenticator *wpa_auth; local
1066 struct wpa_authenticator *wpa_auth; local
1947 struct wpa_authenticator *wpa_auth = eloop_ctx; local
2995 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
3553 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
3628 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
4012 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
4036 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
4240 struct wpa_authenticator *wpa_auth; local
4451 struct wpa_authenticator *wpa_auth; local
4490 struct wpa_authenticator *wpa_auth; local
5012 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
5262 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
5610 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local
    [all...]
drv_callbacks.c 33 #include "wpa_auth.h"
508 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
525 res = wpa_validate_wpa_ie(hapd->wpa_auth, sta->wpa_sm,
670 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
677 if (wpa_validate_osen(hapd->wpa_auth, sta->wpa_sm,
1568 wpa_auth_sm_event(sta->wpa_sm, WPA_AUTH);
1604 if (rx_auth->auth_type == WLAN_AUTH_FT && hapd->wpa_auth) {
1607 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth,
2290 if (!hapd || !hapd->wpa_auth) {
2696 if (hapd->wpa_auth)
    [all...]

Completed in 40 milliseconds