|
ESPHome 2026.10.0-dev
|
This component is responsible for managing the ESP WiFi interface. More...
#include <wifi_component.h>
Public Member Functions | |
| WiFiComponent () | |
| Construct a WiFiComponent. | |
| void | set_sta (const WiFiAP &ap) |
| WiFiAP | get_sta () const |
| void | init_sta (size_t count) |
| void | add_sta (const WiFiAP &ap) |
| void | clear_sta () |
| void | set_ap (const WiFiAP &ap) |
| Setup an Access Point that should be created if no connection to a station can be made. | |
| WiFiAP | get_ap () |
| void | set_ap_timeout (uint32_t ap_timeout) |
| void | enable () |
| void | disable () |
| bool | is_disabled () |
| void | start_scanning () |
| void | check_scanning_finished () |
| void | start_connecting (const WiFiAP &ap) |
| void | start_connecting (const WiFiAP &ap, bool) |
| void | check_connecting_finished (uint32_t now) |
| void | retry_connect () |
| void | set_reboot_timeout (uint32_t reboot_timeout) |
| bool | is_connected () const |
| bool | is_roaming_scan_active () const |
| True while a post-connect roaming scan holds the radio off-channel. | |
| bool | is_roaming () const |
| True while a post-connect roam is in progress (scanning off-channel, reassociating, or recovering from a failed roam). | |
| esp_netif_t * | get_esp_netif_sta () |
| esp_netif handle of the station interface, used by network for default-route arbitration. | |
| void | set_power_save_mode (WiFiPowerSaveMode power_save) |
| void | set_min_auth_mode (WifiMinAuthMode min_auth_mode) |
| void | set_output_power (float output_power) |
| void | set_band_mode (wifi_band_mode_t band_mode) |
| void | set_phy_mode (WiFi8266PhyMode phy_mode) |
| void | set_passive_scan (bool passive) |
| void | save_wifi_sta (const std::string &ssid, const std::string &password) |
| void | save_wifi_sta (const char *ssid, const char *password) |
| void | save_wifi_sta (StringRef ssid, StringRef password) |
| void | setup () override |
| Setup WiFi interface. | |
| void | start () |
| void | dump_config () override |
| void | restart_adapter () |
| float | get_setup_priority () const override |
| WIFI setup_priority. | |
| void | loop () override |
| Reconnect WiFi if required. | |
| bool | has_sta () const |
| bool | has_ap () const |
| bool | is_ap_active () const |
| void | set_btm (bool btm) |
| void | set_rrm (bool rrm) |
| network::IPAddress | get_dns_address (int num) |
| network::IPAddresses | get_ip_addresses () |
| const char * | get_use_address () const |
| Returns nullptr when no explicit use_address is configured and the address is derived at runtime from the device name (see network::get_use_address_to()). | |
| void | set_use_address (const char *use_address) |
| const wifi_scan_vector_t< WiFiScanResult > & | get_scan_result () const |
| Main-loop callers may read this directly. | |
| network::IPAddress | wifi_soft_ap_ip () |
| bool | has_sta_priority (const bssid_t &bssid) |
| int8_t | get_sta_priority (const bssid_t bssid) |
| void | set_sta_priority (bssid_t bssid, int8_t priority) |
| network::IPAddresses | wifi_sta_ip_addresses () |
| const char * | wifi_ssid_to (std::span< char, SSID_BUFFER_SIZE > buffer) |
| Write SSID to buffer without heap allocation. | |
| bssid_t | wifi_bssid () |
| int8_t | wifi_rssi () |
| void | set_enable_on_boot (bool enable_on_boot) |
| void | set_keep_scan_results (bool keep_scan_results) |
| void | set_post_connect_roaming (bool enabled) |
| void | force_roam_check () |
| Force an immediate post-connect roaming check, bypassing the periodic interval and the per-connection attempt limit. | |
| Trigger * | get_connect_trigger () |
| Trigger * | get_disconnect_trigger () |
| int32_t | get_wifi_channel () |
| void | add_ip_state_listener (WiFiIPStateListener *listener) |
| Add a listener for IP state changes. | |
| void | add_scan_results_listener (WiFiScanResultsListener *listener) |
| Add a listener for WiFi scan results. | |
| void | add_connect_state_listener (WiFiConnectStateListener *listener) |
| Add a listener for WiFi connection state changes. | |
| void | add_power_save_listener (WiFiPowerSaveListener *listener) |
| Add a listener for WiFi power save mode changes. | |
| bool | request_high_performance () |
| Request high-performance mode (no power saving) for improved WiFi latency. | |
| bool | release_high_performance () |
| Release a high-performance mode request. | |
| void | request_roaming_suppression () |
| Request that post-connect roaming scans be suppressed. | |
| void | release_roaming_suppression () |
| Release a roaming suppression request. | |
Public Member Functions inherited from esphome::Component | |
| float | get_actual_setup_priority () const |
| void | set_setup_priority (float priority) |
| void | call () |
| virtual void | on_shutdown () |
| virtual void | on_safe_shutdown () |
| virtual bool | teardown () |
| Called during teardown to allow component to gracefully finish operations. | |
| virtual void | on_powerdown () |
| Called after teardown is complete to power down hardware. | |
| uint8_t | get_component_state () const |
| void | reset_to_construction_state () |
| Reset this component back to the construction state to allow setup to run again. | |
| bool | is_in_loop_state () const |
| Check if this component has completed setup and is in the loop state. | |
| bool | is_idle () const |
| Check if this component is idle. | |
| void | mark_failed () |
| Mark this component as failed. | |
| void | mark_failed (const LogString *message) |
| void | disable_loop () |
| Disable this component's loop. | |
| void | enable_loop () |
| Enable this component's loop. | |
| void | enable_loop_soon_any_context () |
| Thread and ISR-safe version of enable_loop() that can be called from any context. | |
| bool | is_failed () const |
| bool | is_ready () const |
| virtual bool | can_proceed () |
| bool | status_has_warning () const |
| bool | status_has_error () const |
| void | status_set_warning () |
| void | status_set_warning (const char *message) |
| void | status_set_warning (const LogString *message) |
| void | status_set_error () |
| void | status_set_error (const LogString *message) |
| void | status_clear_warning () |
| void | status_clear_error () |
| void | status_momentary_warning (const char *name, uint32_t length=5000) |
| Set warning status flag and automatically clear it after a timeout. | |
| void | status_momentary_error (const char *name, uint32_t length=5000) |
| Set error status flag and automatically clear it after a timeout. | |
| bool | has_overridden_loop () const |
| const LogString * | get_component_log_str () const ESPHOME_ALWAYS_INLINE |
| Get the integration where this component was declared as a LogString for logging. | |
| bool | should_warn_of_blocking (uint32_t blocking_time, uint32_t &threshold_ms_out) |
Protected Member Functions | |
| void | setup_ap_config_ () |
| void | print_connect_params_ () |
| WiFiAP | build_params_for_current_phase_ () |
| WiFiRetryPhase | determine_next_phase_ () |
| Determine next retry phase based on current state and failure conditions. | |
| bool | transition_to_phase_ (WiFiRetryPhase new_phase) |
| Transition to a new retry phase with logging Returns true if a scan was started (caller should wait), false otherwise. | |
| bool | needs_scan_results_ () const |
| Check if we need valid scan results for the current phase but don't have any Returns true if the phase requires scan results but they're missing or don't match. | |
| bool | went_through_explicit_hidden_phase_ () const |
| Check if we went through EXPLICIT_HIDDEN phase (first network is marked hidden) Used in RETRY_HIDDEN to determine whether to skip explicitly hidden networks. | |
| int8_t | find_first_non_hidden_index_ () const |
| Find the index of the first non-hidden network Returns where EXPLICIT_HIDDEN phase would have stopped, or -1 if all networks are hidden. | |
| bool | ssid_was_seen_in_scan_ (const CompactString &ssid) const |
| Check if an SSID was seen in the most recent scan results Used to skip hidden mode for SSIDs we know are visible. | |
| bool | needs_full_scan_results_ () const |
| Check if full scan results are needed (captive portal active, improv, listeners) | |
| bool | matches_configured_network_ (const char *ssid, const uint8_t *bssid) const |
| Check if network matches any configured network (for scan result filtering) Matches by SSID when configured, or by BSSID for BSSID-only configs. | |
| void | log_discarded_scan_result_ (const char *ssid, const uint8_t *bssid, int8_t rssi, uint8_t channel) |
| Log a discarded scan result at VERBOSE level (skipped during roaming scans to avoid log overflow) | |
| int8_t | find_next_hidden_sta_ (int8_t start_index) |
| Find next SSID that wasn't in scan results (might be hidden) Returns index of next potentially hidden SSID, or -1 if none found. | |
| void | log_and_adjust_priority_for_failed_connect_ () |
| Log failed connection and decrease BSSID priority to avoid repeated attempts. | |
| void | clear_all_bssid_priorities_ () |
| Clear all BSSID priority penalties after successful connection (stale after disconnect) | |
| void | clear_priorities_if_all_min_ () |
| Clear BSSID priority tracking if all priorities are at minimum (saves memory) | |
| void | advance_to_next_target_or_increment_retry_ () |
| Advance to next target (AP/SSID) within current phase, or increment retry counter Called when staying in the same phase after a failed connection attempt. | |
| void | start_initial_connection_ () |
| Start initial connection - either scan or connect directly to hidden networks. | |
| const WiFiAP * | get_selected_sta_ () const |
| void | reset_selected_ap_to_first_if_invalid_ () |
| bool | all_networks_hidden_ () const |
| void | connect_soon_ () |
| bool | wifi_loop_ () |
| void | process_pending_callbacks_ () |
| bool | wifi_mode_ (optional< bool > sta, optional< bool > ap) |
| bool | wifi_sta_pre_setup_ () |
| bool | wifi_apply_output_power_ (float output_power) |
| bool | wifi_apply_power_save_ () |
| bool | wifi_apply_band_mode_ () |
| bool | wifi_apply_phy_mode_ () |
| bool | wifi_sta_ip_config_ (const optional< ManualIP > &manual_ip) |
| bool | wifi_apply_hostname_ () |
| bool | wifi_sta_connect_ (const WiFiAP &ap) |
| void | wifi_pre_setup_ () |
| void | wifi_lazy_init_ () |
| WiFiSTAConnectStatus | wifi_sta_connect_status_ () const |
| bool | is_connected_ () const |
| void | update_connected_state_ () |
| bool | wifi_scan_start_ (bool passive) |
| bool | wifi_ap_ip_config_ (const optional< ManualIP > &manual_ip) |
| bool | wifi_start_ap_ (const WiFiAP &ap) |
| bool | wifi_disconnect_ () |
| network::IPAddress | wifi_subnet_mask_ () |
| network::IPAddress | wifi_gateway_ip_ () |
| network::IPAddress | wifi_dns_ip_ (int num) |
| bool | is_captive_portal_active_ () |
| bool | is_esp32_improv_active_ () |
| bool | load_fast_connect_settings_ (WiFiAP ¶ms) |
| void | save_fast_connect_settings_ (const bssid_t &bssid, uint8_t channel) |
| void | check_roaming_ (uint32_t now) |
| void | process_roaming_scan_ () |
| void | clear_roaming_state_ () |
| void | handle_driver_roam_ (const bssid_t &bssid, uint8_t channel) |
| Redo post-connect bookkeeping after a driver-initiated roam (e.g. | |
| bool | roaming_suppressed_ () const |
| Returns true if a component has requested that roaming scans be suppressed (e.g. during audio playback). | |
| void | release_scan_results_ () |
| Free scan results memory unless a component needs them. | |
| void | notify_connect_state_listeners_ () |
| Notify connect state listeners (called after state machine reaches STA_CONNECTED) | |
| void | notify_disconnect_state_listeners_ () |
| Notify connect state listeners of disconnection. | |
| void | notify_ip_state_listeners_ () |
| Notify IP state listeners with current addresses. | |
| void | notify_scan_results_listeners_ () |
| Notify scan results listeners with current scan results. | |
| void | wifi_scan_done_callback_ (void *arg, STATUS status) |
| void | wifi_process_event_ (IDFWiFiEvent *data) |
| void | wifi_scan_result_ (void *env, const cyw43_ev_scan_result_t *result) |
| void | wifi_event_callback_ (arduino_event_id_t event, arduino_event_info_t info) |
| void | wifi_process_event_ (LTWiFiEvent *event) |
| void | wifi_scan_done_callback_ () |
Protected Member Functions inherited from esphome::Component | |
| friend | void::setup () |
| friend | void::original_setup () |
| void | set_component_source_ (uint8_t index) |
| Set where this component was loaded from for some debug messages. | |
| virtual void | call_setup () |
| void | call_dump_config_ () |
| void | enable_loop_slow_path_ () |
| void | set_component_state_ (uint8_t state) |
| Helper to set component state (clears state bits and sets new state) | |
| bool | set_status_flag_ (uint8_t flag) |
| Helper to set a status LED flag on both this component and the app. | |
| void | set_interval (const char *name, uint32_t interval, std::function< void()> &&f) |
| Set an interval function with a const char* name. | |
| void | set_interval (uint32_t id, uint32_t interval, std::function< void()> &&f) |
| Set an interval function with a numeric ID (zero heap allocation). | |
| void | set_interval (InternalSchedulerID id, uint32_t interval, std::function< void()> &&f) |
| void | set_interval (uint32_t interval, std::function< void()> &&f) |
| bool | cancel_interval (const char *name) |
| Cancel an interval function. | |
| bool | cancel_interval (uint32_t id) |
| bool | cancel_interval (InternalSchedulerID id) |
| void | set_timeout (const char *name, uint32_t timeout, std::function< void()> &&f) |
| Set a timeout function with a const char* name. | |
| void | set_timeout (uint32_t id, uint32_t timeout, std::function< void()> &&f) |
| Set a timeout function with a numeric ID (zero heap allocation). | |
| void | set_timeout (InternalSchedulerID id, uint32_t timeout, std::function< void()> &&f) |
| void | set_timeout (uint32_t timeout, std::function< void()> &&f) |
| bool | cancel_timeout (const char *name) |
| Cancel a timeout function. | |
| bool | cancel_timeout (uint32_t id) |
| bool | cancel_timeout (InternalSchedulerID id) |
| void | defer (const char *name, std::function< void()> &&f) |
| Defer a callback to the next loop() call with a const char* name. | |
| void | defer (std::function< void()> &&f) |
| Defer a callback to the next loop() call. | |
| void | defer (uint32_t id, std::function< void()> &&f) |
| Defer a callback with a numeric ID (zero heap allocation) | |
| bool | cancel_defer (const char *name) |
| Cancel a defer callback using the specified name, name must not be empty. | |
| bool | cancel_defer (uint32_t id) |
| void | status_clear_warning_slow_path_ () |
| void | status_clear_error_slow_path_ () |
Static Protected Member Functions | |
| static void | wifi_event_callback (System_Event_t *event) |
| static void | s_wifi_scan_done_callback (void *arg, STATUS status) |
| static int | s_wifi_scan_result (void *env, const cyw43_ev_scan_result_t *result) |
Static Protected Attributes | |
| static constexpr uint8_t | FIRST_5GHZ_CHANNEL = 36 |
| static constexpr uint32_t | ROAMING_CHECK_INTERVAL = 5 * 60 * 1000 |
| static constexpr int8_t | ROAMING_MIN_IMPROVEMENT = 10 |
| static constexpr int8_t | ROAMING_GOOD_RSSI = -49 |
| static constexpr uint8_t | ROAMING_MAX_ATTEMPTS = 3 |
| static constexpr uint32_t | ROAMING_SCAN_GRACE_PERIOD = 30 * 1000 |
| static constexpr uint8_t | LT_EVENT_QUEUE_SIZE = 16 |
This component is responsible for managing the ESP WiFi interface.
Definition at line 433 of file wifi_component.h.
| esphome::wifi::WiFiComponent::WiFiComponent | ( | ) |
Construct a WiFiComponent.
Definition at line 954 of file wifi_component.cpp.
|
inline |
Add a listener for WiFi connection state changes.
Listener receives: SSID, BSSID
Definition at line 599 of file wifi_component.h.
|
inline |
Add a listener for IP state changes.
Listener receives: IP addresses, DNS address 1, DNS address 2
Definition at line 587 of file wifi_component.h.
|
inline |
Add a listener for WiFi power save mode changes.
Listener receives: WiFiPowerSaveMode
Definition at line 607 of file wifi_component.h.
|
inline |
Add a listener for WiFi scan results.
Definition at line 591 of file wifi_component.h.
| void esphome::wifi::WiFiComponent::add_sta | ( | const WiFiAP & | ap | ) |
Definition at line 1045 of file wifi_component.cpp.
|
protected |
Advance to next target (AP/SSID) within current phase, or increment retry counter Called when staying in the same phase after a failed connection attempt.
Handle target advancement or retry counter increment when staying in the same phase This function is called when a connection attempt fails and determine_next_phase_() indicates we should stay in the current phase.
It decides whether to:
Phase-specific behavior:
Definition at line 2109 of file wifi_component.cpp.
|
inlineprotected |
Definition at line 744 of file wifi_component.h.
|
protected |
Definition at line 1061 of file wifi_component.cpp.
| void esphome::wifi::WiFiComponent::check_connecting_finished | ( | uint32_t | now | ) |
Definition at line 1616 of file wifi_component.cpp.
|
protected |
Definition at line 2478 of file wifi_component.cpp.
| void esphome::wifi::WiFiComponent::check_scanning_finished | ( | ) |
Definition at line 1493 of file wifi_component.cpp.
|
protected |
Clear all BSSID priority penalties after successful connection (stale after disconnect)
Definition at line 1999 of file wifi_component.cpp.
|
protected |
Clear BSSID priority tracking if all priorities are at minimum (saves memory)
Clear BSSID priority tracking if all priorities are at minimum (saves memory) At minimum priority, all BSSIDs are equally bad, so priority tracking is useless Called after failed connection attempts.
Definition at line 2008 of file wifi_component.cpp.
|
protected |
Definition at line 2389 of file wifi_component.cpp.
| void esphome::wifi::WiFiComponent::clear_sta | ( | ) |
Definition at line 1046 of file wifi_component.cpp.
|
protected |
Definition at line 1128 of file wifi_component.cpp.
|
protected |
Determine next retry phase based on current state and failure conditions.
Determine the next retry phase based on current state and failure conditions This function examines the current retry phase, number of retries, and failure reasons to decide what phase to move to next.
It does not modify any state - it only returns the recommended next phase.
Definition at line 1762 of file wifi_component.cpp.
| void esphome::wifi::WiFiComponent::disable | ( | ) |
Definition at line 1340 of file wifi_component.cpp.
|
overridevirtual |
Reimplemented from esphome::Component.
Definition at line 1581 of file wifi_component.cpp.
| void esphome::wifi::WiFiComponent::enable | ( | ) |
Definition at line 1326 of file wifi_component.cpp.
|
protected |
Find the index of the first non-hidden network Returns where EXPLICIT_HIDDEN phase would have stopped, or -1 if all networks are hidden.
Definition at line 354 of file wifi_component.cpp.
|
protected |
Find next SSID that wasn't in scan results (might be hidden) Returns index of next potentially hidden SSID, or -1 if none found.
| start_index | Start searching from index after this (-1 to start from beginning) |
Definition at line 542 of file wifi_component.cpp.
| void esphome::wifi::WiFiComponent::force_roam_check | ( | ) |
Force an immediate post-connect roaming check, bypassing the periodic interval and the per-connection attempt limit.
Does nothing (besides a debug log) if not connected, if a roam scan or connect is already in progress, or if roaming is currently suppressed.
Definition at line 2467 of file wifi_component.cpp.
|
inline |
Definition at line 455 of file wifi_component.h.
|
inline |
Definition at line 575 of file wifi_component.h.
|
inline |
Definition at line 578 of file wifi_component.h.
| network::IPAddress esphome::wifi::WiFiComponent::get_dns_address | ( | int | num | ) |
Definition at line 967 of file wifi_component.cpp.
| esp_netif_t * esphome::wifi::WiFiComponent::get_esp_netif_sta | ( | ) |
esp_netif handle of the station interface, used by network for default-route arbitration.
nullptr until wifi_lazy_init_() has run.
| network::IPAddresses esphome::wifi::WiFiComponent::get_ip_addresses | ( | ) |
Definition at line 956 of file wifi_component.cpp.
|
inline |
Main-loop callers may read this directly.
Callers on any other task must hold a ScanResultsLock for the whole iteration and must call wifi.request_wifi_scan_results_lock() from their code generation.
Definition at line 536 of file wifi_component.h.
|
inlineprotected |
Definition at line 731 of file wifi_component.h.
|
inlineoverridevirtual |
WIFI setup_priority.
Reimplemented from esphome::Component.
Definition at line 513 of file wifi_component.h.
| WiFiAP esphome::wifi::WiFiComponent::get_sta | ( | ) | const |
Definition at line 1104 of file wifi_component.cpp.
|
inline |
Definition at line 547 of file wifi_component.h.
|
inline |
Returns nullptr when no explicit use_address is configured and the address is derived at runtime from the device name (see network::get_use_address_to()).
Definition at line 530 of file wifi_component.h.
| int32_t esphome::wifi::WiFiComponent::get_wifi_channel | ( | ) |
Definition at line 958 of file wifi_component_esp8266.cpp.
|
protected |
Redo post-connect bookkeeping after a driver-initiated roam (e.g.
802.11v BTM)
| bssid | The new AP's BSSID, taken from the connected event |
| channel | The new AP's channel, taken from the connected event |
Definition at line 2398 of file wifi_component.cpp.
|
inline |
Definition at line 518 of file wifi_component.h.
|
inline |
Definition at line 517 of file wifi_component.h.
|
inline |
Definition at line 540 of file wifi_component.h.
| void esphome::wifi::WiFiComponent::init_sta | ( | size_t | count | ) |
Definition at line 1044 of file wifi_component.cpp.
|
inline |
Definition at line 519 of file wifi_component.h.
|
protected |
Definition at line 2224 of file wifi_component.cpp.
|
inline |
Definition at line 474 of file wifi_component.h.
|
inlineprotected |
Definition at line 781 of file wifi_component.h.
|
inline |
Definition at line 461 of file wifi_component.h.
|
protected |
Definition at line 2231 of file wifi_component.cpp.
|
inline |
True while a post-connect roam is in progress (scanning off-channel, reassociating, or recovering from a failed roam).
Definition at line 481 of file wifi_component.h.
|
inline |
True while a post-connect roaming scan holds the radio off-channel.
Definition at line 477 of file wifi_component.h.
|
protected |
Definition at line 2280 of file wifi_component.cpp.
|
protected |
Log failed connection and decrease BSSID priority to avoid repeated attempts.
Log failed connection attempt and decrease BSSID priority to avoid repeated failures This function identifies which BSSID was attempted (from scan results or config), decreases its priority by 1.0 to discourage future attempts, and logs the change.
The priority degradation system ensures that failed BSSIDs are automatically sorted lower in subsequent scans, naturally cycling through different APs without explicit BSSID tracking within a scan cycle.
Priority sources:
If no BSSID is available (SSID-only connection), priority adjustment is skipped.
IMPORTANT: Priority is only decreased on the LAST attempt for a BSSID in SCAN_CONNECTING phase. This prevents false positives from transient WiFi stack state issues after scanning. Single failures don't necessarily mean the AP is bad - two genuine failures provide higher confidence before degrading priority and skipping the BSSID in future scans.
Definition at line 2050 of file wifi_component.cpp.
|
protected |
Log a discarded scan result at VERBOSE level (skipped during roaming scans to avoid log overflow)
Definition at line 529 of file wifi_component.cpp.
|
overridevirtual |
Reconnect WiFi if required.
Reimplemented from esphome::Component.
Definition at line 769 of file wifi_component.cpp.
|
protected |
Check if network matches any configured network (for scan result filtering) Matches by SSID when configured, or by BSSID for BSSID-only configs.
Definition at line 491 of file wifi_component.cpp.
|
protected |
Check if full scan results are needed (captive portal active, improv, listeners)
Definition at line 460 of file wifi_component.cpp.
|
protected |
Check if we need valid scan results for the current phase but don't have any Returns true if the phase requires scan results but they're missing or don't match.
Definition at line 433 of file wifi_component.cpp.
|
protected |
Notify connect state listeners (called after state machine reaches STA_CONNECTED)
Definition at line 2430 of file wifi_component.cpp.
|
protected |
Notify connect state listeners of disconnection.
Definition at line 2443 of file wifi_component.cpp.
|
protected |
Notify IP state listeners with current addresses.
Definition at line 2452 of file wifi_component.cpp.
|
protected |
Notify scan results listeners with current scan results.
Definition at line 2460 of file wifi_component.cpp.
|
protected |
Definition at line 1279 of file wifi_component.cpp.
|
protected |
Definition at line 975 of file wifi_component_esp8266.cpp.
|
protected |
Definition at line 2506 of file wifi_component.cpp.
| bool esphome::wifi::WiFiComponent::release_high_performance | ( | ) |
Release a high-performance mode request.
Should be called when a component no longer needs maximum WiFi latency. When all requests are released (semaphore count reaches zero), WiFi power saving is restored to the YAML-configured mode.
Note: Only supported on ESP32.
Definition at line 2263 of file wifi_component.cpp.
|
inline |
Release a roaming suppression request.
Must be paired with a prior request_roaming_suppression() call. When all requests are released (count reaches zero), post-connect roaming resumes. A release with no outstanding request is ignored rather than underflowing the counter.
Thread-safe: may be called from any task.
Definition at line 674 of file wifi_component.h.
|
protected |
Free scan results memory unless a component needs them.
Definition at line 2416 of file wifi_component.cpp.
| bool esphome::wifi::WiFiComponent::request_high_performance | ( | ) |
Request high-performance mode (no power saving) for improved WiFi latency.
Components that need maximum WiFi performance (e.g., audio streaming, large data transfers) can call this method to temporarily disable WiFi power saving. Multiple components can request high performance simultaneously using a counting semaphore.
Power saving will be restored to the YAML-configured mode when all components have called release_high_performance().
Note: Only supported on ESP32.
Definition at line 2240 of file wifi_component.cpp.
|
inline |
Request that post-connect roaming scans be suppressed.
Components that are disrupted by the radio briefly going off-channel during a scan (e.g., audio playback) can call this to pause periodic roaming scans while active. Multiple components can request suppression simultaneously; roaming resumes once every requester has called release_roaming_suppression().
A roaming scan already in progress is allowed to finish; this only prevents new roaming scans from starting. The roaming interval timer is not reset, so roaming resumes on the next loop once suppression is released (and the interval elapsed).
Note: Only supported on ESP32.
Thread-safe: may be called from any task.
Definition at line 657 of file wifi_component.h.
|
inlineprotected |
Definition at line 738 of file wifi_component.h.
| void esphome::wifi::WiFiComponent::restart_adapter | ( | ) |
Definition at line 758 of file wifi_component.cpp.
| void esphome::wifi::WiFiComponent::retry_connect | ( | ) |
Definition at line 2166 of file wifi_component.cpp.
|
inlineprotected |
Returns true if a component has requested that roaming scans be suppressed (e.g. during audio playback).
Definition at line 819 of file wifi_component.h.
|
staticprotected |
Definition at line 744 of file wifi_component_esp8266.cpp.
|
staticprotected |
Definition at line 168 of file wifi_component_pico_w.cpp.
|
protected |
Definition at line 2319 of file wifi_component.cpp.
| void esphome::wifi::WiFiComponent::save_wifi_sta | ( | const char * | ssid, |
| const char * | password ) |
Definition at line 1111 of file wifi_component.cpp.
| void esphome::wifi::WiFiComponent::save_wifi_sta | ( | const std::string & | ssid, |
| const std::string & | password ) |
Definition at line 1108 of file wifi_component.cpp.
Definition at line 503 of file wifi_component.h.
| void esphome::wifi::WiFiComponent::set_ap | ( | const WiFiAP & | ap | ) |
Setup an Access Point that should be created if no connection to a station can be made.
This can also be used without set_sta(). Then the AP will always be active.
If both STA and AP are defined, then both will be enabled at startup, but if a connection to a station can be made, the AP will be turned off again.
Definition at line 1038 of file wifi_component.cpp.
|
inline |
Definition at line 456 of file wifi_component.h.
|
inline |
Definition at line 493 of file wifi_component.h.
|
inline |
Definition at line 522 of file wifi_component.h.
|
inline |
Definition at line 564 of file wifi_component.h.
|
inline |
Definition at line 565 of file wifi_component.h.
|
inline |
Definition at line 490 of file wifi_component.h.
|
inline |
Definition at line 491 of file wifi_component.h.
|
inline |
Definition at line 499 of file wifi_component.h.
|
inline |
Definition at line 496 of file wifi_component.h.
|
inline |
Definition at line 566 of file wifi_component.h.
| void esphome::wifi::WiFiComponent::set_power_save_mode | ( | WiFiPowerSaveMode | power_save | ) |
Definition at line 2217 of file wifi_component.cpp.
|
inline |
Definition at line 472 of file wifi_component.h.
|
inline |
Definition at line 523 of file wifi_component.h.
| void esphome::wifi::WiFiComponent::set_sta | ( | const WiFiAP & | ap | ) |
Definition at line 1052 of file wifi_component.cpp.
| void esphome::wifi::WiFiComponent::set_sta_priority | ( | bssid_t | bssid, |
| int8_t | priority ) |
|
inline |
Definition at line 531 of file wifi_component.h.
|
overridevirtual |
Setup WiFi interface.
Reimplemented from esphome::Component.
Definition at line 621 of file wifi_component.cpp.
|
protected |
Definition at line 974 of file wifi_component.cpp.
|
protected |
Check if an SSID was seen in the most recent scan results Used to skip hidden mode for SSIDs we know are visible.
Definition at line 442 of file wifi_component.cpp.
| void esphome::wifi::WiFiComponent::start | ( | ) |
Definition at line 661 of file wifi_component.cpp.
| void esphome::wifi::WiFiComponent::start_connecting | ( | const WiFiAP & | ap | ) |
Definition at line 1136 of file wifi_component.cpp.
|
inline |
Definition at line 466 of file wifi_component.h.
|
protected |
Start initial connection - either scan or connect directly to hidden networks.
Definition at line 588 of file wifi_component.cpp.
| void esphome::wifi::WiFiComponent::start_scanning | ( | ) |
Definition at line 1350 of file wifi_component.cpp.
|
protected |
Transition to a new retry phase with logging Returns true if a scan was started (caller should wait), false otherwise.
Transition from current retry phase to a new phase with logging and phase-specific setup This function handles the actual state change, including:
| new_phase | The phase we're transitioning TO |
Definition at line 1901 of file wifi_component.cpp.
|
inlineprotected |
Definition at line 785 of file wifi_component.h.
|
protected |
Check if we went through EXPLICIT_HIDDEN phase (first network is marked hidden) Used in RETRY_HIDDEN to determine whether to skip explicitly hidden networks.
Definition at line 348 of file wifi_component.cpp.
|
protected |
Definition at line 798 of file wifi_component_esp8266.cpp.
|
protected |
|
protected |
Definition at line 245 of file wifi_component_esp8266.cpp.
|
protected |
Definition at line 625 of file wifi_component_esp8266.cpp.
|
protected |
Definition at line 655 of file wifi_component_esp8266.cpp.
|
protected |
Definition at line 95 of file wifi_component_esp8266.cpp.
| bssid_t esphome::wifi::WiFiComponent::wifi_bssid | ( | ) |
Definition at line 931 of file wifi_component_esp8266.cpp.
|
protected |
Definition at line 728 of file wifi_component_esp8266.cpp.
|
protected |
Definition at line 969 of file wifi_component_esp8266.cpp.
|
staticprotected |
Definition at line 501 of file wifi_component_esp8266.cpp.
|
protected |
Definition at line 369 of file wifi_component_libretiny.cpp.
|
protected |
Definition at line 964 of file wifi_component_esp8266.cpp.
|
protected |
|
protected |
Definition at line 970 of file wifi_component_esp8266.cpp.
|
protected |
Definition at line 54 of file wifi_component_esp8266.cpp.
|
protected |
Definition at line 663 of file wifi_component_esp8266.cpp.
|
protected |
|
protected |
Definition at line 451 of file wifi_component_libretiny.cpp.
| int8_t esphome::wifi::WiFiComponent::wifi_rssi | ( | ) |
Definition at line 951 of file wifi_component_esp8266.cpp.
|
protected |
Definition at line 686 of file wifi_component_libretiny.cpp.
|
protected |
Definition at line 748 of file wifi_component_esp8266.cpp.
|
protected |
Definition at line 173 of file wifi_component_pico_w.cpp.
|
protected |
Definition at line 687 of file wifi_component_esp8266.cpp.
| network::IPAddress esphome::wifi::WiFiComponent::wifi_soft_ap_ip | ( | ) |
Definition at line 924 of file wifi_component_esp8266.cpp.
| const char * esphome::wifi::WiFiComponent::wifi_ssid_to | ( | std::span< char, SSID_BUFFER_SIZE > | buffer | ) |
Write SSID to buffer without heap allocation.
Returns pointer to buffer, or empty string if not connected.
Definition at line 939 of file wifi_component_esp8266.cpp.
|
protected |
Definition at line 267 of file wifi_component_esp8266.cpp.
|
protected |
Definition at line 670 of file wifi_component_esp8266.cpp.
| network::IPAddresses esphome::wifi::WiFiComponent::wifi_sta_ip_addresses | ( | ) |
Definition at line 225 of file wifi_component_esp8266.cpp.
|
protected |
Definition at line 154 of file wifi_component_esp8266.cpp.
|
protected |
Definition at line 630 of file wifi_component_esp8266.cpp.
|
protected |
Definition at line 871 of file wifi_component_esp8266.cpp.
|
protected |
Definition at line 959 of file wifi_component_esp8266.cpp.
|
protected |
Definition at line 920 of file wifi_component.h.
|
protected |
Definition at line 878 of file wifi_component.h.
|
protected |
Definition at line 1002 of file wifi_component.h.
|
protected |
Definition at line 1003 of file wifi_component.h.
|
protected |
Definition at line 926 of file wifi_component.h.
|
protected |
Definition at line 933 of file wifi_component.h.
|
protected |
Definition at line 1007 of file wifi_component.h.
|
protected |
Definition at line 975 of file wifi_component.h.
| bool esphome::wifi::WiFiComponent::connect_state |
Definition at line 984 of file wifi_component.h.
|
protected |
Definition at line 887 of file wifi_component.h.
|
protected |
Definition at line 897 of file wifi_component.h.
|
protected |
Definition at line 1022 of file wifi_component.h.
| bool esphome::wifi::WiFiComponent::disconnect |
Definition at line 987 of file wifi_component.h.
|
protected |
Definition at line 900 of file wifi_component.h.
|
protected |
Definition at line 1010 of file wifi_component.h.
|
protected |
Definition at line 956 of file wifi_component.h.
|
protected |
Definition at line 1032 of file wifi_component.h.
|
protected |
Definition at line 1042 of file wifi_component.h.
|
protected |
Definition at line 1044 of file wifi_component.h.
|
protected |
Definition at line 894 of file wifi_component.h.
|
staticconstexprprotected |
Definition at line 906 of file wifi_component.h.
| bool esphome::wifi::WiFiComponent::got_ip |
Definition at line 991 of file wifi_component.h.
|
protected |
Definition at line 1017 of file wifi_component.h.
|
protected |
Definition at line 999 of file wifi_component.h.
|
protected |
Definition at line 997 of file wifi_component.h.
|
protected |
Definition at line 1019 of file wifi_component.h.
|
protected |
Definition at line 1005 of file wifi_component.h.
|
protected |
Definition at line 903 of file wifi_component.h.
|
protected |
Definition at line 881 of file wifi_component.h.
|
protected |
Definition at line 1025 of file wifi_component.h.
|
protected |
Definition at line 1018 of file wifi_component.h.
|
protected |
Definition at line 921 of file wifi_component.h.
|
staticconstexprprotected |
Definition at line 1039 of file wifi_component.h.
|
protected |
Definition at line 966 of file wifi_component.h.
|
protected |
Definition at line 969 of file wifi_component.h.
|
protected |
Definition at line 938 of file wifi_component.h.
|
protected |
Definition at line 954 of file wifi_component.h.
|
protected |
Definition at line 940 of file wifi_component.h.
|
protected |
Definition at line 919 of file wifi_component.h.
|
protected |
Definition at line 1004 of file wifi_component.h.
| struct { ... } esphome::wifi::WiFiComponent::pending_ |
|
protected |
Definition at line 936 of file wifi_component.h.
|
protected |
Definition at line 1023 of file wifi_component.h.
|
protected |
Definition at line 931 of file wifi_component.h.
|
protected |
Definition at line 890 of file wifi_component.h.
|
protected |
Definition at line 892 of file wifi_component.h.
|
protected |
Definition at line 922 of file wifi_component.h.
|
protected |
Definition at line 971 of file wifi_component.h.
|
protected |
Definition at line 939 of file wifi_component.h.
|
protected |
Definition at line 945 of file wifi_component.h.
|
staticconstexprprotected |
Definition at line 909 of file wifi_component.h.
|
staticconstexprprotected |
Definition at line 911 of file wifi_component.h.
|
protected |
Definition at line 923 of file wifi_component.h.
|
staticconstexprprotected |
Definition at line 912 of file wifi_component.h.
|
staticconstexprprotected |
Definition at line 910 of file wifi_component.h.
|
protected |
Definition at line 924 of file wifi_component.h.
|
staticconstexprprotected |
Definition at line 916 of file wifi_component.h.
|
protected |
Definition at line 972 of file wifi_component.h.
|
protected |
Definition at line 951 of file wifi_component.h.
|
protected |
Definition at line 973 of file wifi_component.h.
|
protected |
Definition at line 1008 of file wifi_component.h.
| bool esphome::wifi::WiFiComponent::scan_complete |
Definition at line 994 of file wifi_component.h.
|
protected |
Definition at line 1001 of file wifi_component.h.
|
protected |
Definition at line 873 of file wifi_component.h.
|
protected |
Definition at line 875 of file wifi_component.h.
|
protected |
Definition at line 884 of file wifi_component.h.
|
protected |
Definition at line 944 of file wifi_component.h.
|
protected |
Definition at line 1021 of file wifi_component.h.
|
protected |
Definition at line 870 of file wifi_component.h.
|
protected |
Definition at line 871 of file wifi_component.h.
|
protected |
Definition at line 961 of file wifi_component.h.
|
protected |
Definition at line 930 of file wifi_component.h.
|
protected |
Definition at line 1015 of file wifi_component.h.