Searched refs:potential_peers (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_kay_i.h194 struct dl_list potential_peers; member in struct:ieee802_1x_mka_participant
H A Dieee802_1x_kay.c309 return get_peer_mi(&participant->potential_peers, mi) != NULL;
349 return get_peer_mi(&participant->potential_peers, mi);
399 dl_list_for_each(peer, &participant->potential_peers,
576 dl_list_add(&participant->potential_peers, &peer->list);
599 dl_list_for_each(peer, &participant->potential_peers,
852 return !dl_list_empty(&participant->potential_peers);
866 dl_list_for_each(peer, &participant->potential_peers,
893 dl_list_for_each(peer, &participant->potential_peers,
1966 * && (!dl_list_empty(&participant->potential_peers))) {
2435 dl_list_for_each_safe(peer, pre_peer, &participant->potential_peers,
[all...]
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay_i.h194 struct dl_list potential_peers; member in struct:ieee802_1x_mka_participant
H A Dieee802_1x_kay.c309 return get_peer_mi(&participant->potential_peers, mi) != NULL;
349 return get_peer_mi(&participant->potential_peers, mi);
399 dl_list_for_each(peer, &participant->potential_peers,
576 dl_list_add(&participant->potential_peers, &peer->list);
599 dl_list_for_each(peer, &participant->potential_peers,
852 return !dl_list_empty(&participant->potential_peers);
866 dl_list_for_each(peer, &participant->potential_peers,
893 dl_list_for_each(peer, &participant->potential_peers,
1966 * && (!dl_list_empty(&participant->potential_peers))) {
2435 dl_list_for_each_safe(peer, pre_peer, &participant->potential_peers,
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_kay_i.h194 struct dl_list potential_peers; member in struct:ieee802_1x_mka_participant
H A Dieee802_1x_kay.c309 return get_peer_mi(&participant->potential_peers, mi) != NULL;
349 return get_peer_mi(&participant->potential_peers, mi);
399 dl_list_for_each(peer, &participant->potential_peers,
576 dl_list_add(&participant->potential_peers, &peer->list);
599 dl_list_for_each(peer, &participant->potential_peers,
852 return !dl_list_empty(&participant->potential_peers);
866 dl_list_for_each(peer, &participant->potential_peers,
893 dl_list_for_each(peer, &participant->potential_peers,
1966 * && (!dl_list_empty(&participant->potential_peers))) {
2435 dl_list_for_each_safe(peer, pre_peer, &participant->potential_peers,
[all...]

Completed in 87 milliseconds