Home
last modified time | relevance | path

Searched refs:noa_descriptors (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_power.c1388 ASSERT(noa->noa_descriptors[i].type_count != 0); in wma_p2p_create_sub_ie_noa()
1390 *buf++ = noa->noa_descriptors[i].type_count; in wma_p2p_create_sub_ie_noa()
1392 P2PIE_PUT_LE32(buf, noa->noa_descriptors[i].duration); in wma_p2p_create_sub_ie_noa()
1394 P2PIE_PUT_LE32(buf, noa->noa_descriptors[i].interval); in wma_p2p_create_sub_ie_noa()
1396 P2PIE_PUT_LE32(buf, noa->noa_descriptors[i].start_time); in wma_p2p_create_sub_ie_noa()
1461 noa_ie->noa_descriptors[0].type_count; in wma_update_probe_resp_noa()
1462 noa_attr->uNoa1Duration = noa_ie->noa_descriptors[0].duration; in wma_update_probe_resp_noa()
1463 noa_attr->uNoa1Interval = noa_ie->noa_descriptors[0].interval; in wma_update_probe_resp_noa()
1465 noa_ie->noa_descriptors[0].start_time; in wma_update_probe_resp_noa()
1468 noa_ie->noa_descriptors[1].type_count; in wma_update_probe_resp_noa()
[all …]
H A Dwma_mgmt.c207 noa_ie.noa_descriptors[i].type_count = in wma_send_bcn_buf_ll()
208 (uint8_t) p2p_noa_info->noa_descriptors[i]. in wma_send_bcn_buf_ll()
210 noa_ie.noa_descriptors[i].duration = in wma_send_bcn_buf_ll()
211 p2p_noa_info->noa_descriptors[i].duration; in wma_send_bcn_buf_ll()
212 noa_ie.noa_descriptors[i].interval = in wma_send_bcn_buf_ll()
213 p2p_noa_info->noa_descriptors[i].interval; in wma_send_bcn_buf_ll()
214 noa_ie.noa_descriptors[i].start_time = in wma_send_bcn_buf_ll()
215 p2p_noa_info->noa_descriptors[i].start_time; in wma_send_bcn_buf_ll()
218 noa_ie.noa_descriptors[i].type_count, in wma_send_bcn_buf_ll()
219 noa_ie.noa_descriptors[i].duration, in wma_send_bcn_buf_ll()
[all …]
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_p2p_tlv.c193 (uint8_t)wmi_noa_info->noa_descriptors[i]. in extract_p2p_noa_ev_param_tlv()
196 wmi_noa_info->noa_descriptors[i].duration; in extract_p2p_noa_ev_param_tlv()
198 wmi_noa_info->noa_descriptors[i].interval; in extract_p2p_noa_ev_param_tlv()
200 wmi_noa_info->noa_descriptors[i].start_time; in extract_p2p_noa_ev_param_tlv()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma.h1360 struct p2p_noa_descriptor noa_descriptors[WMA_MAX_NOA_DESCRIPTORS]; member
/wlan-driver/fw-api/fw/
H A Dwmi_tlv_defs.h2709 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_p2p_noa_descriptor, noa_descriptors, WMITLV…
2721 …WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wmi_p2p_noa_descriptor, noa_descriptors, WMITLV…
H A Dwmi_unified.h20304 wmi_p2p_noa_descriptor noa_descriptors[WMI_P2P_MAX_NOA_DESCRIPTORS]; member