Home
last modified time | relevance | path

Searched refs:ie_offset (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_send_frames_host_roam.c90 uint32_t ie_offset = 0; in lim_send_reassoc_req_with_ft_ies_mgmt_frame() local
364 ie_offset = DOT11F_FF_TIMESTAMP_LEN + in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
370 (ie_offset + sizeof(struct wlan_frame_hdr)))) { in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
371 bcn_ie = pe_session->beacon + ie_offset + in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
373 bcn_ie_len = pe_session->bcnLen - ie_offset - in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
629 uint32_t ie_offset = 0; in lim_send_reassoc_req_mgmt_frame() local
813 ie_offset = DOT11F_FF_TIMESTAMP_LEN + in lim_send_reassoc_req_mgmt_frame()
819 (ie_offset + sizeof(struct wlan_frame_hdr)))) { in lim_send_reassoc_req_mgmt_frame()
820 bcn_ie = pe_session->beacon + ie_offset + in lim_send_reassoc_req_mgmt_frame()
822 bcn_ie_len = pe_session->bcnLen - ie_offset - in lim_send_reassoc_req_mgmt_frame()
Dlim_api.c1954 uint8_t ie_offset; in lim_roam_gen_mbssid_beacon() local
1956 ie_offset = SIR_MAC_HDR_LEN_3A + SIR_MAC_B_PR_SSID_OFFSET; in lim_roam_gen_mbssid_beacon()
2042 *ie_len = nontx_bcn_prbrsp_len - ie_offset; in lim_roam_gen_mbssid_beacon()
2047 qdf_mem_copy(*ie, nontx_bcn_prbrsp + ie_offset, *ie_len); in lim_roam_gen_mbssid_beacon()
2079 uint8_t ie_offset; in lim_roam_gen_beacon_descr() local
2083 ie_offset = SIR_MAC_HDR_LEN_3A + SIR_MAC_B_PR_SSID_OFFSET; in lim_roam_gen_beacon_descr()
2139 if (bcn_prb_len > ie_offset) { in lim_roam_gen_beacon_descr()
2140 *ie_len = bcn_prb_len - ie_offset; in lim_roam_gen_beacon_descr()
2144 qdf_mem_copy(*ie, bcn_prb_ptr + ie_offset, *ie_len); in lim_roam_gen_beacon_descr()
Dlim_assoc_utils.c4776 uint16_t reason_code, ie_offset; in lim_extract_ies_from_deauth_disassoc() local
4785 ie_offset = sizeof(struct wlan_frame_hdr) + sizeof(reason_code); in lim_extract_ies_from_deauth_disassoc()
4787 if (!deauth_disassoc_frame || deauth_disassoc_frame_len <= ie_offset) in lim_extract_ies_from_deauth_disassoc()
4790 ie.ptr = deauth_disassoc_frame + ie_offset; in lim_extract_ies_from_deauth_disassoc()
4791 ie.len = deauth_disassoc_frame_len - ie_offset; in lim_extract_ies_from_deauth_disassoc()
Dlim_send_management_frames.c2389 uint32_t ie_offset = 0; in lim_send_assoc_req_mgmt_frame() local
2716 ie_offset = DOT11F_FF_TIMESTAMP_LEN + in lim_send_assoc_req_mgmt_frame()
2722 (ie_offset + sizeof(struct wlan_frame_hdr)))) { in lim_send_assoc_req_mgmt_frame()
2723 bcn_ie = pe_session->beacon + ie_offset + in lim_send_assoc_req_mgmt_frame()
2725 bcn_ie_len = pe_session->bcnLen - ie_offset - in lim_send_assoc_req_mgmt_frame()
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
Dsch_beacon_gen.c280 uint16_t ie_offset) in lim_upt_mlo_partner_info() argument
323 sch_info->bcn_csa_cnt_ofst += ie_offset + in lim_upt_mlo_partner_info()
326 sch_info->bcn_ext_csa_cnt_ofst += ie_offset + in lim_upt_mlo_partner_info()
344 uint16_t ie_offset) in lim_upt_mlo_partner_info() argument
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/
Dwlan_cm_roam_api.c5466 uint32_t ie_offset, ie_len; in wlan_cm_add_frame_to_scan_db() local
5494 ie_offset = sizeof(struct wlan_frame_hdr) + MAC_B_PR_SSID_OFFSET; in wlan_cm_add_frame_to_scan_db()
5496 if (frame->frame_length <= ie_offset) { in wlan_cm_add_frame_to_scan_db()
5501 ie_ptr = frame->frame + ie_offset; in wlan_cm_add_frame_to_scan_db()
5502 ie_len = frame->frame_length - ie_offset; in wlan_cm_add_frame_to_scan_db()