| /src/external/bsd/wpa/dist/src/ap/ |
| 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...] |
| wpa_auth_ie.h | 14 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth);
|
| 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...] |
| wpa_auth_ft.c | 28 #include "wpa_auth.h" 631 static int wpa_ft_rrb_send(struct wpa_authenticator *wpa_auth, const u8 *dst, 634 if (wpa_auth->cb->send_ether == NULL) 637 return wpa_auth->cb->send_ether(wpa_auth->cb_ctx, dst, ETH_P_RRB, 642 static int wpa_ft_rrb_oui_send(struct wpa_authenticator *wpa_auth, 646 if (!wpa_auth->cb->send_oui) 650 return wpa_auth->cb->send_oui(wpa_auth->cb_ctx, dst, oui_suffix, data, 655 static int wpa_ft_action_send(struct wpa_authenticator *wpa_auth, 1679 struct wpa_authenticator *wpa_auth = eloop_ctx; local 1764 struct wpa_authenticator *wpa_auth = eloop_ctx; local 2369 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local 2983 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local 3868 struct wpa_authenticator *wpa_auth = sm->wpa_auth; local [all...] |
| wpa_auth_ie.c | 17 #include "wpa_auth.h" 509 int wpa_auth_gen_wpa_ie(struct wpa_authenticator *wpa_auth) 515 if (wpa_auth->conf.own_ie_override_len) { 517 wpa_auth->conf.own_ie_override, 518 wpa_auth->conf.own_ie_override_len); 519 os_free(wpa_auth->wpa_ie); 520 wpa_auth->wpa_ie = 521 os_malloc(wpa_auth->conf.own_ie_override_len); 522 if (wpa_auth->wpa_ie == NULL) 524 os_memcpy(wpa_auth->wpa_ie, wpa_auth->conf.own_ie_override [all...] |
| wpa_auth_i.h | 20 struct wpa_authenticator *wpa_auth; member in struct:wpa_state_machine 183 struct wpa_authenticator *wpa_auth; member in struct:wpa_state_machine::mld_link 307 void wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr, 309 void wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr, 312 void __wpa_send_eapol(struct wpa_authenticator *wpa_auth, 317 int wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth, 320 int wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth, 323 void wpa_auth_store_ptksa(struct wpa_authenticator *wpa_auth,
|
| tkip_countermeasures.c | 18 #include "wpa_auth.h" 41 wpa_auth_countermeasures_start(hapd->wpa_auth); 44 wpa_gtk_rekey(hapd->wpa_auth);
|
| Makefile | 53 wpa_auth.o \
|
| vlan_init.c | 17 #include "wpa_auth.h" 51 if (hapd->wpa_auth) 52 ret = wpa_auth_ensure_group(hapd->wpa_auth, vlan->vlan_id); 59 if (wpa_auth_release_group(hapd->wpa_auth, vlan->vlan_id)) 74 ret = wpa_auth_release_group(hapd->wpa_auth, vlan->vlan_id);
|
| wpa_auth_glue.c | 34 #include "wpa_auth.h" 611 if (iface->bss[i]->wpa_auth && 612 data->cb(iface->bss[i]->wpa_auth, data->cb_ctx)) 651 if (hapd->wpa_auth) { 652 wpa_ft_rrb_rx(hapd->wpa_auth, data->addr, 680 !hapd->wpa_auth || 829 if (hapd->wpa_auth && oui_ctx) { 1120 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth, sta->addr, NULL); 1423 wpa_ft_rrb_rx(hapd->wpa_auth, ethhdr->h_source, buf + sizeof(*ethhdr), 1439 wpa_ft_rrb_oui_rx(hapd->wpa_auth, src_addr, dst_addr, oui_suffix, buf [all...] |
| preauth_auth.c | 23 #include "wpa_auth.h" 208 if (wpa_auth_pmksa_add_preauth(hapd->wpa_auth, key, len,
|
| 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...] |
| hostapd.c | 35 #include "wpa_auth.h" 121 if (hapd->wpa_auth) 165 if ((hapd->conf->wpa || hapd->conf->osen) && hapd->wpa_auth == NULL) { 167 if (hapd->wpa_auth) 168 wpa_init_keys(hapd->wpa_auth); 173 wpa_ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &wpa_ie_len); 177 } else if (hapd->wpa_auth) { 178 wpa_deinit(hapd->wpa_auth); 179 hapd->wpa_auth = NULL; 1155 if (!hapd->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...] |
| ctrl_iface_ap.c | 18 #include "wpa_auth.h" 1159 return wpa_auth_pmksa_list(hapd->wpa_auth, buf, len); 1165 wpa_auth_pmksa_flush(hapd->wpa_auth); 1212 return wpa_auth_pmksa_add2(hapd->wpa_auth, spa, pmk, pmk_len, 1223 return wpa_auth_pmksa_list_mesh(hapd->wpa_auth, addr, buf, len);
|
| hostapd.h | 214 struct wpa_authenticator *wpa_auth; member in struct:hostapd_data
|
| beacon.c | 25 #include "wpa_auth.h" 313 ies = wpa_auth_get_wpa_ie(hapd->wpa_auth, &ies_len); 327 ies = wpa_auth_get_wpa_ie(hapd->wpa_auth, &ies_len); 1963 if (wpa_auth_write_fd_rsn_info(hapd->wpa_auth, fd_rsn_info)) {
|
| wnm_ap.c | 20 #include "ap/wpa_auth.h" 890 wpa_auth_pmksa_remove(hapd->wpa_auth, sta->addr);
|
| ieee802_1x.c | 30 #include "wpa_auth.h" 1183 wpa_receive(hapd->wpa_auth, sta->wpa_sm, (u8 *) hdr, 2730 wpa_auth_eapol_key_tx_status(hapd->wpa_auth,
|
| dpp_hostapd.c | 23 #include "wpa_auth.h" 2032 if (!hapd->wpa_auth || 2143 if (wpa_auth_pmksa_add2(hapd->wpa_auth, src, intro.pmk, intro.pmk_len, 2917 if (wpa_auth_pmksa_add2(hapd->wpa_auth, src, intro.pmk, intro.pmk_len,
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| mesh_rsn.c | 19 #include "ap/wpa_auth.h" 272 bss->wpa_auth = mesh_rsn->auth; 280 ret = wpa_auth_pmksa_add_entry(bss->wpa_auth, 391 pmksa = wpa_auth_pmksa_get(hapd->wpa_auth, sta->addr, NULL); 394 sta->wpa_sm = wpa_auth_sta_init(hapd->wpa_auth, 406 wpa_auth_pmksa_set_to_sm(pmksa, sta->wpa_sm, hapd->wpa_auth, 666 if (!wpa_auth_pmksa_get(hapd->wpa_auth, sta->addr, NULL)) {
|
| mesh_mpm.c | 20 #include "ap/wpa_auth.h" 533 wpa_auth_pmksa_remove(hapd->wpa_auth, sta->addr); 1256 wpa_auth_pmksa_get(hapd->wpa_auth, mgmt->sa, NULL)))
|
| /src/external/bsd/wpa/bin/hostapd/ |
| Makefile | 42 wpa_auth.c \
|
| /src/external/bsd/wpa/dist/hostapd/ |
| ctrl_iface.c | 52 #include "ap/wpa_auth.h" 61 #include "ap/wpa_auth.h" 1326 wpa_auth_set_transition_disable(hapd->wpa_auth, 1332 wpa_auth_set_ft_rsnxe_used(hapd->wpa_auth, 1336 hapd->wpa_auth, WPA_AUTH_OCV_OVERRIDE_EAPOL_M3, 1340 hapd->wpa_auth, WPA_AUTH_OCV_OVERRIDE_EAPOL_G1, 1344 hapd->wpa_auth, WPA_AUTH_OCV_OVERRIDE_FT_ASSOC, 1348 hapd->wpa_auth, 2381 return wpa_auth_rekey_ptk(hapd->wpa_auth, sta->wpa_sm); 2390 pmksa = wpa_auth_pmksa_get(hapd->wpa_auth, addr, NULL) [all...] |
| Android.mk | 97 OBJS += src/ap/wpa_auth.c
|