Searched refs:MIN_IE_LEN (Results 1 – 7 of 7) sorted by relevance
52 rnr_end = rnr + rnr[TAG_LEN_POS] + MIN_IE_LEN; in lim_cu_info_from_rnr_per_link_id()1046 if (total_len > WLAN_MAX_IE_LEN + MIN_IE_LEN) in lim_fill_complete_mlo_ie()1049 mlo_ie->data[TAG_LEN_POS] = total_len - MIN_IE_LEN; in lim_fill_complete_mlo_ie()1067 mlo_ie_total_len = pbuf - buf - MIN_IE_LEN; in lim_fill_complete_mlo_ie()1068 if (mlo_ie_total_len > total_len - MIN_IE_LEN) { in lim_fill_complete_mlo_ie()1106 if (total_len > WLAN_MAX_IE_LEN + MIN_IE_LEN) { in lim_caculate_mlo_ie_length()1108 tmp = total_len - (WLAN_MAX_IE_LEN + MIN_IE_LEN); in lim_caculate_mlo_ie_length()1111 total_len += MIN_IE_LEN; in lim_caculate_mlo_ie_length()1115 total_len += MIN_IE_LEN; in lim_caculate_mlo_ie_length()1154 ml_ie_len = pfrm[TAG_LEN_POS] + MIN_IE_LEN; in lim_store_mlo_ie_raw_info()[all …]
402 eht_cap_ie = qdf_mem_malloc(WLAN_MAX_IE_LEN + MIN_IE_LEN); in lim_send_probe_req_mgmt_frame()411 eht_cap_ie_len = eht_cap_ie[TAG_LEN_POS] + MIN_IE_LEN; in lim_send_probe_req_mgmt_frame()1811 eht_op_ie = qdf_mem_malloc(WLAN_MAX_IE_LEN + MIN_IE_LEN); in lim_send_assoc_rsp_mgmt_frame()1821 eht_op_ie_len = eht_op_ie[TAG_LEN_POS] + MIN_IE_LEN; in lim_send_assoc_rsp_mgmt_frame()1828 eht_cap_ie = qdf_mem_malloc(WLAN_MAX_IE_LEN + MIN_IE_LEN); in lim_send_assoc_rsp_mgmt_frame()1839 eht_cap_ie_len = eht_cap_ie[TAG_LEN_POS] + MIN_IE_LEN; in lim_send_assoc_rsp_mgmt_frame()2923 eht_cap_ie = qdf_mem_malloc(WLAN_MAX_IE_LEN + MIN_IE_LEN); in lim_send_assoc_req_mgmt_frame()2934 eht_cap_ie_len = eht_cap_ie[TAG_LEN_POS] + MIN_IE_LEN; in lim_send_assoc_req_mgmt_frame()
2671 while ((len >= MIN_IE_LEN + 1) && len >= ies[TAG_LEN_POS] + MIN_IE_LEN) in util_scan_find_noninheritance_ie()2678 len -= ies[TAG_LEN_POS] + MIN_IE_LEN; in util_scan_find_noninheritance_ie()2679 ies += ies[TAG_LEN_POS] + MIN_IE_LEN; in util_scan_find_noninheritance_ie()2783 extn_rem_len = extn_elem[TAG_LEN_POS] - MIN_IE_LEN; in util_parse_noninheritance_list()2882 rnr_end = rnr + rnr_len + MIN_IE_LEN; in util_handle_rnr_ie_for_mbssid()2884 qdf_mem_copy(pos, rnr, MIN_IE_LEN); in util_handle_rnr_ie_for_mbssid()2885 pos += MIN_IE_LEN; in util_handle_rnr_ie_for_mbssid()2982 rnr_len = rnr_new[TAG_LEN_POS] + MIN_IE_LEN; in util_handle_rnr_ie_for_mbssid()3061 if ((pos + tmp_new[1] + MIN_IE_LEN) <= in util_gen_new_ie()3064 (tmp_new[1] + MIN_IE_LEN)); in util_gen_new_ie()[all …]
39 while (len >= MIN_IE_LEN && len >= frame[TAG_LEN_POS] + MIN_IE_LEN) { in util_find_eid()43 len -= frame[TAG_LEN_POS] + MIN_IE_LEN; in util_find_eid()44 frame += frame[TAG_LEN_POS] + MIN_IE_LEN; in util_find_eid()57 while (len > MIN_IE_LEN && len >= frame[TAG_LEN_POS] + MIN_IE_LEN) { in util_find_extn_eid()62 len -= frame[TAG_LEN_POS] + MIN_IE_LEN; in util_find_extn_eid()63 frame += frame[TAG_LEN_POS] + MIN_IE_LEN; in util_find_extn_eid()780 if ((currie + MIN_IE_LEN) > (frame + len)) in util_get_successorfrag()787 if ((currie + MIN_IE_LEN + currie[TAG_LEN_POS] + MIN_IE_LEN) > in util_get_successorfrag()791 nextie = currie + currie[TAG_LEN_POS] + MIN_IE_LEN; in util_get_successorfrag()795 if ((nextie + MIN_IE_LEN + nextie[TAG_LEN_POS]) > (frame + len)) in util_get_successorfrag()[all …]
9909 sta_pro->data[TAG_LEN_POS] = sta_pro->num_data - MIN_IE_LEN;10061 sta_pro->data[TAG_LEN_POS] = sta_pro->num_data - MIN_IE_LEN;10066 if (sta_pro->num_data > WLAN_MAX_IE_LEN + MIN_IE_LEN) {10074 WLAN_MAX_IE_LEN + MIN_IE_LEN;10078 sta_pro->num_data - MIN_IE_LEN;10248 sta_pro->data[TAG_LEN_POS] = sta_pro->num_data - MIN_IE_LEN;10880 if (sta_pro->num_data > WLAN_MAX_IE_LEN + MIN_IE_LEN) {10888 WLAN_MAX_IE_LEN + MIN_IE_LEN;10892 sta_pro->num_data - MIN_IE_LEN;11082 if (sta_pro->num_data > WLAN_MAX_IE_LEN + MIN_IE_LEN) {[all …]
91 #define MIN_IE_LEN 2 macro
105 #define MIN_IE_LEN 2 macro