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 |
|
Rodrigo Martín
|
149f787035
|
feat: wifi.configure now emits error after reconnecting to old AP (#8653)
|
2025-05-23 21:32:47 +12:00 |
|
Awesome Walrus
|
fd24b1423c
|
Fix pref conflict of WiFi creds and fast_connect (#8219)
|
2025-02-10 16:54:37 +13:00 |
|
Ryan Henderson
|
13909b7994
|
[esp32_wifi] Enhance WiFi component with TCPIP core locking. (#7997)
|
2025-01-13 17:26:23 +13:00 |
|
Ryan Henderson
|
3fa67fad32
|
Fix compile errors with pioarduino/platform-espressif32: wifi_component_esp32_arduino.cpp (#7998)
|
2025-01-13 17:17:28 +13:00 |
|
Jimmy Hedman
|
d69926485c
|
Convert IPAddress to use Pythonmodule ipaddress (#8072)
|
2025-01-13 08:12:38 +13:00 |
|
Samuel Sieb
|
f4766ab74f
|
[wifi] fix 32 char SSIDs (#7834)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
|
2024-11-26 12:58:21 +13:00 |
|
Rodrigo Martín
|
9fc1377b44
|
feat(WiFi): Add wifi.configure action (#7335)
|
2024-11-25 11:06:21 +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 |
|
Keith Burzinski
|
5e8794175d
|
[wifi] Support custom MAC on Arduino, too (#7644)
|
2024-10-22 11:46:41 +13:00 |
|
Keith Burzinski
|
e87169805c
|
[wifi] Replace `USE_ESP32_IGNORE_EFUSE_MAC_CRC with IDF's CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR ` (#7502)
|
2024-10-07 10:02:53 +13:00 |
|
Keith Burzinski
|
529ff4bd52
|
[wifi] Use custom MAC address if programmed (#7498)
|
2024-09-27 10:24:18 +12:00 |
|
David Woodhouse
|
39ad358b51
|
Enable IPv6 support for BK72xx (#7398)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2024-09-10 22:02:05 +00:00 |
|
tomaszduda23
|
2e58297a16
|
[code-quality] fix clang-tidy wifi related (#7254)
|
2024-08-14 07:58:30 +12:00 |
|
Jesse Hills
|
20c2246533
|
[code-quality] Organise wifi related imports (#7153)
|
2024-07-29 14:06:08 +12:00 |
|
NewoPL
|
659fdefccb
|
[wifi] Hostname may not be set as expected on Arduino platform (#7050)
* bug #6014: workaround for not setting hostname on arduino plarform
* moving handle initailisation to ESPHOME_EVENT_ID_WIFI_STA_START callback
|
2024-07-16 01:28:23 -05:00 |
|
Keith Burzinski
|
6e624ff797
|
[wifi] Fix EAP for IDF 5.1+, add test (#7061)
|
2024-07-11 16:21:24 +12:00 |
|
Jimmy Hedman
|
2f669c99f8
|
Configure ap ip for RP2040 (#7065)
|
2024-07-11 13:32:17 +12:00 |
|
Colm
|
4c6a17e304
|
Don't test for IPv6 addresses when min_ipv6_addr_count is 0 (#7037)
|
2024-07-06 19:02:41 +12:00 |
|
Jesse Hills
|
3fb9c93a24
|
[wifi] Only set default ttls phase 2 on esp-idf (#7033)
* [wifi] Only set default ttls phase 2 on esp-idf
* Add eap arduino test
|
2024-07-03 02:21:41 +00:00 |
|
Jesse Hills
|
a78b2d0128
|
[wifi] Fix some access point bugs related to esp-idf 4.4.7 (#6928)
* Set dhcp server range to only 10 IPs
* Change log level to errors to make it clearer
* We want to stop the dhcp server, not client
|
2024-06-17 20:07:43 -05: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 |
|
Faidon Liambotis
|
0bb2773c64
|
Port wifi_component_esp32_arduino from tcpip_adapter to esp_netif (#6476)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2024-05-16 14:49:40 +12: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 |
|
Jesse Hills
|
ccbf5148aa
|
Set "CONF_" CI counter to fail on 3 or more definitions (#6668)
|
2024-05-05 00:32:47 -05:00 |
|
Javier Peletier
|
927caf062b
|
wifi: fix reconnect issue due to enablement of fast connect (#6598)
|
2024-04-23 08:48:06 +12:00 |
|
Faidon Liambotis
|
f09bfa7311
|
ESP32 Arduino WiFi: misc bug fixes (#6470)
|
2024-04-04 12:55:24 +13:00 |
|
Jimmy Hedman
|
7d9fc3ceaa
|
Bump ESP8266 Arduino versions (#5359)
|
2024-03-20 21:16:10 +13:00 |
|
Jimmy Hedman
|
4e850c3f32
|
Don't try to get IPv6 addresses when disabled (#6366)
|
2024-03-15 09:26:29 +13: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 |
|
dependabot[bot]
|
07c3ee75e5
|
Bump black from 23.12.1 to 24.2.0 (#6221)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2024-02-21 15:53:50 +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 |
|
Jesse Hills
|
e7038d077a
|
Early return when there are no wifi scan results (#5797)
|
2023-11-21 14:24:47 +13: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 |
|
Jesse Hills
|
a8667b680e
|
esp32_improv add timeout (#5556)
|
2023-10-19 11:42:52 +13:00 |
|
Austin
|
fa0dcac2c7
|
Initial ESP32-H2 Support (#5498)
|
2023-10-09 07:34:12 +13:00 |
|