Lines Matching full:auth
243 "auth frame");
257 mgmt->u.auth.auth_alg = host_to_le16(wpa_s->mlme.auth_alg);
258 mgmt->u.auth.auth_transaction = host_to_le16(transaction);
260 mgmt->u.auth.status_code = host_to_le16(0);
745 wpa_printf(MSG_DEBUG, "MLME: replying to auth challenge");
746 pos = mgmt->u.auth.variable;
749 wpa_printf(MSG_DEBUG, "MLME: failed to parse Auth(challenge)");
754 "auth frame");
803 auth_alg = le_to_host16(mgmt->u.auth.auth_alg);
804 auth_transaction = le_to_host16(mgmt->u.auth.auth_transaction);
805 status_code = le_to_host16(mgmt->u.auth.status_code);
894 data.ft_ies.ies = mgmt->u.auth.variable;
896 (mgmt->u.auth.variable - (u8 *) mgmt);