summaryrefslogtreecommitdiff
path: root/ports/esp32s2/common-hal/wifi
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2021-03-07restore install/delete for i2c driverDan Halbert
2021-01-211. check enabled before scan; 2. make start-station() the single control poin...anecdata
2021-01-18fix case of connecting when wifi is stoppedanecdata
2021-01-17check connected before connectinganecdata
2021-01-13Rename to match WIFI_REASON. Also return specific reason code.anecdata
2021-01-13Retry on all disconnect reasons other than: 2 exception reasons & 1 manual di...anecdata
2021-01-10Update ports/esp32s2/common-hal/wifi/Network.c BennyE
2021-01-07Updated code as per helpful suggestionBennyE
2021-01-06Adding authmode keywordBennyE
2021-01-06Merge pull request #3903 from anecdata/reasonsScott Shawcroft
2021-01-05change ESP_EARLY_LOG* to ESP_LOG* throughout event_handleranecdata
2020-12-30see what we're missinganecdata
2020-12-30remove unneeded set_config (wrong param; called in connect anyway)anecdata
2020-12-28Merge pull request #3868 from BennyE/wifi-enhancement-countrycodeScott Shawcroft
2020-12-24Updating comment to reflect feedback of espressif from IDFGH-4486 -> works co...BennyE
2020-12-24implementing suggested changesBennyE
2020-12-23Remove debug log messagesBennyE
2020-12-22more fixes and still with debugBennyE
2020-12-20adding debug infosBennyE
2020-12-13add country(code) to wifi network objects)BennyE
2020-12-12Fix for issue 3663 by returning early if no scan was started before stop is i...BennyE
2020-12-07Merge pull request #3800 from BennyE/wifi-better-logsScott Shawcroft
2020-12-07Include wifi.radio singleton in gcDan Halbert
2020-12-06debug log for wifi scan, start stopBennyE
2020-11-24Update wifi.Radio.connect docScott Shawcroft
2020-11-24Merge pull request #3720 from tannewt/more_wifi_retryJeff Epler
2020-11-23Merge pull request #3727 from BennyE/wifi-full-scanScott Shawcroft
2020-11-20Update ports/esp32s2/common-hal/wifi/Radio.c BennyE
2020-11-20Let connect() choose strongest AP if channel and BSSID are not givenBennyE
2020-11-19Choose best AP in range if no channel/bssid givenBennyE
2020-11-19esp32s2: initialize event loop ane netif only onceJeff Epler
2020-11-18Retry connection when getting NOT_AUTHEDScott Shawcroft
2020-11-18esp32s2: don't delete the event loopJeff Epler
2020-11-17Merge pull request #3689 from jepler/issue-36886.1.0-beta.0Scott Shawcroft
2020-11-16Set station mode early to avoid SoftAP on startupBennyE
2020-11-12esp32s2: wifi: fix several debug-build errorsJeff Epler
2020-10-20Change comment wordingRyan T. Hamilton
2020-10-20Reset sta_mode and ap_mode flagsRyan T. Hamilton
2020-10-19Merge pull request #3484 from astrobokonon/esp32s2-morenetScott Shawcroft
2020-10-17Set sta_mode flag for actual use/checkingRyan T. Hamilton
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-14Update wifi hostname methodmicroDev
2020-10-13Add method to set custom hostnamemicroDev
2020-10-08Merge branch 'main' of https://github.com/adafruit/circuitpython into esp32s2...Ryan T. Hamilton
2020-10-06Merge pull request #3492 from hierophect/esp32-update-idfScott Shawcroft
2020-10-06Remove logging from shared-bindings, fix translations, revert config target m...Lucian Copeland
2020-10-05Merge branch 'main' into esp32-analoginhierophect
2020-09-30Change submodule, rework all includesLucian Copeland