espressif / esp-hosted

Hosted Solution (Linux/MCU) with ESP32 (Wi-Fi + BT + BLE)
Other
675 stars 158 forks source link

NG mode, WiFi connected, signal poll get rssi not refresh #441

Closed lwj850533527 closed 1 month ago

lwj850533527 commented 1 month ago

Hi mantriyogesh,

Feedback on an issue with the NG mode. After connected the AP, use "wpa_cli signal_poll" get rssi, but it doesn't seem to refresh When use "wpa_cli scan", signal level refresh, but it doesn't refresh to signal_poll

image

mantriyogesh commented 1 month ago

@kapilkedawat , PTAL.

lwj850533527 commented 1 month ago

Hi mantriyogesh Hi kapilkedawat @mantriyogesh , @kapilkedawat Due to the inability to report signal rssi, I tried using the scan interface to perform regular scans. To prevent signal disconnection, I need to limit the scanning frequency band to be consistent with the connected AP.

"wpa_cli SCAN freq=2457", The instruction sent to wpa_supplicant has taken effect, but the slave still performs scanning of all frequency bands dmesg.txt image

kapilkedawat commented 1 month ago

@lwj850533527 fixed in latest master