Searched refs:live_peers (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/pae/
H A Dieee802_1x_kay.c350 return get_peer_mi(&participant->live_peers, mi);
445 dl_list_for_each(peer, &participant->live_peers,
632 dl_list_add(&participant->live_peers, &peer->list);
697 dl_list_add_tail(&participant->live_peers, &peer->list);
916 return !dl_list_empty(&participant->live_peers);
930 dl_list_for_each(peer, &participant->live_peers,
957 dl_list_for_each(peer, &participant->live_peers,
1470 dl_list_for_each(peer, &participant->live_peers,
2094 if (dl_list_empty(&participant->live_peers)) {
2123 dl_list_for_each(peer, &participant->live_peers,
[all...]
H A Dieee802_1x_kay_i.h102 struct dl_list live_peers; member in struct:ieee802_1x_mka_participant

Completed in 107 milliseconds