Home
last modified time | relevance | path

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

/hostap-3.7.0/src/common/
Dwpa_common.h103 #define RSN_CIPHER_SUITE_CCMP_256 RSN_SELECTOR(0x00, 0x0f, 0xac, 10) macro
Dwpa_common.c1443 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_CCMP_256) in rsn_selector_to_bitfield()
2665 return RSN_CIPHER_SUITE_CCMP_256; in wpa_cipher_to_suite()
2698 RSN_SELECTOR_PUT(pos, RSN_CIPHER_SUITE_CCMP_256); in rsn_cipher_put_suites()
/hostap-3.7.0/src/drivers/
Ddriver_nl80211_capa.c450 case RSN_CIPHER_SUITE_CCMP_256: in wiphy_info_cipher_suites()
Ddriver_nl80211.c3080 return RSN_CIPHER_SUITE_CCMP_256; in wpa_alg_to_cipher_suite()
3111 return RSN_CIPHER_SUITE_CCMP_256; in wpa_cipher_to_cipher_suite()
3138 suites[num_suites++] = RSN_CIPHER_SUITE_CCMP_256; in wpa_cipher_to_cipher_suites()