mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-01 01:29:23 +01:00
c21dc9ed6f
This tests all EAP methods in their standard configuration. Any corner cases requiring changes to main.conf or other hostapd options are not included and will be left as stand alone tests. This was done because nearly all EAP tests are identical except the IWD provisioning file and hostapd EAP users fine. The IWD provisioning file can be swapped out as needed for each individual test without actually restarting IWD. And the EAP users file can simply be written to include every possible EAP method that is supported.
11 lines
258 B
Plaintext
11 lines
258 B
Plaintext
[Security]
|
|
EAP-Method=TLS
|
|
EAP-TLS-CACert=/tmp/certs/cert-ca.pem
|
|
EAP-TLS-ClientCert=/tmp/certs/cert-client.pem
|
|
EAP-TLS-ClientKey=/tmp/certs/cert-client-key-md5-des.pem
|
|
EAP-TLS-ClientKeyPassphrase=abc
|
|
EAP-Identity=tls@example.com
|
|
|
|
[Settings]
|
|
AutoConnect=False
|