Searched refs:Ent (Results 1 – 2 of 2) sorted by relevance
33 Ent = WifiEnums.Enterprise variable55 Ent.EAP: int(EAP.PEAP),56 Ent.CA_CERT: self.ca_cert,57 Ent.IDENTITY: self.eap_identity,58 Ent.PASSWORD: self.eap_password,59 Ent.PHASE2: int(EapPhase2.MSCHAPV2),63 Ent.EAP: int(EAP.TLS),64 Ent.CA_CERT: self.ca_cert,66 Ent.CLIENT_CERT: self.client_cert,67 Ent.PRIVATE_KEY_ID: self.client_key,[all …]
1561 Ent = WifiEnums.Enterprise1565 if e.value == config[Ent.EAP]:1573 if Ent.PHASE2 in config:1575 if e.value == config[Ent.PHASE2]: