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.c457 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_NONE) in rsn_selector_to_bitfield()
459 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_TKIP) in rsn_selector_to_bitfield()
461 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_CCMP) in rsn_selector_to_bitfield()
464 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_AES_128_CMAC) in rsn_selector_to_bitfield()
467 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_GCMP) in rsn_selector_to_bitfield()
469 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_CCMP_256) in rsn_selector_to_bitfield()
471 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_GCMP_256) in rsn_selector_to_bitfield()
473 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_BIP_GMAC_128) in rsn_selector_to_bitfield()
475 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_BIP_GMAC_256) in rsn_selector_to_bitfield()
477 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_BIP_CMAC_256) in rsn_selector_to_bitfield()
[all …]
Dwpa_common.h110 #define RSN_SELECTOR_GET(a) WPA_GET_BE32((const u8 *) (a)) macro
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ie.c371 RSN_SELECTOR_GET(pos + 2) == WPA_OUI_TYPE && in wpa_parse_generic()
383 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_PMKID) { in wpa_parse_generic()
391 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_GROUPKEY) { in wpa_parse_generic()
400 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_MAC_ADDR) { in wpa_parse_generic()
410 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_SMK) { in wpa_parse_generic()
419 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_NONCE) { in wpa_parse_generic()
428 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_LIFETIME) { in wpa_parse_generic()
437 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_ERROR) { in wpa_parse_generic()
448 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_IGTK) { in wpa_parse_generic()
459 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.c783 RSN_SELECTOR_GET(pos + 2) == WPA_OUI_TYPE && in wpa_parse_generic()
799 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_PMKID) { in wpa_parse_generic()
805 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_GROUPKEY) { in wpa_parse_generic()
812 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_MAC_ADDR) { in wpa_parse_generic()
820 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_SMK) { in wpa_parse_generic()
827 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_NONCE) { in wpa_parse_generic()
834 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_LIFETIME) { in wpa_parse_generic()
841 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_ERROR) { in wpa_parse_generic()
850 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_IGTK) { in wpa_parse_generic()
859 RSN_SELECTOR_GET(pos + 2) == WFA_KEY_DATA_IP_ADDR_REQ) { in wpa_parse_generic()
[all …]