Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
Dieee802_1x_kay.c339 return get_peer_mi(&participant->potential_peers, mi); in ieee802_1x_kay_get_potential_peer()
451 dl_list_for_each(peer, &participant->potential_peers, in ieee802_1x_kay_get_peer_sci()
655 dl_list_add(&participant->potential_peers, &peer->list); in ieee802_1x_kay_create_potential_peer()
976 return !dl_list_empty(&participant->potential_peers); in ieee802_1x_mka_potential_peer_body_present()
990 dl_list_for_each(peer, &participant->potential_peers, in ieee802_1x_mka_get_potential_peer_length()
1017 dl_list_for_each(peer, &participant->potential_peers, in ieee802_1x_mka_encode_potential_peer_body()
2590 dl_list_for_each_safe(peer, pre_peer, &participant->potential_peers, in ieee802_1x_participant_timer()
3673 dl_list_init(&participant->potential_peers); in ieee802_1x_kay_create_mka()
3790 while (!dl_list_empty(&participant->potential_peers)) { in ieee802_1x_kay_delete_mka()
3791 peer = dl_list_entry(participant->potential_peers.next, in ieee802_1x_kay_delete_mka()
[all …]
Dieee802_1x_kay_i.h103 struct dl_list potential_peers; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
Dieee802_1x_kay.c339 return get_peer_mi(&participant->potential_peers, mi); in ieee802_1x_kay_get_potential_peer()
451 dl_list_for_each(peer, &participant->potential_peers, in ieee802_1x_kay_get_peer_sci()
655 dl_list_add(&participant->potential_peers, &peer->list); in ieee802_1x_kay_create_potential_peer()
976 return !dl_list_empty(&participant->potential_peers); in ieee802_1x_mka_potential_peer_body_present()
990 dl_list_for_each(peer, &participant->potential_peers, in ieee802_1x_mka_get_potential_peer_length()
1017 dl_list_for_each(peer, &participant->potential_peers, in ieee802_1x_mka_encode_potential_peer_body()
2627 dl_list_for_each_safe(peer, pre_peer, &participant->potential_peers, in ieee802_1x_participant_timer()
3710 dl_list_init(&participant->potential_peers); in ieee802_1x_kay_create_mka()
3827 while (!dl_list_empty(&participant->potential_peers)) { in ieee802_1x_kay_delete_mka()
3828 peer = dl_list_entry(participant->potential_peers.next, in ieee802_1x_kay_delete_mka()
[all …]
Dieee802_1x_kay_i.h103 struct dl_list potential_peers; member