Lines Matching refs:auth

258 	rlen = IEEE80211_HDRLEN + sizeof(reply->u.auth) + ies_len;
270 reply->u.auth.auth_alg = host_to_le16(auth_alg);
271 reply->u.auth.auth_transaction = host_to_le16(auth_transaction);
272 reply->u.auth.status_code = host_to_le16(resp);
275 os_memcpy(reply->u.auth.variable, ies, ies_len);
720 pos = mgmt->u.auth.variable;
768 resp = sae_parse_commit(sta->sae, mgmt->u.auth.variable,
770 mgmt->u.auth.variable, &token,
811 if (sae_check_confirm(sta->sae, mgmt->u.auth.variable,
813 mgmt->u.auth.variable) < 0) {
892 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.auth)) {
902 "TESTING: ignoring auth frame from " MACSTR,
908 auth_alg = le_to_host16(mgmt->u.auth.auth_alg);
909 auth_transaction = le_to_host16(mgmt->u.auth.auth_transaction);
910 status_code = le_to_host16(mgmt->u.auth.status_code);
914 if (len >= IEEE80211_HDRLEN + sizeof(mgmt->u.auth) +
916 mgmt->u.auth.variable[0] == WLAN_EID_CHALLENGE &&
917 mgmt->u.auth.variable[1] == WLAN_AUTH_CHALLENGE_LEN)
918 challenge = &mgmt->u.auth.variable[2];
1003 /* if the mesh peer is not available, we don't do auth.
1101 auth_transaction, mgmt->u.auth.variable,
1103 sizeof(mgmt->u.auth),
1105 /* handle_auth_ft_finish() callback will complete auth. */
2243 wpa_printf(MSG_DEBUG, "mgmt::auth");
2296 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.auth)) {
2302 auth_alg = le_to_host16(mgmt->u.auth.auth_alg);
2303 auth_transaction = le_to_host16(mgmt->u.auth.auth_transaction);
2304 status_code = le_to_host16(mgmt->u.auth.status_code);
2559 wpa_printf(MSG_DEBUG, "mgmt::auth cb");