Commit fdb4197
fix(esp_wifi): Add some bugfixes and cleanup in softAP
1. Fix wrong reason code in 'WIFI_EVENT_AP_STADISCONNECTED' event
2. cleanup in softAP for disconnecting connected station
3. Update examples to display reason while processing WIFI_EVENT_AP_STADISCONNECTED event1 parent e11f030 commit fdb4197
File tree
9 files changed
+15
-15
lines changed- components
- esp_rom/esp32c2/ld
- esp_wifi
- include
- examples
- bluetooth/blufi/main
- protocols/http_server/captive_portal/main
- wifi
- getting_started/softAP/main
- softap_sta/main
- wps_softap_registrar/main
- tools/test_apps/peripherals/i2c_wifi/main
9 files changed
+15
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1849 | 1849 | | |
1850 | 1850 | | |
1851 | 1851 | | |
1852 | | - | |
| 1852 | + | |
1853 | 1853 | | |
1854 | 1854 | | |
1855 | 1855 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
903 | 903 | | |
904 | 904 | | |
905 | 905 | | |
906 | | - | |
| 906 | + | |
907 | 907 | | |
908 | 908 | | |
909 | 909 | | |
| |||
- esp32/libcore.a
- esp32/libespnow.a
- esp32/libmesh.a
- esp32/libnet80211.a
- esp32/libpp.a
- esp32/libsmartconfig.a
- esp32/libwapi.a
- esp32_host/libcore.a
- esp32_host/libespnow.a
- esp32_host/libmesh.a
- esp32_host/libnet80211.a
- esp32_host/libpp.a
- esp32_host/libsmartconfig.a
- esp32_host/libtarget.a
- esp32_host/libwapi.a
- esp32c2/libcore.a
- esp32c2/libespnow.a
- esp32c2/libnet80211.a
- esp32c2/libpp.a
- esp32c2/libsmartconfig.a
- esp32c3/libcore.a
- esp32c3/libespnow.a
- esp32c3/libmesh.a
- esp32c3/libnet80211.a
- esp32c3/libpp.a
- esp32c3/libsmartconfig.a
- esp32c3/libwapi.a
- esp32c5/libcore.a
- esp32c5/libespnow.a
- esp32c5/libmesh.a
- esp32c5/libnet80211.a
- esp32c5/libpp.a
- esp32c5/libsmartconfig.a
- esp32c5/libwapi.a
- esp32c6/libcore.a
- esp32c6/libespnow.a
- esp32c6/libmesh.a
- esp32c6/libnet80211.a
- esp32c6/libpp.a
- esp32c6/libsmartconfig.a
- esp32c6/libwapi.a
- esp32s2/libcore.a
- esp32s2/libespnow.a
- esp32s2/libmesh.a
- esp32s2/libnet80211.a
- esp32s2/libpp.a
- esp32s2/libsmartconfig.a
- esp32s2/libwapi.a
- esp32s3/libcore.a
- esp32s3/libespnow.a
- esp32s3/libmesh.a
- esp32s3/libnet80211.a
- esp32s3/libpp.a
- esp32s3/libsmartconfig.a
- esp32s3/libwapi.a
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
| 93 | + | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
| 65 | + | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments