Skip to content

Commit 75e1ac9

Browse files
authored
Merge pull request #91 from david-cermak/update/v1.2.1
[v1.2.1]: Update per recent changes
2 parents 5b05c3d + 758f559 commit 75e1ac9

35 files changed

+1260
-141
lines changed

.github/workflows/build_at.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Build WiFi Remote over AT Test
1414
strategy:
1515
matrix:
16-
idf_ver: ["latest", "release-v5.5", "release-v5.4", "release-v5.3"]
16+
idf_ver: ["latest", "release-v6.0", "release-v5.5", "release-v5.4", "release-v5.3"]
1717
test: [ { app: sample_app, path: "tests/sample" }]
1818
runs-on: ubuntu-latest
1919
container: espressif/idf:${{ matrix.idf_ver }}

.github/workflows/build_eppp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Build WiFi Remote over EPPP Test
1414
strategy:
1515
matrix:
16-
idf_ver: ["latest", "release-v5.5", "release-v5.4", "release-v5.3"]
16+
idf_ver: ["latest", "release-v6.0", "release-v5.5", "release-v5.4", "release-v5.3"]
1717
test: [ { app: sample_app, path: "tests/sample" }]
1818
runs-on: ubuntu-latest
1919
container: espressif/idf:${{ matrix.idf_ver }}

.github/workflows/smoke_compat.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Check API compatibility of WiFi Remote
1515
strategy:
1616
matrix:
17-
idf_ver: ["latest", "release-v5.5", "release-v5.4", "release-v5.3", "v5.4", "v5.4.1", "v5.4.2", "v5.3.3", "v5.3.2", "v5.3.1", "v5.5", "v5.5.1", "v5.3"]
17+
idf_ver: ["latest", "release-v6.0", "release-v5.5", "release-v5.4", "release-v5.3", "v5.4", "v5.4.1", "v5.4.2", "v5.3.3", "v5.3.2", "v5.3.1", "v5.5", "v5.5.1", "v5.3"]
1818
runs-on: ubuntu-latest
1919
container: espressif/idf:${{ matrix.idf_ver }}
2020
steps:
@@ -34,7 +34,7 @@ jobs:
3434
name: Build IDF examples with WiFi Remote
3535
strategy:
3636
matrix:
37-
idf_ver: ["latest", "release-v5.5", "release-v5.4", "release-v5.3", "v5.4.1", "v5.3.3", "v5.3.1", "v5.3.2", "v5.4", "v5.4.2", "v5.5", "v5.5.1", "v5.3"]
37+
idf_ver: ["latest", "release-v6.0", "release-v5.5", "release-v5.4", "release-v5.3", "v5.4.1", "v5.3.3", "v5.3.1", "v5.3.2", "v5.4", "v5.4.2", "v5.5", "v5.5.1", "v5.3"]
3838
idf_target: ["esp32p4", "esp32h2", "esp32s3"]
3939
test: [ { app: idf_mqtt_example, path: "examples/protocols/mqtt/tcp" }, { app: wifi_enterprise, path: "examples/wifi/wifi_enterprise" }]
4040
runs-on: ubuntu-latest

components/esp_wifi_remote/.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ commitizen:
33
bump_message: 'bump(wifi_remote): $current_version -> $new_version'
44
pre_bump_hooks: python ../../ci/changelog.py esp_wifi_remote
55
tag_format: wifi_remote-v$version
6-
version: 1.2.0
6+
version: 1.2.1
77
version_files:
88
- idf_component.yml

components/esp_wifi_remote/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.2.1](https://github.com/espressif/esp-wifi-remote/commits/wifi_remote-v1.2.1)
4+
5+
### Bug Fixes
6+
7+
- Update per recent v6.0 changes ([092fdba](https://github.com/espressif/esp-wifi-remote/commit/092fdba))
8+
- Update per recent v6.1 changes ([f042ac5](https://github.com/espressif/esp-wifi-remote/commit/f042ac5))
9+
- Update per recent v5.5 changes ([7550857](https://github.com/espressif/esp-wifi-remote/commit/7550857))
10+
- Update per recent v5.4 changes ([e1b25af](https://github.com/espressif/esp-wifi-remote/commit/e1b25af))
11+
312
## [1.2.0](https://github.com/espressif/esp-wifi-remote/commits/wifi_remote-v1.2.0)
413

514
### Features

components/esp_wifi_remote/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.2.0
1+
version: 1.2.1
22
url: https://github.com/espressif/esp-wifi-remote
33
description: Utility wrapper for esp_wifi functionality on remote targets
44
dependencies:

components/esp_wifi_remote/idf_v5.4/Kconfig.wifi.in

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,7 @@ config WIFI_RMT_WAPI_PSK
522522
config WIFI_RMT_SUITE_B_192
523523
bool "Enable NSA suite B support with 192 bit key"
524524
default n
525+
depends on WIFI_RMT_ENTERPRISE_SUPPORT
525526
depends on SLAVE_SOC_WIFI_GCMP_SUPPORT
526527
select WIFI_RMT_GCMP_SUPPORT
527528
select WIFI_RMT_GMAC_SUPPORT
@@ -700,6 +701,14 @@ menu "WPS Configuration Options"
700701
be shared to other devices, making it in readable format increases
701702
that risk, also passphrase requires pbkdf2 to convert in psk.
702703

704+
config WIFI_RMT_WPS_RECONNECT_ON_FAIL
705+
bool "Reconnect to previous SSID if WPS failed"
706+
default n
707+
help
708+
Select this option to enable reconnection to previous SSID if WPS fails.
709+
This option will only work if station was connected to a network
710+
when WPS was started.
711+
703712
endmenu # "WPS Configuration Options"
704713

705714

@@ -714,12 +723,6 @@ config WIFI_RMT_DEBUG_PRINT
714723
Enabling this could increase the build size ~60kb
715724
depending on the project logging level.
716725

717-
config WIFI_RMT_TESTING_OPTIONS
718-
bool "Add DPP testing code"
719-
default n
720-
help
721-
Select this to enable unity test for DPP.
722-
723726
config WIFI_RMT_ENTERPRISE_SUPPORT
724727
bool "Enable enterprise option"
725728
default y
@@ -1140,16 +1143,16 @@ if WIFI_RMT_WPS_PASSPHRASE
11401143
default WIFI_RMT_WPS_PASSPHRASE
11411144
endif
11421145

1143-
if WIFI_RMT_DEBUG_PRINT
1144-
config ESP_WIFI_DEBUG_PRINT # ignore: multiple-definition
1146+
if WIFI_RMT_WPS_RECONNECT_ON_FAIL
1147+
config ESP_WIFI_WPS_RECONNECT_ON_FAIL # ignore: multiple-definition
11451148
bool
1146-
default WIFI_RMT_DEBUG_PRINT
1149+
default WIFI_RMT_WPS_RECONNECT_ON_FAIL
11471150
endif
11481151

1149-
if WIFI_RMT_TESTING_OPTIONS
1150-
config ESP_WIFI_TESTING_OPTIONS # ignore: multiple-definition
1152+
if WIFI_RMT_DEBUG_PRINT
1153+
config ESP_WIFI_DEBUG_PRINT # ignore: multiple-definition
11511154
bool
1152-
default WIFI_RMT_TESTING_OPTIONS
1155+
default WIFI_RMT_DEBUG_PRINT
11531156
endif
11541157

11551158
if WIFI_RMT_ENTERPRISE_SUPPORT

components/esp_wifi_remote/idf_v5.4/esp_wifi_remote_weak.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,3 +435,13 @@ WEAK esp_err_t esp_wifi_remote_get_bandwidths(wifi_interface_t ifx, wifi_bandwid
435435
{
436436
LOG_UNSUPPORTED_AND_RETURN(ESP_ERR_NOT_SUPPORTED);
437437
}
438+
439+
WEAK esp_err_t esp_wifi_remote_action_tx_req(wifi_action_tx_req_t *req)
440+
{
441+
LOG_UNSUPPORTED_AND_RETURN(ESP_ERR_NOT_SUPPORTED);
442+
}
443+
444+
WEAK esp_err_t esp_wifi_remote_remain_on_channel(wifi_roc_req_t *req)
445+
{
446+
LOG_UNSUPPORTED_AND_RETURN(ESP_ERR_NOT_SUPPORTED);
447+
}

components/esp_wifi_remote/idf_v5.4/esp_wifi_with_remote.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,3 +431,13 @@ esp_err_t esp_wifi_get_bandwidths(wifi_interface_t ifx, wifi_bandwidths_t *bw)
431431
{
432432
return esp_wifi_remote_get_bandwidths(ifx, bw);
433433
}
434+
435+
esp_err_t esp_wifi_action_tx_req(wifi_action_tx_req_t *req)
436+
{
437+
return esp_wifi_remote_action_tx_req(req);
438+
}
439+
440+
esp_err_t esp_wifi_remain_on_channel(wifi_roc_req_t *req)
441+
{
442+
return esp_wifi_remote_remain_on_channel(req);
443+
}

components/esp_wifi_remote/idf_v5.4/include/esp_wifi_remote_api.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ esp_err_t esp_wifi_remote_set_protocols(wifi_interface_t ifx, wifi_protocols_t *
9595
esp_err_t esp_wifi_remote_get_protocols(wifi_interface_t ifx, wifi_protocols_t *protocols);
9696
esp_err_t esp_wifi_remote_set_bandwidths(wifi_interface_t ifx, wifi_bandwidths_t *bw);
9797
esp_err_t esp_wifi_remote_get_bandwidths(wifi_interface_t ifx, wifi_bandwidths_t *bw);
98+
esp_err_t esp_wifi_remote_action_tx_req(wifi_action_tx_req_t *req);
99+
esp_err_t esp_wifi_remote_remain_on_channel(wifi_roc_req_t *req);
98100

99101
#ifdef __cplusplus
100102
}

0 commit comments

Comments
 (0)