Searched refs:eht_cap_ie (Results 1 – 5 of 5) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_process_tdls.c | 1583 uint8_t *eht_cap_ie; in lim_ieee80211_pack_ehtcap_tdls() local 1590 eht_cap_ie = qdf_mem_malloc(WLAN_MAX_IE_LEN + 2); in lim_ieee80211_pack_ehtcap_tdls() 1591 if (!eht_cap_ie) { in lim_ieee80211_pack_ehtcap_tdls() 1602 lim_ieee80211_pack_ehtcap(eht_cap_ie, pe_session->eht_config, in lim_ieee80211_pack_ehtcap_tdls() 1605 *len = eht_cap_ie[1] + 2; in lim_ieee80211_pack_ehtcap_tdls() 1606 return eht_cap_ie; in lim_ieee80211_pack_ehtcap_tdls() 1648 uint8_t *eht_cap_ie = NULL, eht_cap_ie_len = 0; in lim_send_tdls_dis_rsp_frame() local 1719 eht_cap_ie = lim_ieee80211_pack_ehtcap_tdls(mac, pe_session, in lim_send_tdls_dis_rsp_frame() 1721 if (!eht_cap_ie) { in lim_send_tdls_dis_rsp_frame() 1776 qdf_mem_free(eht_cap_ie); in lim_send_tdls_dis_rsp_frame() [all …]
|
D | lim_send_management_frames.c | 202 uint8_t *eht_cap_ie = NULL, eht_cap_ie_len = 0; in lim_send_probe_req_mgmt_frame() local 402 eht_cap_ie = qdf_mem_malloc(WLAN_MAX_IE_LEN + MIN_IE_LEN); in lim_send_probe_req_mgmt_frame() 403 if (!eht_cap_ie) { in lim_send_probe_req_mgmt_frame() 409 lim_ieee80211_pack_ehtcap(eht_cap_ie, pr->eht_cap, pr->he_cap, 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() 460 eht_cap_ie, eht_cap_ie_len); in lim_send_probe_req_mgmt_frame() 516 qdf_mem_free(eht_cap_ie); in lim_send_probe_req_mgmt_frame() 1493 uint8_t *eht_cap_ie) in lim_strip_eht_cap_ie() argument 1498 eht_cap_ie, WLAN_MAX_IE_LEN); in lim_strip_eht_cap_ie() 1543 uint8_t *eht_cap_ie = NULL, eht_cap_ie_len = 0; in lim_send_assoc_rsp_mgmt_frame() local [all …]
|
D | lim_utils.h | 1822 uint8_t *eht_cap_ie); 2197 uint8_t *eht_cap_ie) in lim_strip_eht_cap_ie() argument
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/ |
D | sch_beacon_gen.c | 568 uint8_t *eht_cap_ie = NULL, eht_cap_ie_len = 0; in sch_set_fixed_beacon_fields() local 976 eht_cap_ie = qdf_mem_malloc(WLAN_MAX_IE_LEN + 2); in sch_set_fixed_beacon_fields() 977 if (!eht_cap_ie) { in sch_set_fixed_beacon_fields() 984 &ie_buf_size, eht_cap_ie); in sch_set_fixed_beacon_fields() 987 qdf_mem_free(eht_cap_ie); in sch_set_fixed_beacon_fields() 995 lim_ieee80211_pack_ehtcap(eht_cap_ie, bcn_2->eht_cap, in sch_set_fixed_beacon_fields() 997 eht_cap_ie_len = eht_cap_ie[1] + 2; in sch_set_fixed_beacon_fields() 1001 eht_cap_ie, eht_cap_ie_len); in sch_set_fixed_beacon_fields() 1003 qdf_mem_free(eht_cap_ie); in sch_set_fixed_beacon_fields()
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
D | parser_api.c | 8690 QDF_STATUS lim_ieee80211_unpack_ehtcap(const uint8_t *eht_cap_ie, 8695 struct wlan_ie_ehtcaps *ehtcap = (struct wlan_ie_ehtcaps *)eht_cap_ie; 8699 if (!eht_cap_ie || !(ehtcap->elem_id == DOT11F_EID_EHT_CAP && 9112 const uint8_t *eht_cap_ie; 9116 eht_cap_ie = lim_get_ext_ie_ptr_from_ext_id(ie, ie_len, 9120 if (!eht_cap_ie) 9125 status = lim_ieee80211_unpack_ehtcap(eht_cap_ie, dot11f_eht_cap, 12405 uint8_t *eht_cap_ie = NULL; 12846 eht_cap_ie = qdf_mem_malloc(WLAN_MAX_IE_LEN + 2); 12847 if (eht_cap_ie) { [all …]
|