Lines Matching refs:IEEE80211_HDRLEN
367 if (frame_len < IEEE80211_HDRLEN + 1 + sizeof(*req)) { in fst_session_handle_setup_request()
371 IEEE80211_HDRLEN + 1 + sizeof(*req)); in fst_session_handle_setup_request()
374 plen = frame_len - IEEE80211_HDRLEN - 1; in fst_session_handle_setup_request()
376 (((const u8 *) mgmt) + IEEE80211_HDRLEN + 1); in fst_session_handle_setup_request()
504 size_t plen = frame_len - IEEE80211_HDRLEN - 1; in fst_session_handle_setup_response()
533 (((const u8 *) mgmt) + IEEE80211_HDRLEN + 1); in fst_session_handle_setup_response()
608 size_t plen = frame_len - IEEE80211_HDRLEN - 1; in fst_session_handle_tear_down()
622 (((const u8 *) mgmt) + IEEE80211_HDRLEN + 1); in fst_session_handle_tear_down()
643 size_t plen = frame_len - IEEE80211_HDRLEN - 1; in fst_session_handle_ack_request()
673 (((const u8 *) mgmt) + IEEE80211_HDRLEN + 1); in fst_session_handle_ack_request()
707 size_t plen = frame_len - IEEE80211_HDRLEN - 1; in fst_session_handle_ack_response()
736 (((const u8 *) mgmt) + IEEE80211_HDRLEN + 1); in fst_session_handle_ack_response()
1198 if (len < IEEE80211_HDRLEN + 2 || in fst_session_on_action_rx()