Searched refs:sel (Results 1 – 25 of 30) sorted by relevance
12
2517 static int32_t wlan_crypto_wpa_suite_to_cipher(const uint8_t *sel) in wlan_crypto_wpa_suite_to_cipher() argument2519 uint32_t w = LE_READ_4(sel); in wlan_crypto_wpa_suite_to_cipher()2538 static int32_t wlan_crypto_wpa_suite_to_keymgmt(const uint8_t *sel) in wlan_crypto_wpa_suite_to_keymgmt() argument2540 uint32_t w = LE_READ_4(sel); in wlan_crypto_wpa_suite_to_keymgmt()2561 static int32_t wlan_crypto_rsn_suite_to_cipher(const uint8_t *sel) in wlan_crypto_rsn_suite_to_cipher() argument2563 uint32_t w = LE_READ_4(sel); in wlan_crypto_rsn_suite_to_cipher()2595 static int32_t wlan_crypto_rsn_suite_to_keymgmt(const uint8_t *sel) in wlan_crypto_rsn_suite_to_keymgmt() argument2597 uint32_t w = LE_READ_4(sel); in wlan_crypto_rsn_suite_to_keymgmt()3277 static int32_t wlan_crypto_wapi_suite_to_cipher(const uint8_t *sel) in wlan_crypto_wapi_suite_to_cipher() argument3279 uint32_t w = LE_READ_4(sel); in wlan_crypto_wapi_suite_to_cipher()[all …]
159 #define WLAN_CRYPTO_ADDSELECTOR(frm, sel) \ argument161 uint32_t value = sel;\