summaryrefslogtreecommitdiff
path: root/shared-bindings/wifi/Radio.c
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2021-01-13Rename to match WIFI_REASON. Also include specific error code in "Unknown fai...anecdata
2021-01-06Adding authmode keywordBennyE
2020-12-13add country(code) to wifi network objects)BennyE
2020-12-03update doc per reviewDan Halbert
2020-12-03allow radio.enabled to be settableDan Halbert
2020-11-24Update wifi.Radio.connect docScott Shawcroft
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
2020-10-15Cleaned up and now testingRyan T. Hamilton
2020-10-15Disable the long way and return an ap_info objectRyan T. Hamilton
2020-10-15Add hostname validationmicroDev
2020-10-14Update wifi hostname methodmicroDev
2020-10-13Add method to set custom hostnamemicroDev
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
2020-09-19Add gateway, subnet, and rssi info for current connected APRyan T. Hamilton
2020-09-16connect now accepts bssidRyan T. Hamilton
2020-09-03Changes based on Dan's feedbackScott 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-19Scanning WIP. Need to sort out supervisor memoryScott Shawcroft
2020-08-19First crack at native wifi APIScott Shawcroft