File tree Expand file tree Collapse file tree 3 files changed +15
-10
lines changed
subsys/net/lib/hostap_crypto Expand file tree Collapse file tree 3 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ config GENERATE_MAC_ADDRESS
1212 bool "Random Wi-Fi MAC address"
1313 depends on ENTROPY_GENERATOR
1414 help
15- The option specifies the MAC address to be used by the sample.
16- This is only used when the nRF7002 OTP is not programmed with a MAC address.
15+ The option specifies the MAC address to be used by the sample.
16+ This is only used when the nRF7002 OTP is not programmed with a MAC address.
1717
1818config BEACON_INTERVAL
1919 int "Beacon interval in milliseconds"
2020 default 100
2121 range 20 10000
2222 help
23- The option sets the time Time interval (in ms) between beacon transmissions.
23+ The option sets the time Time interval (in ms) between beacon transmissions.
2424endmenu
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ config WIFI_MAC_ADDRESS
1212 string "WiFi MAC address"
1313 default "F6:CE:36:00:00:01"
1414 help
15- Wi-Fi MAC address to be used by the sample. If not set, the sample will
16- use the default MAC address (locally administrative). This is only used
17- when the nRF7002 OTP is not programmed with a MAC address.
15+ Wi-Fi MAC address to be used by the sample. If not set, the sample will
16+ use the default MAC address (locally administrative). This is only used
17+ when the nRF7002 OTP is not programmed with a MAC address.
1818
1919config WIFI_SCAN_INTERVAL_S
2020 int "Scan interval (seconds)"
Original file line number Diff line number Diff line change @@ -94,13 +94,18 @@ config HOSTAP_CRYPTO_ENTERPRISE
9494 select MBEDTLS_SSL_SERVER_NAME_INDICATION
9595 select MBEDTLS_SSL_CLI_ALLOW_WEAK_CERTIFICATE_VERIFICATION_WITHOUT_HOSTNAME
9696 default y
97+
9798endif
9899
99100# PSA crypto is WPA2 only for now
100101if HOSTAP_CRYPTO_ALT_PSA
101- config WIFI_NM_WPA_SUPPLICANT_WPA3
102- default n
103- config WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
104- default n
102+
103+ config WIFI_NM_WPA_SUPPLICANT_WPA3
104+ default n
105+
106+ config WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
107+ default n
108+
105109endif
110+
106111endif
You can’t perform that action at this time.
0 commit comments