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

  /tools/test/connectivity/acts/tests/google/wifi/
WifiEnterpriseRoamingTest.py 30 EapPhase2 = WifiEnums.EapPhase2
66 Ent.PHASE2: EapPhase2.MSCHAPV2,
82 Ent.PHASE2: EapPhase2.MSCHAPV2,
WifiEnterpriseTest.py 30 EapPhase2 = WifiEnums.EapPhase2
82 Ent.PHASE2: EapPhase2.MSCHAPV2,
100 Ent.PHASE2: EapPhase2.MSCHAPV2,
193 for phase2_type in EapPhase2:
195 if Ent.FQDN in config and phase2_type == EapPhase2.GTC:
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_test_utils.py 89 class EapPhase2(IntEnum):
853 phase2_types = WifiEnums.EapPhase2
856 phase2_types = [WifiEnums.EapPhase2.GTC, WifiEnums.EapPhase2.MSCHAPV2]
860 phase2_type == WifiEnums.EapPhase2.GTC):

Completed in 36 milliseconds