We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50722c5 commit 36d4807Copy full SHA for 36d4807
lib/location/Kconfig
@@ -43,11 +43,11 @@ config LOCATION_METHOD_WIFI_NET_MGMT
43
Network Management APIs in tests for mocking purposes.
44
45
config LOCATION_METHOD_WIFI_NET_IF_UPDOWN
46
- bool
+ bool "Use netif up/down for Wi-Fi"
47
default y if (BOARD_THINGY91X_NRF9151 || BOARD_THINGY91X_NRF9151_NS || BOARD_THINGY91X_NRF5340_CPUAPP || BOARD_THINGY91X_NRF5340_CPUAPP_NS)
48
depends on LOCATION_METHOD_WIFI_NET_MGMT
49
help
50
- Use the Network Interface Up/Down APIs for Wi-Fi functionality.
+ Use the Network Interface Up/Down APIs for Wi-Fi functionality to save power.
51
52
53
config LOCATION_METHODS_LIST_SIZE
0 commit comments