Skip to content

Commit a3b8136

Browse files
kapbhnordicjm
authored andcommitted
wifi: Fix indentation in Kconfig files
Fix indentation issues for Kconfig and help text. Signed-off-by: Kapil Bhatt <[email protected]>
1 parent 99fd4a5 commit a3b8136

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

samples/wifi/offloaded_raw_tx/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1818
config 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.
2424
endmenu

samples/wifi/scan/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1919
config WIFI_SCAN_INTERVAL_S
2020
int "Scan interval (seconds)"

subsys/net/lib/hostap_crypto/Kconfig

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff 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+
9798
endif
9899

99100
# PSA crypto is WPA2 only for now
100101
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+
105109
endif
110+
106111
endif

0 commit comments

Comments
 (0)