Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_power.c1392 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()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma.h283 #define P2PIE_PUT_LE32(a, val) \ macro