Searched refs:WLAN_MAC_HDR_LEN_3A (Results 1 – 6 of 6) sorted by relevance
1560 ies_offset = WLAN_MAC_HDR_LEN_3A + WLAN_PROBE_RESP_IES_OFFSET; in mlo_add_all_link_probe_rsp_to_scan_db()1598 rcvd_probe_rsp.ptr = rcvd_frame->frame + WLAN_MAC_HDR_LEN_3A; in mlo_add_all_link_probe_rsp_to_scan_db()1599 rcvd_probe_rsp.len = rcvd_frame->frame_length - WLAN_MAC_HDR_LEN_3A; in mlo_add_all_link_probe_rsp_to_scan_db()
2288 if (link_frame_maxsize < WLAN_MAC_HDR_LEN_3A) { in util_gen_link_reqrsp_cmn()2290 WLAN_MAC_HDR_LEN_3A, link_frame_maxsize); in util_gen_link_reqrsp_cmn()2296 link_frame_currpos += WLAN_MAC_HDR_LEN_3A; in util_gen_link_reqrsp_cmn()2297 link_frame_currlen += WLAN_MAC_HDR_LEN_3A; in util_gen_link_reqrsp_cmn()
2675 reassoc_rsp + WLAN_MAC_HDR_LEN_3A, in lim_gen_link_specific_assoc_rsp()2676 reassoc_rsp_len - WLAN_MAC_HDR_LEN_3A, in lim_gen_link_specific_assoc_rsp()2687 link_reassoc_rsp.len - WLAN_MAC_HDR_LEN_3A, in lim_gen_link_specific_assoc_rsp()
2988 (link_assoc_rsp.len - WLAN_MAC_HDR_LEN_3A), in lim_process_switch_channel_join_mlo_roam()
139 #define WLAN_MAC_HDR_LEN_3A 24 macro
8072 if (!frame || !frame->len || frame->len < WLAN_MAC_HDR_LEN_3A) in wlan_mlme_get_src_addr_from_frame()