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.c433 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_NONE) in rsn_selector_to_bitfield()
435 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_TKIP) in rsn_selector_to_bitfield()
437 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_CCMP) in rsn_selector_to_bitfield()
440 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_AES_128_CMAC) in rsn_selector_to_bitfield()
443 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_GCMP) in rsn_selector_to_bitfield()
445 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_CCMP_256) in rsn_selector_to_bitfield()
447 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_GCMP_256) in rsn_selector_to_bitfield()
449 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_BIP_GMAC_128) in rsn_selector_to_bitfield()
451 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_BIP_GMAC_256) in rsn_selector_to_bitfield()
453 if (RSN_SELECTOR_GET(s) == RSN_CIPHER_SUITE_BIP_CMAC_256) in rsn_selector_to_bitfield()
[all …]
Dwpa_common.h108 #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.c762 RSN_SELECTOR_GET(pos + 2) == WPA_OUI_TYPE && in wpa_parse_generic()
778 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_PMKID) { in wpa_parse_generic()
784 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_GROUPKEY) { in wpa_parse_generic()
791 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_MAC_ADDR) { in wpa_parse_generic()
799 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_SMK) { in wpa_parse_generic()
806 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_NONCE) { in wpa_parse_generic()
813 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_LIFETIME) { in wpa_parse_generic()
820 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_ERROR) { in wpa_parse_generic()
829 RSN_SELECTOR_GET(pos + 2) == RSN_KEY_DATA_IGTK) { in wpa_parse_generic()
838 RSN_SELECTOR_GET(pos + 2) == WFA_KEY_DATA_IP_ADDR_REQ) { in wpa_parse_generic()
[all …]