Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_util.h718 unsigned int qdf_get_hweight8(unsigned int w) in qdf_get_hweight8() argument
720 unsigned int res = w - ((w >> 1) & 0x55); in qdf_get_hweight8()
734 unsigned int qdf_get_hweight16(unsigned int w) in qdf_get_hweight16() argument
736 unsigned int res = (w & 0x5555) + ((w >> 1) & 0x5555); in qdf_get_hweight16()
752 unsigned int qdf_get_hweight32(unsigned int w) in qdf_get_hweight32() argument
754 unsigned int res = (w & 0x55555555) + ((w >> 1) & 0x55555555); in qdf_get_hweight32()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
Dwlan_crypto_global_api.c2519 uint32_t w = LE_READ_4(sel); in wlan_crypto_wpa_suite_to_cipher() local
2522 switch (w) { in wlan_crypto_wpa_suite_to_cipher()
2540 uint32_t w = LE_READ_4(sel); in wlan_crypto_wpa_suite_to_keymgmt() local
2543 switch (w) { in wlan_crypto_wpa_suite_to_keymgmt()
2563 uint32_t w = LE_READ_4(sel); in wlan_crypto_rsn_suite_to_cipher() local
2566 switch (w) { in wlan_crypto_rsn_suite_to_cipher()
2597 uint32_t w = LE_READ_4(sel); in wlan_crypto_rsn_suite_to_keymgmt() local
2600 switch (w) { in wlan_crypto_rsn_suite_to_keymgmt()
2656 int32_t w; in wlan_crypto_wpaie_check() local
2671 w = LE_READ_2(frm); in wlan_crypto_wpaie_check()
[all …]
/wlan-driver/qcacld-3.0/
DKconfig1180 bool "Enable the WLAN 802.11w Protected Management Frames feature"