Searched refs:pwise_cipher_suite_count (Results 1 – 5 of 5) sorted by relevance
7620 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 …]
1169 (ie_struct->RSN.pwise_cipher_suite_count == 1) && in wlan_get_cb_mode()
1451 OPTIONAL pwise_cipher_suite_count, 2;1455 pwise_cipher_suites[4][0..6] COUNTIS pwise_cipher_suite_count;
3347 dot11_rsn_ie.pwise_cipher_suite_count, in hdd_softap_unpack_ie()
7495 uint16_t pwise_cipher_suite_count; member