Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c7620 pDst->pwise_cipher_suite_count = 1; in dot11f_unpack_ie_rsn()
7641 pDst->pwise_cipher_suite_count = 1; in dot11f_unpack_ie_rsn()
7654 framesntohs(pCtx, &pDst->pwise_cipher_suite_count, pBuf, 0); in dot11f_unpack_ie_rsn()
7658 if (unlikely(ielen < pDst->pwise_cipher_suite_count * 4)) { in dot11f_unpack_ie_rsn()
7663 if (!pDst->pwise_cipher_suite_count || in dot11f_unpack_ie_rsn()
7664 pDst->pwise_cipher_suite_count > 6) { in dot11f_unpack_ie_rsn()
7669 DOT11F_MEMCPY(pCtx, pDst->pwise_cipher_suites, pBuf, (pDst->pwise_cipher_suite_count * 4)); in dot11f_unpack_ie_rsn()
7670 pBuf += (pDst->pwise_cipher_suite_count * 4); in dot11f_unpack_ie_rsn()
7671 ielen -= (pDst->pwise_cipher_suite_count * 4); in dot11f_unpack_ie_rsn()
18583 if (pIe->pwise_cipher_suite_count) { in dot11f_get_packed_iersn()
[all …]
H A Dparser_api.c1169 (ie_struct->RSN.pwise_cipher_suite_count == 1) && in wlan_get_cb_mode()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms1451 OPTIONAL pwise_cipher_suite_count, 2;
1455 pwise_cipher_suites[4][0..6] COUNTIS pwise_cipher_suite_count;
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_hostapd.c3347 dot11_rsn_ie.pwise_cipher_suite_count, in hdd_softap_unpack_ie()
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Ddot11f.h7495 uint16_t pwise_cipher_suite_count; member