Searched refs:RSN_SUITE_ARG (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth.c | 4517 #define RSN_SUITE_ARG(s) \ macro 4584 RSN_SUITE_ARG(wpa_auth->dot11RSNAAuthenticationSuiteSelected), in wpa_get_mib() 4585 RSN_SUITE_ARG(wpa_auth->dot11RSNAPairwiseCipherSelected), in wpa_get_mib() 4586 RSN_SUITE_ARG(wpa_auth->dot11RSNAGroupCipherSelected), in wpa_get_mib() 4588 RSN_SUITE_ARG(wpa_auth->dot11RSNAAuthenticationSuiteRequested), in wpa_get_mib() 4589 RSN_SUITE_ARG(wpa_auth->dot11RSNAPairwiseCipherRequested), in wpa_get_mib() 4590 RSN_SUITE_ARG(wpa_auth->dot11RSNAGroupCipherRequested), in wpa_get_mib() 4642 RSN_SUITE_ARG(pairwise), in wpa_get_mib_sta() 4656 RSN_SUITE_ARG(wpa_akm_to_suite(sm->wpa_key_mgmt)), in wpa_get_mib_sta()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.c | 2768 #define RSN_SUITE_ARG(s) \ macro 2831 RSN_SUITE_ARG(wpa_key_mgmt_suite(sm)), in wpa_sm_get_mib() 2832 RSN_SUITE_ARG(wpa_cipher_to_suite(sm->proto, in wpa_sm_get_mib() 2834 RSN_SUITE_ARG(wpa_cipher_to_suite(sm->proto, in wpa_sm_get_mib() 2837 RSN_SUITE_ARG(wpa_key_mgmt_suite(sm)), in wpa_sm_get_mib() 2838 RSN_SUITE_ARG(wpa_cipher_to_suite(sm->proto, in wpa_sm_get_mib() 2840 RSN_SUITE_ARG(wpa_cipher_to_suite(sm->proto, in wpa_sm_get_mib()
|