Lines Matching refs:frame_len
358 size_t frame_len) in fst_session_handle_setup_request() argument
367 if (frame_len < IEEE80211_HDRLEN + 1 + sizeof(*req)) { in fst_session_handle_setup_request()
370 frame_len, in fst_session_handle_setup_request()
374 plen = frame_len - IEEE80211_HDRLEN - 1; in fst_session_handle_setup_request()
501 size_t frame_len) in fst_session_handle_setup_response() argument
504 size_t plen = frame_len - IEEE80211_HDRLEN - 1; in fst_session_handle_setup_response()
605 size_t frame_len) in fst_session_handle_tear_down() argument
608 size_t plen = frame_len - IEEE80211_HDRLEN - 1; in fst_session_handle_tear_down()
640 size_t frame_len) in fst_session_handle_ack_request() argument
643 size_t plen = frame_len - IEEE80211_HDRLEN - 1; in fst_session_handle_ack_request()
704 size_t frame_len) in fst_session_handle_ack_response() argument
707 size_t plen = frame_len - IEEE80211_HDRLEN - 1; in fst_session_handle_ack_response()
1072 size_t frame_len) in fst_session_handle_action() argument
1079 fst_session_handle_setup_response(s, iface, mgmt, frame_len); in fst_session_handle_action()
1082 fst_session_handle_tear_down(s, iface, mgmt, frame_len); in fst_session_handle_action()
1085 fst_session_handle_ack_request(s, iface, mgmt, frame_len); in fst_session_handle_action()
1088 fst_session_handle_ack_response(s, iface, mgmt, frame_len); in fst_session_handle_action()