Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_mgmt.c2183 uint16_t p2p_ie_len = 0; in wma_unified_bcn_tmpl_send() local
2197 p2p_ie_len = (uint16_t) p2p_ie[1] + 2; in wma_unified_bcn_tmpl_send()
2217 if (p2p_ie_len) { in wma_unified_bcn_tmpl_send()
2218 if (tmpl_len <= p2p_ie_len) { in wma_unified_bcn_tmpl_send()
2220 tmpl_len, p2p_ie_len); in wma_unified_bcn_tmpl_send()
2223 tmpl_len -= (uint32_t) p2p_ie_len; in wma_unified_bcn_tmpl_send()