Searched refs:WLAN_AUTH_SAE (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dieee802_11.c476 reply_res = send_auth_reply(hapd, sta->addr, bssid, WLAN_AUTH_SAE, 1,
497 reply_res = send_auth_reply(hapd, sta->addr, bssid, WLAN_AUTH_SAE, 2,
753 sta->auth_alg = WLAN_AUTH_SAE;
998 send_auth_reply(hapd, mgmt->sa, mgmt->bssid, WLAN_AUTH_SAE,
1006 send_auth_reply(hapd, mgmt->sa, mgmt->bssid, WLAN_AUTH_SAE,
1249 send_auth_reply(hapd, mgmt->sa, mgmt->bssid, WLAN_AUTH_SAE,
2109 auth_alg == WLAN_AUTH_SAE) ||
2126 if (!(auth_transaction == 1 || auth_alg == WLAN_AUTH_SAE ||
2211 if (auth_alg == WLAN_AUTH_SAE && !from_queue &&
2394 case WLAN_AUTH_SAE
[all...]
H A Dwpa_auth_glue.c266 if (sta && sta->auth_alg == WLAN_AUTH_SAE) {
/freebsd-11-stable/contrib/wpa/src/common/
H A Dieee802_11_defs.h83 #define WLAN_AUTH_SAE 3 macro
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_atheros.c934 if (le_to_host16(mgmt->u.auth.auth_alg) == WLAN_AUTH_SAE) {
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dmesh_rsn.c92 if (sta && sta->auth_alg == WLAN_AUTH_SAE) {
H A Dsme.c924 resp->u.auth.auth_alg = host_to_le16(WLAN_AUTH_SAE);
1216 if (le_to_host16(header->u.auth.auth_alg) == WLAN_AUTH_SAE) {
1276 if (data->auth.auth_type == WLAN_AUTH_SAE) {

Completed in 161 milliseconds