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
12
12
bool "Random Wi-Fi MAC address"
13
13
depends on ENTROPY_GENERATOR
14
14
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.
17
17
18
18
config BEACON_INTERVAL
19
19
int "Beacon interval in milliseconds"
20
20
default 100
21
21
range 20 10000
22
22
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.
24
24
endmenu
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ config WIFI_MAC_ADDRESS
12
12
string "WiFi MAC address"
13
13
default "F6:CE:36:00:00:01"
14
14
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.
18
18
19
19
config WIFI_SCAN_INTERVAL_S
20
20
int "Scan interval (seconds)"
Original file line number Diff line number Diff line change @@ -94,13 +94,18 @@ config HOSTAP_CRYPTO_ENTERPRISE
94
94
select MBEDTLS_SSL_SERVER_NAME_INDICATION
95
95
select MBEDTLS_SSL_CLI_ALLOW_WEAK_CERTIFICATE_VERIFICATION_WITHOUT_HOSTNAME
96
96
default y
97
+
97
98
endif
98
99
99
100
# PSA crypto is WPA2 only for now
100
101
if 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
+
105
109
endif
110
+
106
111
endif
You can’t perform that action at this time.
0 commit comments