Home
last modified time | relevance | path

Searched refs:WPA_CIPHER_SUITE_WEP104 (Results 1 – 10 of 10) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
Dwpa_ie.c35 if (RSN_SELECTOR_GET(s) == WPA_CIPHER_SUITE_WEP104) in wpa_selector_to_bitfield()
204 RSN_SELECTOR_PUT(pos, WPA_CIPHER_SUITE_WEP104); in wpa_gen_wpa_ie_wpa()
Dwpa.c1731 RSN_CIPHER_SUITE_WEP104 : WPA_CIPHER_SUITE_WEP104); in wpa_cipher_suite()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.c50 RSN_SELECTOR_PUT(pos, WPA_CIPHER_SUITE_WEP104); in wpa_write_wpa_ie()
510 selector = WPA_CIPHER_SUITE_WEP104; in wpa_validate_wpa_ie()
523 selector = WPA_CIPHER_SUITE_WEP104; in wpa_validate_wpa_ie()
Dwpa_auth.c2610 pairwise = WPA_CIPHER_SUITE_WEP104; in wpa_get_mib_sta()
/external/wpa_supplicant_6/wpa_supplicant/src/common/
Dwpa_common.h48 #define WPA_CIPHER_SUITE_WEP104 RSN_SELECTOR(0x00, 0x50, 0xf2, 5) macro
/external/wpa_supplicant_8/src/common/
Dwpa_common.h48 #define WPA_CIPHER_SUITE_WEP104 RSN_SELECTOR(0x00, 0x50, 0xf2, 5) macro
Dwpa_common.c418 if (RSN_SELECTOR_GET(s) == WPA_CIPHER_SUITE_WEP104) in wpa_selector_to_bitfield()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ie.c66 RSN_SELECTOR_PUT(pos, WPA_CIPHER_SUITE_WEP104); in wpa_gen_wpa_ie_wpa()
Dwpa.c1905 RSN_CIPHER_SUITE_WEP104 : WPA_CIPHER_SUITE_WEP104); in wpa_cipher_suite()
/external/wpa_supplicant/
Dwpa.c45 static const u8 WPA_CIPHER_SUITE_WEP104[] = { 0x00, 0x50, 0xf2, 5 }; variable
287 if (os_memcmp(s, WPA_CIPHER_SUITE_WEP104, WPA_SELECTOR_LEN) == 0) in wpa_selector_to_bitfield()
674 os_memcpy(pos, WPA_CIPHER_SUITE_WEP104, WPA_SELECTOR_LEN); in wpa_gen_wpa_ie_wpa()
3683 RSN_CIPHER_SUITE_WEP104 : WPA_CIPHER_SUITE_WEP104); in wpa_cipher_suite()