Lines Matching refs:mgmt
836 sae_commit_skip_fixed_fields(const struct ieee80211_mgmt *mgmt, size_t len, in sae_commit_skip_fixed_fields() argument
884 if (pos - mgmt->u.auth.variable > (int) len) { in sae_commit_skip_fixed_fields()
891 pos, (int) len - (pos - mgmt->u.auth.variable)); in sae_commit_skip_fixed_fields()
899 const struct ieee80211_mgmt *mgmt, size_t len, in sae_confirm_skip_fixed_fields() argument
914 sta = ap_get_sta(hapd, mgmt->sa); in sae_confirm_skip_fixed_fields()
934 if (pos - mgmt->u.auth.variable > (int) len) { in sae_confirm_skip_fixed_fields()
947 const struct ieee80211_mgmt *mgmt, in auth_skip_fixed_fields() argument
950 u16 auth_alg = le_to_host16(mgmt->u.auth.auth_alg); in auth_skip_fixed_fields()
952 u16 auth_transaction = le_to_host16(mgmt->u.auth.auth_transaction); in auth_skip_fixed_fields()
953 u16 status_code = le_to_host16(mgmt->u.auth.status_code); in auth_skip_fixed_fields()
955 const u8 *pos = mgmt->u.auth.variable; in auth_skip_fixed_fields()
971 return sae_commit_skip_fixed_fields(mgmt, len, pos, in auth_skip_fixed_fields()
974 return sae_confirm_skip_fixed_fields(hapd, mgmt, len, in auth_skip_fixed_fields()
1001 const struct ieee80211_mgmt *mgmt, in hostapd_process_ml_auth() argument
1012 pos = auth_skip_fixed_fields(hapd, mgmt, len); in hostapd_process_ml_auth()
1017 (int)len - (pos - mgmt->u.auth.variable), in hostapd_process_ml_auth()