Lines Matching refs:header
921 const struct ieee80211_mgmt *header; in ibss_rsn_handle_auth() local
925 header = (const struct ieee80211_mgmt *) auth_frame; in ibss_rsn_handle_auth()
926 auth_length = IEEE80211_HDRLEN + sizeof(header->u.auth); in ibss_rsn_handle_auth()
931 if (le_to_host16(header->u.auth.auth_alg) != WLAN_AUTH_OPEN || in ibss_rsn_handle_auth()
932 le_to_host16(header->u.auth.status_code) != WLAN_STATUS_SUCCESS) in ibss_rsn_handle_auth()
935 peer = ibss_rsn_get_peer(ibss_rsn, header->sa); in ibss_rsn_handle_auth()
937 switch (le_to_host16(header->u.auth.auth_transaction)) { in ibss_rsn_handle_auth()
939 ibss_rsn_handle_auth_1_of_2(ibss_rsn, peer, header->sa); in ibss_rsn_handle_auth()
943 MACSTR, MAC2STR(header->sa)); in ibss_rsn_handle_auth()
946 "unknown STA " MACSTR, MAC2STR(header->sa)); in ibss_rsn_handle_auth()
953 MAC2STR(header->sa)); in ibss_rsn_handle_auth()