Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Dwpa_common.c704 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_NONE) in rsn_selector_to_bitfield()
706 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_TKIP) in rsn_selector_to_bitfield()
708 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_CCMP) in rsn_selector_to_bitfield()
711 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_AES_128_CMAC) in rsn_selector_to_bitfield()
714 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_GCMP) in rsn_selector_to_bitfield()
716 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_CCMP_256) in rsn_selector_to_bitfield()
718 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_GCMP_256) in rsn_selector_to_bitfield()
720 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_BIP_GMAC_128) in rsn_selector_to_bitfield()
722 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_BIP_GMAC_256) in rsn_selector_to_bitfield()
724 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_BIP_CMAC_256) in rsn_selector_to_bitfield()
[all …]
Dwpa_common.h120 #define RSN_SELECTOR_GET(a) WPA_GET_BE32((const u8 *) (a)) macro
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ie.c383 RSN_SELECTOR_GET(pos + 2) == WPA_OUI_TYPE && in wpa_parse_generic()
395 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_PMKID) { in wpa_parse_generic()
403 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_GROUPKEY) { in wpa_parse_generic()
412 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_MAC_ADDR) { in wpa_parse_generic()
422 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_SMK) { in wpa_parse_generic()
431 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_NONCE) { in wpa_parse_generic()
440 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_LIFETIME) { in wpa_parse_generic()
449 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_ERROR) { in wpa_parse_generic()
460 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_IGTK) { in wpa_parse_generic()
471 RSN_SELECTOR_GET(pos + 2) == WFA_KEY_DATA_IP_ADDR_REQ) { in wpa_parse_generic()
[all …]
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.c835 RSN_SELECTOR_GET(pos + 2) == WPA_OUI_TYPE && in wpa_parse_generic()
851 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_PMKID) { in wpa_parse_generic()
857 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_GROUPKEY) { in wpa_parse_generic()
864 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_MAC_ADDR) { in wpa_parse_generic()
872 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_SMK) { in wpa_parse_generic()
879 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_NONCE) { in wpa_parse_generic()
886 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_LIFETIME) { in wpa_parse_generic()
893 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_ERROR) { in wpa_parse_generic()
902 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_IGTK) { in wpa_parse_generic()
911 RSN_SELECTOR_GET(pos + 2) == WFA_KEY_DATA_IP_ADDR_REQ) { in wpa_parse_generic()
[all …]