Home
last modified time | relevance | path

Searched refs:STA (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/samples/net/wifi/apsta_mode/
DREADME.rst2 :name: Wi-Fi AP-STA mode
5 Configure a Wi-Fi board to operate as both an Access Point (AP) and a Station (STA).
10 The Wi-Fi AP-STA mode of a Wi-Fi board allows it to function as both
11 an Access Point (AP) and a Station (STA) simultaneously.
12 This sample demonstrates how to configure and utilize AP-STA mode.
18 2. ``STA mode``: Provide the SSID and PSK of you router
20 In this demo, AP-STA mode is enabled using :kconfig:option:`CONFIG_ESP32_WIFI_AP_STA_MODE`.
22 In the sample code, initially, the AP mode is enabled, followed by enabling the STA mode.
24 the board into AP-STA mode to support both modes and attempts to connect to the
33 To enable or disable ``AP-STA`` mode, modify the :kconfig:option:`CONFIG_ESP32_WIFI_AP_STA_MODE`
[all …]
/Zephyr-latest/modules/hostap/
DKconfig332 association request. If a non-zero value is set, STA can suggest a
334 AP may choose to consider or ignore the STA's preferred value.
372 STA will try to find an AP with better RSSI. If found, STA will reassociate
/Zephyr-latest/doc/connectivity/networking/api/
Dwifi.rst11 * IEEE802.11 Station (STA)
/Zephyr-latest/drivers/wifi/nrf_wifi/
DKconfig.nrfwifi71 bool "nRF70 STA mode"
77 Select this option to enable STA mode of the nRF70 driver.
735 When the AP notifies about the availability of buffered data, the STA stays in power save
742 When the AP notifies about the availability of buffered data, the STA comes out of
744 overhead or latency, but STA enters power save after a delay costing more power
/Zephyr-latest/drivers/wifi/nxp/
DKconfig.nxp402 bool "Automatically starts STA connection"
410 string "NXP Wi-Fi STA auto connect SSID"
419 string "NXP Wi-Fi STA auto connect password"
431 bool "Automatically starts STA Reconnection"
584 being sent on air even if STA is in IEEE PS. When
586 workaround. A downside of this is that the STA
/Zephyr-latest/drivers/wifi/esp_at/
Desp.c1364 SETUP_CMD_NOHANDLE(ESP_CMD_CWMODE(STA)), in esp_init_work()
1383 SETUP_CMD_NOHANDLE(ESP_CMD_CWMODE(STA)), in esp_init_work()
/Zephyr-latest/drivers/wifi/esp32/
DKconfig.esp32378 bool "OWE STA"
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst919 * Fix the "wifi ap config" command using the STA interface instead of SAP interface.
921 * Fix setting of frequency band both in AP and STA mode in Wi-Fi shell.
925 * Increase the maximum count of connected STA to 8 in Wi-Fi shell.
926 * Relocate AP and STA Wi-Fi sample to samples/net/wifi directory.
Drelease-notes-3.7.rst1579 disconnect a STA due to inactivity from STA.
1581 only AP parameter to control whether AP may poll the STA before throwing away STA
1584 build and run time parameter to control the maximum number of STA entries.