Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/common/
H A Dwpa_common.h77 #define RSN_CIPHER_SUITE_TKIP RSN_SELECTOR(0x00, 0x0f, 0xac, 2) macro
H A Dwpa_common.c1086 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_TKIP) in rsn_selector_to_bitfield()
2316 RSN_CIPHER_SUITE_TKIP : WPA_CIPHER_SUITE_TKIP); in wpa_cipher_to_suite()
2355 RSN_SELECTOR_PUT(pos, RSN_CIPHER_SUITE_TKIP); in rsn_cipher_put_suites()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dwpa_auth_ie.c664 selector = RSN_CIPHER_SUITE_TKIP; in wpa_validate_wpa_ie()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_capa.c281 case RSN_CIPHER_SUITE_TKIP: in wiphy_info_cipher_suites()
H A Ddriver_nl80211.c2858 return RSN_CIPHER_SUITE_TKIP; in wpa_alg_to_cipher_suite()
2904 return RSN_CIPHER_SUITE_TKIP; in wpa_cipher_to_cipher_suite()
2931 suites[num_suites++] = RSN_CIPHER_SUITE_TKIP; in wpa_cipher_to_cipher_suites()