summaryrefslogtreecommitdiff
path: root/shared-bindings/wifi
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2021-01-13Rename to match WIFI_REASON. Also include specific error code in "Unknown ↵anecdata
failure" Exception.
2021-01-13Include all reason codes.anecdata
2021-01-06Adding authmode keywordBennyE
2020-12-13add country(code) to wifi network objects)BennyE
2020-12-07Include wifi.radio singleton in gcDan Halbert
2020-12-03update doc per reviewDan Halbert
2020-12-03allow radio.enabled to be settableDan Halbert
2020-11-24Update wifi.Radio.connect docScott Shawcroft
Now it includes bssid info.
2020-10-30Fixing stub for wifi_radio_pingsw23
2020-10-29Fixing make stub warnings and mypy issuesmaksw23
2020-10-19Merge pull request #3484 from astrobokonon/esp32s2-morenetScott Shawcroft
Esp32s2: Expose more network parameters
2020-10-15Cleaned up and now testingRyan T. Hamilton
2020-10-15Disable the long way and return an ap_info objectRyan T. Hamilton
still needs work and cleanup
2020-10-15Add hostname validationmicroDev
2020-10-14Update wifi hostname methodmicroDev
2020-10-13Add method to set custom hostnamemicroDev
2020-10-08Merge branch 'main' of https://github.com/adafruit/circuitpython into ↵Ryan T. Hamilton
esp32s2-morenet
2020-10-06Remove logging from shared-bindings, fix translations, revert config target ↵Lucian Copeland
macro
2020-09-30Change submodule, rework all includesLucian Copeland
2020-09-28Add ap_ssid and ap_bssidRyan T. Hamilton
2020-09-28Enable DNS infoRyan T. Hamilton
2020-09-26Fix ap_rssi bound_methodRyan T. Hamilton
Forgot to make it a property!
2020-09-19Add gateway, subnet, and rssi info for current connected APRyan T. Hamilton
ap_rssi is a bound method, which I'm not keen on, but it works
2020-09-16connect now accepts bssidRyan T. Hamilton
2020-09-15Add BSSID to NetworkRyan T. Hamilton
2020-09-03Changes based on Dan's feedbackScott Shawcroft
2020-08-26Fix stub and doc buildsScott Shawcroft
2020-08-21Make socket reads interruptableScott Shawcroft
2020-08-19Add error handling w/temp debug logsScott Shawcroft
2020-08-19Ping works!Scott Shawcroft
2020-08-19Ping work and start to add socketpoolScott Shawcroft
2020-08-19Add ipaddressScott Shawcroft
2020-08-19Add debugging. Scanning doesn't crash but returns no results. Need to config ↵Scott Shawcroft
station.
2020-08-19Scanning WIP. Need to sort out supervisor memoryScott Shawcroft
2020-08-19First crack at native wifi APIScott Shawcroft