/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_mlme.c | 51 * AuthenticationType = sta->auth_alg (WLAN_AUTH_OPEN / WLAN_AUTH_SHARED_KEY) 59 MAC2STR(sta->addr), mlme_auth_alg_str(sta->auth_alg)); in mlme_authenticate_indication() 60 if (sta->auth_alg != WLAN_AUTH_FT && in mlme_authenticate_indication() 61 sta->auth_alg != WLAN_AUTH_FILS_SK && in mlme_authenticate_indication() 62 sta->auth_alg != WLAN_AUTH_FILS_SK_PFS && in mlme_authenticate_indication() 63 sta->auth_alg != WLAN_AUTH_FILS_PK && in mlme_authenticate_indication() 112 if (sta->auth_alg != WLAN_AUTH_FT && in mlme_associate_indication() 113 sta->auth_alg != WLAN_AUTH_FILS_SK && in mlme_associate_indication() 114 sta->auth_alg != WLAN_AUTH_FILS_SK_PFS && in mlme_associate_indication() 115 sta->auth_alg ! in mlme_associate_indication() [all...] |
H A D | ieee802_11.c | 370 u16 auth_alg, u16 auth_transaction, u16 resp, in send_auth_reply() 390 reply->u.auth.auth_alg = host_to_le16(auth_alg); in send_auth_reply() 398 " auth_alg=%d auth_transaction=%d resp=%d (IE len=%lu) (dbg=%s)", in send_auth_reply() 399 MAC2STR_SEC(dst), auth_alg, auth_transaction, in send_auth_reply() 404 auth_alg == WLAN_AUTH_SAE) { in send_auth_reply() 967 sta->auth_alg = WLAN_AUTH_SAE; in sae_accept_sta() 1786 const u8 *pos, size_t len, u16 auth_alg, in handle_auth_fils() 1809 if (auth_alg == WLAN_AUTH_FILS_SK_PFS) { in handle_auth_fils() 2241 u16 auth_alg; in handle_auth_fils_finish() local 368 send_auth_reply(struct hostapd_data *hapd, struct sta_info *sta, const u8 *dst, const u8 *bssid, u16 auth_alg, u16 auth_transaction, u16 resp, const u8 *ies, size_t ies_len, const char *dbg) send_auth_reply() argument 1785 handle_auth_fils(struct hostapd_data *hapd, struct sta_info *sta, const u8 *pos, size_t len, u16 auth_alg, u16 auth_transaction, u16 status_code, void (*cb)(struct hostapd_data *hapd, struct sta_info *sta, u16 resp, struct wpabuf *data, int pub)) handle_auth_fils() argument 3575 u16 auth_alg, auth_transaction, status_code; handle_auth() local 6359 u16 auth_alg, auth_transaction, status_code; handle_auth_cb() local [all...] |
H A D | drv_callbacks.c | 129 if (!sta->sa_query_timed_out && (sta->auth_alg != WLAN_AUTH_FT)) { in check_sa_query_need() 455 if (sta->auth_alg == WLAN_AUTH_FT) { in hostapd_notif_assoc() 471 sta->auth_alg == WLAN_AUTH_SAE && in hostapd_notif_assoc() 551 sta->auth_alg, req_ies, req_ies_len, in hostapd_notif_assoc() 560 if (sta->auth_alg == WLAN_AUTH_FILS_SK || in hostapd_notif_assoc() 561 sta->auth_alg == WLAN_AUTH_FILS_SK_PFS || in hostapd_notif_assoc() 562 sta->auth_alg == WLAN_AUTH_FILS_PK) { in hostapd_notif_assoc() 701 if (sta->auth_alg == WLAN_AUTH_FT || in hostapd_notif_assoc() 702 sta->auth_alg == WLAN_AUTH_FILS_SK || in hostapd_notif_assoc() 703 sta->auth_alg in hostapd_notif_assoc() [all...] |
H A D | ap_drv_ops.c | 283 sta->auth_alg == WLAN_AUTH_FT) && in hostapd_set_sta_flags() 352 u16 auth_alg) in hostapd_add_sta_node() 356 return hapd->driver->add_sta_node(hapd->drv_priv, addr, auth_alg); in hostapd_add_sta_node() 382 if (sta->auth_alg == WLAN_AUTH_FILS_SK || in hostapd_sta_auth() 383 sta->auth_alg == WLAN_AUTH_FILS_SK_PFS || in hostapd_sta_auth() 384 sta->auth_alg == WLAN_AUTH_FILS_PK) { in hostapd_sta_auth() 351 hostapd_add_sta_node(struct hostapd_data *hapd, const u8 *addr, u16 auth_alg) hostapd_add_sta_node() argument
|
H A D | wpa_auth_i.h | 25 u16 auth_alg; member
|
H A D | wpa_auth.h | 458 size_t max_len, int auth_alg, 544 void wpa_auth_set_auth_alg(struct wpa_state_machine *sm, u16 auth_alg);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_mlme.c | 51 * AuthenticationType = sta->auth_alg (WLAN_AUTH_OPEN / WLAN_AUTH_SHARED_KEY) 59 MAC2STR(sta->addr), mlme_auth_alg_str(sta->auth_alg)); in mlme_authenticate_indication() 60 if (sta->auth_alg != WLAN_AUTH_FT && in mlme_authenticate_indication() 61 sta->auth_alg != WLAN_AUTH_FILS_SK && in mlme_authenticate_indication() 62 sta->auth_alg != WLAN_AUTH_FILS_SK_PFS && in mlme_authenticate_indication() 63 sta->auth_alg != WLAN_AUTH_FILS_PK && in mlme_authenticate_indication() 112 if (sta->auth_alg != WLAN_AUTH_FT && in mlme_associate_indication() 113 sta->auth_alg != WLAN_AUTH_FILS_SK && in mlme_associate_indication() 114 sta->auth_alg != WLAN_AUTH_FILS_SK_PFS && in mlme_associate_indication() 115 sta->auth_alg ! in mlme_associate_indication() [all...] |
H A D | ieee802_11.c | 301 u16 auth_alg, u16 auth_transaction, u16 resp, in send_auth_reply() 321 reply->u.auth.auth_alg = host_to_le16(auth_alg); in send_auth_reply() 329 " auth_alg=%d auth_transaction=%d resp=%d (IE len=%lu) (dbg=%s)", in send_auth_reply() 330 MAC2STR(dst), auth_alg, auth_transaction, in send_auth_reply() 753 sta->auth_alg = WLAN_AUTH_SAE; in sae_accept_sta() 1432 const u8 *pos, size_t len, u16 auth_alg, in handle_auth_fils() 1455 if (auth_alg == WLAN_AUTH_FILS_SK_PFS) { in handle_auth_fils() 1885 u16 auth_alg; in handle_auth_fils_finish() local 1887 auth_alg in handle_auth_fils_finish() 299 send_auth_reply(struct hostapd_data *hapd, const u8 *dst, const u8 *bssid, u16 auth_alg, u16 auth_transaction, u16 resp, const u8 *ies, size_t ies_len, const char *dbg) send_auth_reply() argument 1431 handle_auth_fils(struct hostapd_data *hapd, struct sta_info *sta, const u8 *pos, size_t len, u16 auth_alg, u16 auth_transaction, u16 status_code, void (*cb)(struct hostapd_data *hapd, struct sta_info *sta, u16 resp, struct wpabuf *data, int pub)) handle_auth_fils() argument 2032 u16 auth_alg, auth_transaction, status_code; handle_auth() local 4725 u16 auth_alg, auth_transaction, status_code; handle_auth_cb() local [all...] |
H A D | drv_callbacks.c | 365 (sta->auth_alg != WLAN_AUTH_FT)) { in hostapd_notif_assoc() 392 if (sta->auth_alg == WLAN_AUTH_FT) { in hostapd_notif_assoc() 475 sta->auth_alg, req_ies, req_ies_len); in hostapd_notif_assoc() 483 if (sta->auth_alg == WLAN_AUTH_FILS_SK || in hostapd_notif_assoc() 484 sta->auth_alg == WLAN_AUTH_FILS_SK_PFS || in hostapd_notif_assoc() 485 sta->auth_alg == WLAN_AUTH_FILS_PK) { in hostapd_notif_assoc() 617 if (sta->auth_alg == WLAN_AUTH_FT || in hostapd_notif_assoc() 618 sta->auth_alg == WLAN_AUTH_FILS_SK || in hostapd_notif_assoc() 619 sta->auth_alg == WLAN_AUTH_FILS_SK_PFS || in hostapd_notif_assoc() 620 sta->auth_alg in hostapd_notif_assoc() [all...] |
H A D | ap_drv_ops.c | 277 sta->auth_alg == WLAN_AUTH_FT) && in hostapd_set_sta_flags() 348 u16 auth_alg) in hostapd_add_sta_node() 352 return hapd->driver->add_sta_node(hapd->drv_priv, addr, auth_alg); in hostapd_add_sta_node() 378 if (sta->auth_alg == WLAN_AUTH_FILS_SK || in hostapd_sta_auth() 379 sta->auth_alg == WLAN_AUTH_FILS_SK_PFS || in hostapd_sta_auth() 380 sta->auth_alg == WLAN_AUTH_FILS_PK) { in hostapd_sta_auth() 347 hostapd_add_sta_node(struct hostapd_data *hapd, const u8 *addr, u16 auth_alg) hostapd_add_sta_node() argument
|
H A D | wpa_auth.h | 407 size_t max_len, int auth_alg, 481 void wpa_auth_set_auth_alg(struct wpa_state_machine *sm, u16 auth_alg);
|
H A D | wpa_auth_i.h | 25 u16 auth_alg; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | sme.c | 291 params.auth_alg = WPA_AUTH_ALG_OPEN; in sme_send_authentication() 296 params.auth_alg = WPA_AUTH_ALG_LEAP; in sme_send_authentication() 298 params.auth_alg |= WPA_AUTH_ALG_LEAP; in sme_send_authentication() 302 wpa_dbg(wpa_s, MSG_DEBUG, "Automatic auth_alg selection: 0x%x", in sme_send_authentication() 303 params.auth_alg); in sme_send_authentication() 304 if (ssid->auth_alg) { in sme_send_authentication() 305 params.auth_alg = ssid->auth_alg; in sme_send_authentication() 306 wpa_dbg(wpa_s, MSG_DEBUG, "Overriding auth_alg selection: " in sme_send_authentication() 307 "0x%x", params.auth_alg); in sme_send_authentication() 737 int auth_alg; sme_send_authentication() local [all...] |
H A D | config_ssid.h | 270 * auth_alg - Bitfield of allowed authentication algorithms 274 int auth_alg; member
|
H A D | wpa_priv.c | 269 params.auth_alg = auth->auth_alg; in wpa_priv_cmd_authenticate() 333 params.auth_alg = assoc->auth_alg; in wpa_priv_cmd_associate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | privsep_commands.h | 48 int auth_alg; member 70 int auth_alg; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | privsep_commands.h | 48 int auth_alg; member 70 int auth_alg; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | sme.c | 632 params.auth_alg = WPA_AUTH_ALG_OPEN; 637 params.auth_alg = WPA_AUTH_ALG_LEAP; 639 params.auth_alg |= WPA_AUTH_ALG_LEAP; 643 wpa_dbg(wpa_s, MSG_INFO, "Automatic auth_alg selection: 0x%x", 644 params.auth_alg); 645 if (ssid->auth_alg) { 646 params.auth_alg = ssid->auth_alg; 647 wpa_dbg(wpa_s, MSG_INFO, "Overriding auth_alg selection: " 648 "0x%x", params.auth_alg); 1126 int auth_alg; global() local [all...] |
H A D | config_ssid.h | 301 * auth_alg - Bitfield of allowed authentication algorithms 305 int auth_alg; member
|
H A D | wpa_priv.c | 269 params.auth_alg = auth->auth_alg; in wpa_priv_cmd_authenticate() 333 params.auth_alg = assoc->auth_alg; in wpa_priv_cmd_associate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_privsep.c | 252 " auth_alg=%d local_state_change=%d p2p=%d", in wpa_driver_privsep_authenticate() 254 params->auth_alg, params->local_state_change, params->p2p); in wpa_driver_privsep_authenticate() 265 data->auth_alg = params->auth_alg; in wpa_driver_privsep_authenticate() 301 "group_suite=%d key_mgmt_suite=%d auth_alg=%d mode=%d", in wpa_driver_privsep_associate() 304 params->auth_alg, params->mode); in wpa_driver_privsep_associate() 321 data->auth_alg = params->auth_alg; in wpa_driver_privsep_associate()
|
H A D | driver_wext.c | 39 static int wpa_driver_wext_set_auth_alg(void *priv, int auth_alg); 2096 if (params->auth_alg & WPA_AUTH_ALG_OPEN) in wpa_driver_wext_auth_alg_fallback() 2098 if (params->auth_alg & WPA_AUTH_ALG_SHARED) in wpa_driver_wext_auth_alg_fallback() 2137 if (wpa_driver_wext_set_auth_alg(drv, params->auth_alg) < 0) in wpa_driver_wext_associate() 2236 static int wpa_driver_wext_set_auth_alg(void *priv, int auth_alg) in wpa_driver_wext_set_auth_alg() argument 2241 if (auth_alg & WPA_AUTH_ALG_OPEN) in wpa_driver_wext_set_auth_alg() 2243 if (auth_alg & WPA_AUTH_ALG_SHARED) in wpa_driver_wext_set_auth_alg() 2245 if (auth_alg & WPA_AUTH_ALG_LEAP) in wpa_driver_wext_set_auth_alg()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_privsep.c | 258 " auth_alg=%d local_state_change=%d p2p=%d", in wpa_driver_privsep_authenticate() 260 params->auth_alg, params->local_state_change, params->p2p); in wpa_driver_privsep_authenticate() 271 data->auth_alg = params->auth_alg; in wpa_driver_privsep_authenticate() 307 "group_suite=%d key_mgmt_suite=%d auth_alg=%d mode=%d", in wpa_driver_privsep_associate() 310 params->auth_alg, params->mode); in wpa_driver_privsep_associate() 327 data->auth_alg = params->auth_alg; in wpa_driver_privsep_associate()
|
H A D | driver_wext.c | 39 static int wpa_driver_wext_set_auth_alg(void *priv, int auth_alg); 2091 if (params->auth_alg & WPA_AUTH_ALG_OPEN) in wpa_driver_wext_auth_alg_fallback() 2093 if (params->auth_alg & WPA_AUTH_ALG_SHARED) in wpa_driver_wext_auth_alg_fallback() 2132 if (wpa_driver_wext_set_auth_alg(drv, params->auth_alg) < 0) in wpa_driver_wext_associate() 2229 static int wpa_driver_wext_set_auth_alg(void *priv, int auth_alg) in wpa_driver_wext_set_auth_alg() argument 2234 if (auth_alg & WPA_AUTH_ALG_OPEN) in wpa_driver_wext_set_auth_alg() 2236 if (auth_alg & WPA_AUTH_ALG_SHARED) in wpa_driver_wext_set_auth_alg() 2238 if (auth_alg & WPA_AUTH_ALG_LEAP) in wpa_driver_wext_set_auth_alg()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wapi/ |
H A D | wapi_asue_i.h | 66 int auth_alg;
member
|