Home
last modified time | relevance | path

Searched refs:auth_alg (Results 1 - 25 of 88) sorted by relevance

1234

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_mlme.c51 * 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 Dieee802_11.c370 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 Ddrv_callbacks.c129 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 Dap_drv_ops.c283 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 Dwpa_auth_i.h25 u16 auth_alg; member
H A Dwpa_auth.h458 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 Dap_mlme.c51 * 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 Dieee802_11.c301 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 Ddrv_callbacks.c365 (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 Dap_drv_ops.c277 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 Dwpa_auth.h407 size_t max_len, int auth_alg,
481 void wpa_auth_set_auth_alg(struct wpa_state_machine *sm, u16 auth_alg);
H A Dwpa_auth_i.h25 u16 auth_alg; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dsme.c291 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 Dconfig_ssid.h270 * auth_alg - Bitfield of allowed authentication algorithms
274 int auth_alg; member
H A Dwpa_priv.c269 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 Dprivsep_commands.h48 int auth_alg; member
70 int auth_alg; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dprivsep_commands.h48 int auth_alg; member
70 int auth_alg; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dsme.c632 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 Dconfig_ssid.h301 * auth_alg - Bitfield of allowed authentication algorithms
305 int auth_alg; member
H A Dwpa_priv.c269 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 Ddriver_privsep.c252 " 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 Ddriver_wext.c39 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 Ddriver_privsep.c258 " 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 Ddriver_wext.c39 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 Dwapi_asue_i.h66 int auth_alg; member

Completed in 41 milliseconds

1234