Lines Matching refs:WifiEapConfig
118 | ohos.wifi | WifiDeviceConfig | eapConfig: WifiEapConfig; | Added|
119 | ohos.wifi | WifiEapConfig | eapSubId: number; | Added|
120 | ohos.wifi | WifiEapConfig | plmn: string; | Added|
121 | ohos.wifi | WifiEapConfig | realm: string; | Added|
122 | ohos.wifi | WifiEapConfig | domainSuffixMatch: string; | Added|
123 | ohos.wifi | WifiEapConfig | altSubjectMatch: string; | Added|
124 | ohos.wifi | WifiEapConfig | clientCertAliases: string; | Added|
125 | ohos.wifi | WifiEapConfig | caPath: string; | Added|
126 | ohos.wifi | WifiEapConfig | caCertAliases: string; | Added|
127 | ohos.wifi | WifiEapConfig | password: string; | Added|
128 | ohos.wifi | WifiEapConfig | anonymousIdentity: string; | Added|
129 | ohos.wifi | WifiEapConfig | identity: string; | Added|
130 | ohos.wifi | WifiEapConfig | phase2Method: Phase2Method; | Added|
131 | ohos.wifi | WifiEapConfig | eapMethod: EapMethod; | Added|