espressif / esp-hosted

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

Change scan type from passive to active #366

Closed mdeneen closed 7 months ago

mdeneen commented 7 months ago

I ran into a situation where I was unable to connect to a particular AP (Unifi U6 Lite) and tracked it down to the scan type being passive vs an active one.

Perhaps we could tune the beacon frequency on this AP, but I figured that I would bring up the matter with you guys. :-)

Even if this is not the desired behavior and you wish to keep the passive scan in place, the enum should be used instead of '1'.

CLAassistant commented 7 months ago

CLA assistant check
All committers have signed the CLA.

mantriyogesh commented 7 months ago

Thank you @mdeneen , We appreciate all the time and support you have invested.

We will review and get this on master.

@kapilkedawat , PTAL..

kapilkedawat commented 7 months ago

Hi @mdeneen, thank you for your contribution, closed by https://github.com/espressif/esp-hosted/commit/163951911f77b28f6357e661b42aa02f066b9698 @mantriyogesh