Home | History | Annotate | Download | only in wifi

Lines Matching defs:EAP

28 # EAP Macros
29 EAP = WifiEnums.Eap
62 Ent.EAP: EAP.PEAP,
70 Ent.EAP: EAP.TLS,
78 Ent.EAP: EAP.TTLS,
86 Ent.EAP: EAP.SIM,
135 """Generates configurations for different EAP authentication types.
138 A list of dicts each representing an EAP configuration.
147 """Generates a test case name based on an EAP configuration.
150 config: A dict representing an EAP credential.
153 A string representing the name of a generated EAP test case.
155 name = "test_roaming-%s" % config[Ent.EAP].name