Home
last modified time | relevance | path

Searched refs:eht_op_ie_len (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
H A Dsch_beacon_gen.c567 uint8_t *eht_op_ie = NULL, eht_op_ie_len = 0; in sch_set_fixed_beacon_fields() local
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()
973 n_bytes = ie_buf_size + eht_op_ie_len; in sch_set_fixed_beacon_fields()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_send_management_frames.c1542 uint8_t *eht_op_ie = NULL, eht_op_ie_len = 0; in lim_send_assoc_rsp_mgmt_frame() local
1821 eht_op_ie_len = eht_op_ie[TAG_LEN_POS] + MIN_IE_LEN; in lim_send_assoc_rsp_mgmt_frame()
1858 bytes += sizeof(tSirMacMgmtHdr) + payload + mlo_ie_len + eht_op_ie_len + in lim_send_assoc_rsp_mgmt_frame()
1898 if (eht_op_ie_len) { in lim_send_assoc_rsp_mgmt_frame()
1900 eht_op_ie, eht_op_ie_len); in lim_send_assoc_rsp_mgmt_frame()
1901 payload += eht_op_ie_len; in lim_send_assoc_rsp_mgmt_frame()