Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/p2p/core/src/ !
H A Dwlan_p2p_off_chan_tx.c447 struct noa_descriptor *noa_desc_0; in p2p_get_noa_attr_stream() local
458 noa_desc_0 = &(noa_info->noa_desc[0]); in p2p_get_noa_attr_stream()
460 if ((!(noa_desc_0->duration)) && in p2p_get_noa_attr_stream()
473 if (noa_desc_0->duration) { in p2p_get_noa_attr_stream()
474 *pbody = noa_desc_0->type_count; in p2p_get_noa_attr_stream()
478 *((uint32_t *) (pbody)) = noa_desc_0->duration; in p2p_get_noa_attr_stream()
482 *((uint32_t *) (pbody)) = noa_desc_0->interval; in p2p_get_noa_attr_stream()
486 *((uint32_t *) (pbody)) = noa_desc_0->start_time; in p2p_get_noa_attr_stream()