Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/p2p/core/src/
H A Dwlan_p2p_off_chan_tx.c448 struct noa_descriptor *noa_desc_1; in p2p_get_noa_attr_stream() local
459 noa_desc_1 = &(noa_info->noa_desc[1]); in p2p_get_noa_attr_stream()
461 (!(noa_desc_1->duration)) && in p2p_get_noa_attr_stream()
491 if (noa_desc_1->duration) { in p2p_get_noa_attr_stream()
492 *pbody = noa_desc_1->type_count; in p2p_get_noa_attr_stream()
496 *((uint32_t *) (pbody)) = noa_desc_1->duration; in p2p_get_noa_attr_stream()
500 *((uint32_t *) (pbody)) = noa_desc_1->interval; in p2p_get_noa_attr_stream()
504 *((uint32_t *) (pbody)) = noa_desc_1->start_time; in p2p_get_noa_attr_stream()