Home | History | Annotate | Download | only in wifi

Lines Matching defs:EAP

28 # EAP Macros
29 EAP = WifiEnums.Eap
76 # Default configs for EAP networks.
78 Ent.EAP: EAP.PEAP,
88 Ent.EAP: EAP.TLS,
96 Ent.EAP: EAP.TTLS,
104 Ent.EAP: EAP.PWD,
110 Ent.EAP: EAP.SIM,
114 Ent.EAP: EAP.AKA,
118 Ent.EAP: EAP.AKA_PRIME,
173 config: A dict representing an invalid EAP credential.
203 """Generates configurations for different EAP authentication types.
206 A list of dicts each representing an EAP configuration.
219 """Generates passpoint configurations for different EAP authentication
223 A list of dicts each representing an EAP configuration for
251 if c[Ent.EAP] == EAP.TLS and k == Ent.IDENTITY:
261 """Generates invalid configurations for different EAP authentication
264 For all the valid EAP configurations, if a param that is part of the
269 A list of dicts each representing an invalid EAP configuration.
282 """Generates invalid configurations for different EAP authentication
286 A list of dicts each representing an invalid EAP configuration
304 """Generates a test case name based on an EAP configuration.
307 config: A dict representing an EAP credential.
313 A string representing the name of a generated EAP test case.
315 eap_name = config[Ent.EAP].name
326 """Generates a test case name based on an EAP passpoint configuration.
329 config: A dict representing an EAP passpoint credential.
335 A string representing the name of a generated EAP passpoint connect
349 EAP-TLS
350 EAP-PEAP with different phase2 types.
351 EAP-TTLS with different phase2 types.
370 msg = ("The following configs failed EAP connect test: %s" %
397 msg = ("The following configs failed negative EAP connect test: %s" %
407 EAP-TLS
408 EAP-TTLS with MSCHAPV2 as phase2.