Home | History | Annotate | Download | only in wifi

Lines Matching defs:EAP

29 # EAP Macros
30 EAP = WifiEnums.Eap
61 # Default configs for EAP networks.
63 Ent.EAP: int(EAP.PEAP),
73 Ent.EAP: int(EAP.TLS),
81 Ent.EAP: int(EAP.TTLS),
89 Ent.EAP: int(EAP.PWD),
95 Ent.EAP: int(EAP.SIM),
99 Ent.EAP: int(EAP.AKA),
103 Ent.EAP: int(EAP.AKA_PRIME),
160 config: A dict representing an invalid EAP credential.
190 """Generates configurations for different EAP authentication types.
193 A list of dicts each representing an EAP configuration.
203 """Generates passpoint configurations for different EAP authentication
207 A list of dicts each representing an EAP configuration for
236 if c[Ent.EAP] == EAP.TLS and k == Ent.IDENTITY:
246 """Generates invalid configurations for different EAP authentication
249 For all the valid EAP configurations, if a param that is part of the
254 A list of dicts each representing an invalid EAP configuration.
267 """Generates invalid configurations for different EAP authentication
271 A list of dicts each representing an invalid EAP configuration
289 """Generates a test case name based on an EAP configuration for config
293 config: A dict representing an EAP credential.
299 A string representing the name of a generated EAP test case.
304 """Generates a test case name based on an EAP passpoint configuration.
307 config: A dict representing an EAP passpoint credential.
313 A string representing the name of a generated EAP passpoint connect
321 """Generates a test case name based on an EAP passpoint configuration
325 config: A dict representing an EAP passpoint credential.
331 A string representing the name of a generated EAP passpoint connect
364 EAP-TLS
365 EAP-PEAP with different phase2 types.
366 EAP-TTLS with different phase2 types.
386 len(failed), 0, "The following configs failed EAP connect test: %s"
414 msg = ("The following configs failed negative EAP connect test: %s" %
425 EAP-TLS
426 EAP
427 EAP-TTLS with different phase2 types.
449 len(failed), 0, "The following configs failed EAP connect test: %s"
459 EAP-TLS
460 EAP-TTLS with MSCHAPV2 as phase2.
529 EAP-TLS
530 EAP-TTLS with MSCHAPV2 as phase2.