index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared-bindings
/
wifi
Age
Commit message (
Collapse
)
Author
2021-03-15
run code formatting script
microDev
2021-01-13
Rename to match WIFI_REASON. Also include specific error code in "Unknown ↵
anecdata
failure" Exception.
2021-01-13
Include all reason codes.
anecdata
2021-01-06
Adding authmode keyword
BennyE
2020-12-13
add country(code) to wifi network objects)
BennyE
2020-12-07
Include wifi.radio singleton in gc
Dan Halbert
2020-12-03
update doc per review
Dan Halbert
2020-12-03
allow radio.enabled to be settable
Dan Halbert
2020-11-24
Update wifi.Radio.connect doc
Scott Shawcroft
Now it includes bssid info.
2020-10-30
Fixing stub for wifi_radio_ping
sw23
2020-10-29
Fixing make stub warnings and mypy issuesmak
sw23
2020-10-19
Merge pull request #3484 from astrobokonon/esp32s2-morenet
Scott Shawcroft
Esp32s2: Expose more network parameters
2020-10-15
Cleaned up and now testing
Ryan T. Hamilton
2020-10-15
Disable the long way and return an ap_info object
Ryan T. Hamilton
still needs work and cleanup
2020-10-15
Add hostname validation
microDev
2020-10-14
Update wifi hostname method
microDev
2020-10-13
Add method to set custom hostname
microDev
2020-10-08
Merge branch 'main' of https://github.com/adafruit/circuitpython into ↵
Ryan T. Hamilton
esp32s2-morenet
2020-10-06
Remove logging from shared-bindings, fix translations, revert config target ↵
Lucian Copeland
macro
2020-09-30
Change submodule, rework all includes
Lucian Copeland
2020-09-28
Add ap_ssid and ap_bssid
Ryan T. Hamilton
2020-09-28
Enable DNS info
Ryan T. Hamilton
2020-09-26
Fix ap_rssi bound_method
Ryan T. Hamilton
Forgot to make it a property!
2020-09-19
Add gateway, subnet, and rssi info for current connected AP
Ryan T. Hamilton
ap_rssi is a bound method, which I'm not keen on, but it works
2020-09-16
connect now accepts bssid
Ryan T. Hamilton
2020-09-15
Add BSSID to Network
Ryan T. Hamilton
2020-09-03
Changes based on Dan's feedback
Scott Shawcroft
2020-08-26
Fix stub and doc builds
Scott Shawcroft
2020-08-21
Make socket reads interruptable
Scott Shawcroft
2020-08-19
Add error handling w/temp debug logs
Scott Shawcroft
2020-08-19
Ping works!
Scott Shawcroft
2020-08-19
Ping work and start to add socketpool
Scott Shawcroft
2020-08-19
Add ipaddress
Scott Shawcroft
2020-08-19
Add debugging. Scanning doesn't crash but returns no results. Need to config ↵
Scott Shawcroft
station.
2020-08-19
Scanning WIP. Need to sort out supervisor memory
Scott Shawcroft
2020-08-19
First crack at native wifi API
Scott Shawcroft