Clyde Stubbs
|
1539b43074
|
[wifi][ethernet] Don't block setup until connected (#9823)
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
|
2025-11-10 19:17:16 -06:00 |
|
J. Nick Koston
|
1cccfdd2b9
|
[wifi] Fix mesh network failover and improve retry logic reliability (#11805)
|
2025-11-11 13:40:23 +13:00 |
|
J. Nick Koston
|
7c30d57391
|
[wifi] Refactor AP selection to use index instead of copy (saves 88 bytes) (#11749)
|
2025-11-06 21:26:53 -06:00 |
|
J. Nick Koston
|
531b27582a
|
[network] Store use_address in RODATA to save RAM (#11707)
|
2025-11-05 10:52:10 +13:00 |
|
J. Nick Koston
|
e1c851cab8
|
[wifi] Optimize WiFi network storage with FixedVector (#11458)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-10-22 05:23:10 +00:00 |
|
J. Nick Koston
|
3bdd351d49
|
[wifi] Convert fast_connect to compile-time define, save 156-1024 bytes flash (#11328)
|
2025-10-19 19:52:33 +00:00 |
|
J. Nick Koston
|
33fea90c19
|
[wifi] Optimize WiFi scanning to reduce copies and heap allocations (#11323)
|
2025-10-19 19:26:18 +00:00 |
|
J. Nick Koston
|
00230f7cc6
|
[wifi] Use FixedVector for scan results to reduce flash usage (#11216)
|
2025-10-15 00:45:28 +00:00 |
|
J. Nick Koston
|
d75ae357c2
|
[wifi] Free scan results memory after connection (saves up to 1.2KB RAM) (#11205)
|
2025-10-14 14:25:31 -10:00 |
|
J. Nick Koston
|
4c688a4b00
|
[network] Optimize get_use_address() to return const reference instead of a copy (#11218)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-10-14 03:54:33 +00:00 |
|
J. Nick Koston
|
8d8fcfeda2
|
[core] Add make_name_with_suffix helper to optimize string concatenation (#11176)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-10-14 09:39:38 +13:00 |
|
J. Nick Koston
|
9b6e8b4b41
|
[wifi] Fix missed string literal in flash on ESP8266 (#11187)
|
2025-10-13 07:26:28 +13:00 |
|
J. Nick Koston
|
f62e06104e
|
[wifi] Optimize logging to reduce flash usage by 284 bytes on ESP8266 (#11022)
|
2025-10-06 13:03:26 +13:00 |
|
J. Nick Koston
|
aa1afbd152
|
[wifi] Optimize WPA2 EAP phase2 logging to reduce memory overhead (#11005)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-10-06 10:02:41 +13:00 |
|
J. Nick Koston
|
a7ee7b962e
|
[wifi] Unify ESP32 WiFi implementation to use ESP-IDF driver (#10849)
|
2025-09-23 12:15:12 -05:00 |
|
J. Nick Koston
|
b946cb160d
|
[wifi] Optimize WiFi MAC formatting to eliminate sprintf dependency (#10715)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-09-14 22:35:27 +00:00 |
|
J. Nick Koston
|
c33bb3a8a9
|
[esp8266] Store component warning strings in flash to reduce RAM usage (#10623)
|
2025-09-06 23:56:45 -05:00 |
|
Clyde Stubbs
|
e5d1c30797
|
[wifi] Fix retry with hidden networks. (#10445)
|
2025-08-28 09:16:26 +12:00 |
|
J. Nick Koston
|
83b69519dd
|
[wifi] Reduce flash usage by optimizing logging (#10127)
|
2025-08-08 10:43:13 +10:00 |
|
J. Nick Koston
|
ef372eeeb7
|
[wifi] Replace std::stable_sort with insertion sort to save 2.4KB flash (#10037)
|
2025-08-04 14:19:24 +12:00 |
|
GilDev
|
fb379bbb88
|
[wifi] Allow fast_connect with multiple networks (#9947)
|
2025-07-31 15:34:49 +12:00 |
|
Dayowe
|
daccaf36a7
|
Fix WiFi to prefer strongest AP when multiple APs have same SSID (#9963)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
2025-07-30 09:10:53 +12:00 |
|
J. Nick Koston
|
b7ce8c116b
|
[core] Centralize component setup logging to reduce flash usage (#9885)
|
2025-07-25 19:27:03 +00:00 |
|
Keith Burzinski
|
9f831e91b3
|
[helpers] Add `format_mac_address_pretty` function, migrate components (#9193)
|
2025-06-25 12:36:33 +12:00 |
|
Keith Burzinski
|
46d962dcf1
|
[wifi, wifi_info] Tidy up/shorten more log messages (#9151)
|
2025-06-20 22:02:36 +12:00 |
|
J. Nick Koston
|
c0b05ada1a
|
Reduce ESP_LOGCONFIG calls (#9026)
|
2025-06-09 00:02:30 +00:00 |
|
Keith Burzinski
|
6675e99862
|
Remove unnecessary ellipsis (#8964)
|
2025-06-03 21:46:10 +01:00 |
|
J. Nick Koston
|
fd72a64053
|
Redundant Log Messages Cleanup (#8944)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
|
2025-05-29 09:36:23 +00:00 |
|
J. Nick Koston
|
ffc66f539f
|
Migrate wifi component to use App.get_loop_component_start_time (#8931)
|
2025-05-29 09:33:54 +12:00 |
|
Keith Burzinski
|
8eac859bab
|
Streamline setup() logging (s, t, u, v, w, x, y, z) (#8930)
|
2025-05-29 07:28:41 +12:00 |
|
Awesome Walrus
|
fd24b1423c
|
Fix pref conflict of WiFi creds and fast_connect (#8219)
|
2025-02-10 16:54:37 +13:00 |
|
NP v/d Spek
|
2ecd5cff07
|
[wifi] Make wifi_channel_() public (#7818)
|
2024-11-25 09:16:51 +13:00 |
|
Rodrigo Martín
|
abbd7faa64
|
fix(WiFi): Fix strncpy missing NULL terminator [-Werror=stringop-truncation] (#7668)
|
2024-10-29 16:56:50 +13:00 |
|
tomaszduda23
|
2e58297a16
|
[code-quality] fix clang-tidy wifi related (#7254)
|
2024-08-14 07:58:30 +12:00 |
|
Kevin P. Fleming
|
2353b2b5e1
|
Add messages when WiFi and Ethernet components set 'warning' flag. (#6850)
|
2024-06-02 10:40:50 +12:00 |
|
Pieter Viljoen
|
41e13fa6f4
|
Replace random non-ascii-print characters with standard substitutes (#6840)
|
2024-06-01 10:49:48 +10:00 |
|
Keith Burzinski
|
996f71c03c
|
Fix wifi compile error on IDF 5.1+ (#6756)
|
2024-05-16 04:40:21 +00:00 |
|
shxshxshxshx
|
2921831b55
|
WPA2 Enterprise - Explicitly set TTLS Phase 2 (#6436)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2024-05-16 11:37:53 +12:00 |
|
Samuel Sieb
|
5edf4970bd
|
proceed if AP mode is set up (#6631)
|
2024-05-06 20:44:36 -07:00 |
|
Javier Peletier
|
927caf062b
|
wifi: fix reconnect issue due to enablement of fast connect (#6598)
|
2024-04-23 08:48:06 +12:00 |
|
Jesse Hills
|
357ac3b85f
|
Improv: support connecting to hidden networks (#6322)
|
2024-03-05 13:02:05 +13:00 |
|
Jimmy Hedman
|
f73518dbeb
|
Improve dualstack and IPv6 support (#5449)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2024-02-27 21:16:20 +13:00 |
|
Rene Guca
|
e2f2feafdd
|
WiFi fast_connect: save/load BSSID and channel for faster connect from sleep (#5931)
|
2024-01-18 16:30:58 +09:00 |
|
Fabio Pugliese Ornellas
|
b8fe4f8d56
|
Security improvement: Support wifi ap_timeout=0s (disable) (#5887)
|
2023-12-05 08:50:01 +09:00 |
|
Kevin P. Fleming
|
e367ab26e1
|
wifi: Don't build SoftAP/DHCPS support unless 'ap' is in config. (#5649)
|
2023-11-20 16:32:46 +13:00 |
|
Jesse Hills
|
aecc6655db
|
Dont dump wifi info when disabled (#5755)
|
2023-11-14 21:57:25 +00:00 |
|
Keith Burzinski
|
9bd4b229e3
|
Handle on_disconnect when Wi-Fi is disabled (#5691)
|
2023-11-08 07:00:36 +13:00 |
|
Charles Johnson
|
31fec2d692
|
add wifi.on_connect and wifi.on_disconnect triggers (#3639)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2023-11-06 23:17:13 -06:00 |
|
Jesse Hills
|
d74a8abf9a
|
Revert "Ensure that all uses of strncpy in wifi component are safe." (#5662)
|
2023-11-03 08:09:17 +13:00 |
|
Kevin P. Fleming
|
b03eb5ea0a
|
Ensure that all uses of strncpy in wifi component are safe. (#5636)
|
2023-11-01 10:30:42 +13:00 |
|