Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dwpa_common.h71 #define RSN_CIPHER_SUITE_TKIP RSN_SELECTOR(0x00, 0x0f, 0xac, 2) macro
Dwpa_common.c706 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_TKIP) in rsn_selector_to_bitfield()
1753 RSN_CIPHER_SUITE_TKIP : WPA_CIPHER_SUITE_TKIP); in wpa_cipher_to_suite()
1792 RSN_SELECTOR_PUT(pos, RSN_CIPHER_SUITE_TKIP); in rsn_cipher_put_suites()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.c596 selector = RSN_CIPHER_SUITE_TKIP; in wpa_validate_wpa_ie()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_capa.c281 case RSN_CIPHER_SUITE_TKIP: in wiphy_info_cipher_suites()
Ddriver_nl80211.c2641 return RSN_CIPHER_SUITE_TKIP; in wpa_alg_to_cipher_suite()
2687 return RSN_CIPHER_SUITE_TKIP; in wpa_cipher_to_cipher_suite()
2714 suites[num_suites++] = RSN_CIPHER_SUITE_TKIP; in wpa_cipher_to_cipher_suites()