Searched refs:sa_key (Results 1 - 3 of 3) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/pae/ |
H A D | ieee802_1x_kay.c | 1244 struct data_key *sa_key = NULL; local 1294 dl_list_for_each(sa_key, &participant->sak_list, 1296 if (is_ki_equal(&sa_key->key_identifier, &ki)) { 1363 if (sa_key != NULL && txsa->pkey == sa_key) { 1525 struct data_key *sa_key = NULL; local 1589 dl_list_for_each(sa_key, &participant->sak_list, struct data_key, list) 1591 if (os_memcmp(sa_key->key_identifier.mi, 1593 sa_key->key_identifier.kn == be_to_host32(body->kn)) { 1656 sa_key 1947 struct data_key *sa_key = NULL; local 2659 struct data_key *sa_key, *latest_sak; local 2714 struct data_key *sa_key, *pre_key; local [all...] |
/external/wpa_supplicant_8/src/pae/ |
H A D | ieee802_1x_kay.c | 1244 struct data_key *sa_key = NULL; local 1294 dl_list_for_each(sa_key, &participant->sak_list, 1296 if (is_ki_equal(&sa_key->key_identifier, &ki)) { 1363 if (sa_key != NULL && txsa->pkey == sa_key) { 1525 struct data_key *sa_key = NULL; local 1589 dl_list_for_each(sa_key, &participant->sak_list, struct data_key, list) 1591 if (os_memcmp(sa_key->key_identifier.mi, 1593 sa_key->key_identifier.kn == be_to_host32(body->kn)) { 1656 sa_key 1947 struct data_key *sa_key = NULL; local 2659 struct data_key *sa_key, *latest_sak; local 2714 struct data_key *sa_key, *pre_key; local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/src/pae/ |
H A D | ieee802_1x_kay.c | 1244 struct data_key *sa_key = NULL; local 1294 dl_list_for_each(sa_key, &participant->sak_list, 1296 if (is_ki_equal(&sa_key->key_identifier, &ki)) { 1363 if (sa_key != NULL && txsa->pkey == sa_key) { 1525 struct data_key *sa_key = NULL; local 1589 dl_list_for_each(sa_key, &participant->sak_list, struct data_key, list) 1591 if (os_memcmp(sa_key->key_identifier.mi, 1593 sa_key->key_identifier.kn == be_to_host32(body->kn)) { 1656 sa_key 1947 struct data_key *sa_key = NULL; local 2659 struct data_key *sa_key, *latest_sak; local 2714 struct data_key *sa_key, *pre_key; local [all...] |
Completed in 591 milliseconds