About WLAN scan result

wifi = WLAN(mode = WLAN.STA)
wifi.scan()

the result type is ‘NoneType’, that not easy to access, can I get a list type of scan result like ESP32 port?

Please refer to the PR.