Lines Matching full:mode
1 .. zephyr:code-sample:: wifi-ap-sta-mode
2 :name: Wi-Fi AP-STA mode
10 The Wi-Fi AP-STA mode of a Wi-Fi board allows it to function as both
12 This sample demonstrates how to configure and utilize AP-STA mode.
16 1. ``AP mode``: AP mode is configured and enabled. DHCPv4 server is also
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.
23 The driver checks if AP mode was previously enabled. If so, it transitions
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`
37 By default, AP-STA mode is disabled.
54 [00:00:05.171,000] <inf> MAIN: Turning on AP Mode
62 [00:00:05.350,000] <inf> MAIN: AP Mode is enabled. Waiting for sta to connect ESP32-AP