如何快速切换路由

ESP_LJY
Posts: 58
Joined: Mon Sep 27, 2021 3:06 am

Re: 如何快速切换路由

Postby ESP_LJY » Mon May 23, 2022 6:47 am

axellin wrote:
Fri May 13, 2022 2:26 am
Hi LJY,
I want to know if the access point has 802.11kv support after the device joined an AP.
i.e. in case if access point does not support 802.11kv, I can know that and clarify the issue.
Otherwise, it's difficult to debug this issue when people reported issue like roaming does not happen.
(Some users are not technical people, they do not have access right to check the access point's settings).

ps. The printf does not help, my device has no console output in release build.
It would be helpful if there is a API to know if current connected access point have 802.11kv enabled or not.
(e.g. If esp_wifi_sta_get_ap_info() can get 802.11kv information in wifi_ap_record_t, it would be helpful).
IDF master has the new APIs:
esp_rrm_is_rrm_supported_connection()
esp_wnm_is_btm_supported_connection()
please refer:
examples/wifi/roaming/main/roaming_example.c

Who is online

Users browsing this forum: No registered users and 43 guests