HomeSort by relevance Sort by last modified time
    Searched refs:participant_list (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.h 223 struct dl_list participant_list; member in struct:ieee802_1x_kay
ieee802_1x_kay.c 252 dl_list_for_each(participant, &kay->participant_list,
273 dl_list_for_each(participant, &kay->participant_list,
    [all...]
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveVoiceConfTest.py 599 def _test_1x_conf_call_drop_from_host(self, host, participant_list):
602 Host(1x) is in conference call scenario with phones in participant_list.
603 End call on host. Then all phones in participant_list should end call.
607 participant_list: android device objects list for all other
619 if not verify_incall_state(self.log, participant_list, False):
623 def _test_1x_merge_conference(self, host, participant_list, call_conf_id):
626 Host(1x) is in multi call scenario with phones in participant_list.
632 participant_list: android device objects list for all other
647 if not verify_incall_state(self.log, participant_list, True):
    [all...]

Completed in 99 milliseconds