circuitpython/shared-bindings
Jeff Epler 6c3cdceb45
Implement scan, connect, ping
My pings go out, and then they come back

```py
import os
import wifi
import ipaddress

wifi.radio.connect(os.getenv('WIFI_SSID'), os.getenv('WIFI_PASSWORD'))
ipv4 = ipaddress.ip_address("8.8.4.4")
print("Ping google.com: %f ms" % (wifi.radio.ping(ipv4)*1000))
```
2022-09-28 10:06:33 -05:00
..
2022-05-27 12:59:54 -07:00
2022-05-27 12:59:54 -07:00
2022-09-12 21:15:07 -04:00
2022-05-27 12:59:54 -07:00
2022-09-12 20:36:51 -04:00
2022-05-27 12:59:54 -07:00
2022-05-27 12:59:54 -07:00
2022-05-27 12:59:54 -07:00
2022-05-27 12:59:54 -07:00
2022-09-16 00:02:17 +08:00
2022-09-12 21:09:07 -04:00
2022-09-12 20:46:29 -04:00
2022-05-18 14:01:35 -07:00
2022-08-04 15:11:47 -05:00
2022-09-11 08:09:14 -05:00
2022-05-27 12:59:54 -07:00
2021-10-27 10:54:31 -05:00
2022-05-27 12:59:54 -07:00
2022-07-28 08:43:36 -07:00
2022-05-27 12:59:54 -07:00
2022-07-11 11:04:06 -05:00
2022-05-27 12:59:54 -07:00
2022-05-27 12:59:54 -07:00
2022-05-27 12:59:54 -07:00
2022-08-30 11:48:17 -04:00
2022-05-27 12:59:54 -07:00
2022-05-27 12:59:54 -07:00
2022-08-28 12:07:26 -05:00
2022-05-27 12:59:54 -07:00
2022-08-10 11:14:33 -05:00
2022-05-27 12:59:54 -07:00
2022-09-12 20:07:37 -04:00
2022-05-27 12:59:54 -07:00
2022-05-27 12:59:54 -07:00
2022-07-11 11:04:06 -05:00
2022-05-27 12:59:54 -07:00
2022-05-27 12:59:54 -07:00
2022-05-27 12:59:54 -07:00
2022-08-30 15:23:44 -04:00
2022-05-27 12:59:54 -07:00
2022-07-11 11:04:06 -05:00
2022-09-16 00:02:17 +08:00
2022-05-27 12:59:54 -07:00
2022-03-07 18:07:25 -08:00
2022-05-27 12:59:54 -07:00
2022-05-27 12:59:54 -07:00
2022-09-28 10:06:33 -05:00
2022-05-27 12:59:54 -07:00
2022-05-27 12:59:54 -07:00