IDF master has the new APIs:axellin wrote: ↑Fri May 13, 2022 2:26 amHi 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).
esp_rrm_is_rrm_supported_connection()
esp_wnm_is_btm_supported_connection()
please refer:
examples/wifi/roaming/main/roaming_example.c