Samuel Sieb
|
5ddbe5cdba
|
[wifi] fix 32 char SSIDs (#7834)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
|
2024-11-27 14:06:20 +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 |
|
tomaszduda23
|
2e58297a16
|
[code-quality] fix clang-tidy wifi related (#7254)
|
2024-08-14 07:58:30 +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 |
|
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 |
|
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 |
|
Faidon Liambotis
|
f09bfa7311
|
ESP32 Arduino WiFi: misc bug fixes (#6470)
|
2024-04-04 12:55:24 +13:00 |
|
Jimmy Hedman
|
4e850c3f32
|
Don't try to get IPv6 addresses when disabled (#6366)
|
2024-03-15 09:26:29 +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 |
|
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
|
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 |
|
Jimmy Hedman
|
57b7dd0fa2
|
Refactor ip address representation (#5252)
|
2023-09-27 21:38:43 +13:00 |
|
Jimmy Hedman
|
97dcbe84da
|
Disable IPv6 when config explicitly says false (#5310)
|
2023-09-05 02:56:17 -05:00 |
|
Jimmy Hedman
|
0af8d0b7ea
|
Remove support for ESP-IDF version < 4 (#5261)
|
2023-08-18 08:02:57 +12:00 |
|
Jimmy Hedman
|
63fc16d872
|
Add delay before enabling ipv6 (#5256)
|
2023-08-17 12:22:37 +12:00 |
|
Jimmy Hedman
|
c418eecf83
|
Enable IPv6 for ESP32 Arduino, wifi and ethernet (#4865)
|
2023-07-30 22:20:55 +00:00 |
|
Sergey Dudanov
|
cd72a2ed7e
|
Bump clang-tidy from 11 to 14 (#5160)
|
2023-07-31 07:44:56 +12:00 |
|
Bella Coola
|
4c39631428
|
Add support for passive WiFi scanning (#4666)
* Add support for passive WiFi scanning.
* Apply suggestions from code review
Made changes suggested by @jesserockz
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
---------
Co-authored-by: BellaCoola <unknown>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2023-04-20 03:53:42 +00:00 |
|
Jesse Hills
|
d42f35de5d
|
Wrap ipv6 code a bit more (#4574)
* Wrap ipv6 code a bit more for when ipv6 support should not be compiled in
* More checks
* More uses
* Fix
|
2023-03-21 20:24:14 +00:00 |
|
Jesse Hills
|
c2e198311c
|
Update esp32 arduino and platform versions (#3564)
|
2022-11-21 11:49:30 +13:00 |
|
André Klitzing
|
72cce391ab
|
Fix some typos found by codespell (#3598)
|
2022-06-27 18:02:46 -03:00 |
|
Maurice Makaay
|
ce073a704b
|
Fix strlcpy() uses to make long SSIDs and passwords work (#3199)
Co-authored-by: Maurice Makaay <mmakaay1@xs4all.net>
|
2022-02-16 08:54:21 +13:00 |
|
Otto Winter
|
d344b1ca0e
|
Fix arduino esp32 wifi v2 (#2389)
|
2021-09-25 10:04:57 +02:00 |
|
Otto Winter
|
278863d027
|
Fix some issues with wifi driver after IDF refactor (#2387)
|
2021-09-25 09:16:32 +02:00 |
|
Otto Winter
|
ac0d921413
|
ESP-IDF support and generic target platforms (#2303)
* Socket refactor and SSL
* esp-idf temp
* Fixes
* Echo component and noise
* Add noise API transport support
* Updates
* ESP-IDF
* Complete
* Fixes
* Fixes
* Versions update
* New i2c APIs
* Complete i2c refactor
* SPI migration
* Revert ESP Preferences migration, too complex for now
* OTA support
* Remove echo again
* Remove ssl again
* GPIOFlags updates
* Rename esphal and ICACHE_RAM_ATTR
* Make ESP32 arduino compilable again
* Fix GPIO flags
* Complete pin registry refactor and fixes
* Fixes to make test1 compile
* Remove sdkconfig file
* Ignore sdkconfig file
* Fixes in reviewing
* Make test2 compile
* Make test4 compile
* Make test5 compile
* Run clang-format
* Fix lint errors
* Use esp-idf APIs instead of btStart
* Another round of fixes
* Start implementing ESP8266
* Make test3 compile
* Guard esp8266 code
* Lint
* Reformat
* Fixes
* Fixes v2
* more fixes
* ESP-IDF tidy target
* Convert ARDUINO_ARCH_ESPxx
* Update WiFiSignalSensor
* Update time ifdefs
* OTA needs millis from hal
* RestartSwitch needs delay from hal
* ESP-IDF Uart
* Fix OTA blank password
* Allow setting sdkconfig
* Fix idf partitions and allow setting sdkconfig from yaml
* Re-add read/write compat APIs and fix esp8266 uart
* Fix esp8266 store log strings in flash
* Fix ESP32 arduino preferences not initialized
* Update ifdefs
* Change how sdkconfig change is detected
* Add checks to ci-custom and fix them
* Run clang-format
* Add esp-idf clang-tidy target and fix errors
* Fixes from clang-tidy idf round 2
* Fixes from compiling tests with esp-idf
* Run clang-format
* Switch test5.yaml to esp-idf
* Implement ESP8266 Preferences
* Lint
* Re-do PIO package version selection a bit
* Fix arduinoespressif32 package version
* Fix unit tests
* Lint
* Lint fixes
* Fix readv/writev not defined
* Fix graphing component
* Re-add all old options from core/config.py
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2021-09-20 11:47:51 +02:00 |
|