Searched refs:eht_op_ie (Results 1 – 4 of 4) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/ |
D | sch_beacon_gen.c | 567 uint8_t *eht_op_ie = NULL, eht_op_ie_len = 0; in sch_set_fixed_beacon_fields() local 946 eht_op_ie = qdf_mem_malloc(WLAN_MAX_IE_LEN + 2); in sch_set_fixed_beacon_fields() 947 if (!eht_op_ie) { in sch_set_fixed_beacon_fields() 955 &ie_buf_size, eht_op_ie); in sch_set_fixed_beacon_fields() 958 qdf_mem_free(eht_op_ie); in sch_set_fixed_beacon_fields() 963 lim_ieee80211_pack_ehtop(eht_op_ie, bcn_2->eht_op, in sch_set_fixed_beacon_fields() 967 eht_op_ie_len = eht_op_ie[1] + 2; in sch_set_fixed_beacon_fields() 971 eht_op_ie, eht_op_ie_len); in sch_set_fixed_beacon_fields() 972 qdf_mem_free(eht_op_ie); in sch_set_fixed_beacon_fields()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_send_management_frames.c | 1504 uint8_t *eht_op_ie) in lim_strip_eht_op_ie() argument 1509 eht_op_ie, WLAN_MAX_IE_LEN); in lim_strip_eht_op_ie() 1542 uint8_t *eht_op_ie = NULL, eht_op_ie_len = 0; in lim_send_assoc_rsp_mgmt_frame() local 1811 eht_op_ie = qdf_mem_malloc(WLAN_MAX_IE_LEN + MIN_IE_LEN); in lim_send_assoc_rsp_mgmt_frame() 1812 if (!eht_op_ie) { in lim_send_assoc_rsp_mgmt_frame() 1817 lim_ieee80211_pack_ehtop(eht_op_ie, frm.eht_op, 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() 1900 eht_op_ie, eht_op_ie_len); in lim_send_assoc_rsp_mgmt_frame() 2002 qdf_mem_free(eht_op_ie); in lim_send_assoc_rsp_mgmt_frame()
|
D | lim_utils.h | 1817 uint8_t *eht_op_ie); 2188 uint8_t *eht_op_ie) in lim_strip_eht_op_ie() argument
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
D | parser_api.c | 8599 QDF_STATUS lim_ieee80211_unpack_ehtop(const uint8_t *eht_op_ie, 8605 struct wlan_ie_ehtops *ehtop = (struct wlan_ie_ehtops *)eht_op_ie; 8608 if (!eht_op_ie || !(ehtop->elem_id == DOT11F_EID_EHT_OP && 9621 const uint8_t *eht_op_ie; 9624 eht_op_ie = lim_get_ext_ie_ptr_from_ext_id(ie, ie_len, 9628 if (!eht_op_ie) 9631 status = lim_ieee80211_unpack_ehtop(eht_op_ie, dot11f_eht_op,
|