Home
last modified time | relevance | path

Searched refs:WLAN_MAX_IE_LEN (Results 1 – 23 of 23) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_mlo.c1046 if (total_len > WLAN_MAX_IE_LEN + MIN_IE_LEN) in lim_fill_complete_mlo_ie()
1047 mlo_ie->data[TAG_LEN_POS] = WLAN_MAX_IE_LEN; in lim_fill_complete_mlo_ie()
1075 if (i && (i % WLAN_MAX_IE_LEN) == 0) { in lim_fill_complete_mlo_ie()
1078 if ((mlo_ie_total_len - i) > WLAN_MAX_IE_LEN) in lim_fill_complete_mlo_ie()
1079 target[consumed++] = WLAN_MAX_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()
1109 while (tmp > WLAN_MAX_IE_LEN) { in lim_caculate_mlo_ie_length()
1112 tmp -= WLAN_MAX_IE_LEN; in lim_caculate_mlo_ie_length()
1176 if (i && (i % WLAN_MAX_IE_LEN) == 0) in lim_store_mlo_ie_raw_info()
[all …]
Dlim_sme_req_utils.c111 if (WLAN_MAX_IE_LEN <= start) in lim_is_rsn_ie_valid_in_sme_req_message()
114 if (start <= (WLAN_MAX_IE_LEN - sizeof(uint32_t))) in lim_is_rsn_ie_valid_in_sme_req_message()
208 WLAN_MAX_IE_LEN); in lim_set_rs_nie_wp_aiefrom_sme_start_bss_req_message()
244 if (wpa_idx + 6 >= WLAN_MAX_IE_LEN) in lim_set_rs_nie_wp_aiefrom_sme_start_bss_req_message()
254 WLAN_MAX_IE_LEN, val, in lim_set_rs_nie_wp_aiefrom_sme_start_bss_req_message()
Dlim_send_management_frames.c402 eht_cap_ie = qdf_mem_malloc(WLAN_MAX_IE_LEN + MIN_IE_LEN); in lim_send_probe_req_mgmt_frame()
1498 eht_cap_ie, WLAN_MAX_IE_LEN); in lim_strip_eht_cap_ie()
1509 eht_op_ie, WLAN_MAX_IE_LEN); in lim_strip_eht_op_ie()
1811 eht_op_ie = qdf_mem_malloc(WLAN_MAX_IE_LEN + 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()
2799 rsnx_ie = qdf_mem_malloc(WLAN_MAX_IE_LEN + 2); in lim_send_assoc_req_mgmt_frame()
2805 NULL, 0, rsnx_ie, WLAN_MAX_IE_LEN); in lim_send_assoc_req_mgmt_frame()
2816 mscs_ext_ie = qdf_mem_malloc(WLAN_MAX_IE_LEN + 2); in lim_send_assoc_req_mgmt_frame()
2823 mscs_ext_ie, WLAN_MAX_IE_LEN); in lim_send_assoc_req_mgmt_frame()
2923 eht_cap_ie = qdf_mem_malloc(WLAN_MAX_IE_LEN + MIN_IE_LEN); in lim_send_assoc_req_mgmt_frame()
Dlim_process_assoc_req_frame.c942 uint32_t dot11f_status, written = 0, nbuffer = WLAN_MAX_IE_LEN; in lim_check_wpa_ie()
946 buffer = qdf_mem_malloc(WLAN_MAX_IE_LEN); in lim_check_wpa_ie()
3359 >= WLAN_MAX_IE_LEN) { in lim_fill_lim_assoc_ind_params()
3392 + 2 < WLAN_MAX_IE_LEN) { in lim_fill_lim_assoc_ind_params()
Dlim_process_message_queue.c111 rsn_ie_buf = qdf_mem_malloc(WLAN_MAX_IE_LEN + 2); in lim_process_sae_msg_sta()
122 WLAN_MAX_IE_LEN + 2); in lim_process_sae_msg_sta()
Dlim_process_fils.c1358 WLAN_MAX_IE_LEN + 2); in lim_generate_fils_pmkr1_name()
Dlim_process_tdls.c1590 eht_cap_ie = qdf_mem_malloc(WLAN_MAX_IE_LEN + 2); in lim_ieee80211_pack_ehtcap_tdls()
Dlim_process_sme_req_messages.c4157 rsnxe = qdf_mem_malloc(WLAN_MAX_IE_LEN + SIR_MAC_IE_TYPE_LEN_SIZE); in lim_strip_rsnx_ie()
4163 ONE_BYTE, NULL, 0, rsnxe, WLAN_MAX_IE_LEN); in lim_strip_rsnx_ie()
Dlim_utils.c8401 mlo_ie_buff = qdf_mem_malloc(WLAN_MAX_IE_LEN + 2); in lim_strip_mlo_ie()
8411 mlo_ie_buff, WLAN_MAX_IE_LEN); in lim_strip_mlo_ie()
/wlan-driver/qcacld-3.0/core/mac/inc/
Dani_system_defs.h127 uint8_t rsnIEdata[WLAN_MAX_IE_LEN + 2];
132 uint8_t wapiIEdata[WLAN_MAX_IE_LEN + 2];
Dsir_mac_prot_def.h535 uint8_t info[WLAN_MAX_IE_LEN];
541 uint8_t info[WLAN_MAX_IE_LEN];
Dsir_api.h4295 uint8_t ie[WLAN_MAX_IE_LEN + 2];
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
Dutils_mlo.c2150 if (mlieseqlen > (sizeof(struct ie_header) + WLAN_MAX_IE_LEN)) { in util_gen_link_reqrsp_cmn()
2153 sizeof(struct ie_header) + WLAN_MAX_IE_LEN); in util_gen_link_reqrsp_cmn()
3068 if (currie[TAG_LEN_POS] != WLAN_MAX_IE_LEN) in util_find_mlie()
3906 if (mlieseqlen > (sizeof(struct ie_header) + WLAN_MAX_IE_LEN)) { in util_get_bvmlie_persta_partner_info()
3909 sizeof(struct ie_header) + WLAN_MAX_IE_LEN); in util_get_bvmlie_persta_partner_info()
4074 if (mlieseqlen > (sizeof(struct ie_header) + WLAN_MAX_IE_LEN)) { in util_get_prvmlie_persta_link_id()
4077 sizeof(struct ie_header) + WLAN_MAX_IE_LEN); in util_get_prvmlie_persta_link_id()
4822 if (mlieseqlen > (sizeof(struct ie_header) + WLAN_MAX_IE_LEN)) { in util_get_rvmlie_persta_link_info()
4825 sizeof(struct ie_header) + WLAN_MAX_IE_LEN); in util_get_rvmlie_persta_link_info()
5356 if (mlieseqlen > (sizeof(struct ie_header) + WLAN_MAX_IE_LEN)) { in util_get_pav_mlie_link_info()
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
Dlim_fils_defs.h337 uint8_t rsn_ie[WLAN_MAX_IE_LEN + 2];
/wlan-driver/qcacld-3.0/components/p2p/core/src/
Dwlan_p2p_off_chan_tx.c290 (WLAN_MAX_IE_LEN == p2p_ie[1])) { in p2p_get_p2pie_from_probe_rsp()
293 ie = p2p_ie + WLAN_MAX_IE_LEN + 2; in p2p_get_p2pie_from_probe_rsp()
552 if ((p2p_ie[1] + noa_len) > WLAN_MAX_IE_LEN) { in p2p_update_noa_stream()
554 WLAN_MAX_IE_LEN; in p2p_update_noa_stream()
557 p2p_ie[1] = WLAN_MAX_IE_LEN; in p2p_update_noa_stream()
Dwlan_p2p_main.c1112 if (rem_len < (2 + OUI_SIZE_P2P) || rem_len > WLAN_MAX_IE_LEN) { in p2p_check_oui_and_force_1x1()
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
Dsch_beacon_gen.c946 eht_op_ie = qdf_mem_malloc(WLAN_MAX_IE_LEN + 2); in sch_set_fixed_beacon_fields()
976 eht_cap_ie = qdf_mem_malloc(WLAN_MAX_IE_LEN + 2); in sch_set_fixed_beacon_fields()
/wlan-driver/qcacld-3.0/core/sap/inc/
Dsap_api.h541 uint8_t RSNWPAReqIE[(WLAN_MAX_IE_LEN * 2) + 4];
/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
Dwlan_scan_cache_db.c708 if (alt_wcn_ie_len > WLAN_MAX_IE_LEN + 2) { in scm_update_alt_wcn_ie()
716 qdf_mem_malloc_atomic(WLAN_MAX_IE_LEN + 2); in scm_update_alt_wcn_ie()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c10066 if (sta_pro->num_data > WLAN_MAX_IE_LEN + MIN_IE_LEN) {
10067 sta_pro->data[TAG_LEN_POS] = WLAN_MAX_IE_LEN;
10074 WLAN_MAX_IE_LEN + MIN_IE_LEN;
10880 if (sta_pro->num_data > WLAN_MAX_IE_LEN + MIN_IE_LEN) {
10881 sta_pro->data[TAG_LEN_POS] = WLAN_MAX_IE_LEN;
10888 WLAN_MAX_IE_LEN + MIN_IE_LEN;
11082 if (sta_pro->num_data > WLAN_MAX_IE_LEN + MIN_IE_LEN) {
11083 sta_pro->data[TAG_LEN_POS] = WLAN_MAX_IE_LEN;
11090 WLAN_MAX_IE_LEN + MIN_IE_LEN;
12846 eht_cap_ie = qdf_mem_malloc(WLAN_MAX_IE_LEN + 2);
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/utils/src/
Dwlan_utility.c392 *elemunit_maxpayloadlen = WLAN_MAX_IE_LEN; in wlan_get_elemunit_info()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/cmn_defs/inc/
Dwlan_cmn_ieee80211.h280 #define WLAN_MAX_IE_LEN 255 macro
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_cfg80211.c8584 .len = WLAN_MAX_IE_LEN + 2},
9416 uint8_t ie[WLAN_MAX_IE_LEN + 2]; in hdd_config_access_policy()