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
/
Radio.c
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2021-01-13
Rename to match WIFI_REASON. Also include specific error code in "Unknown fai...
anecdata
2021-01-06
Adding authmode keyword
BennyE
2020-12-13
add country(code) to wifi network objects)
BennyE
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
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
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
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-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
2020-09-19
Add gateway, subnet, and rssi info for current connected AP
Ryan T. Hamilton
2020-09-16
connect now accepts bssid
Ryan T. Hamilton
2020-09-03
Changes based on Dan's feedback
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
Scanning WIP. Need to sort out supervisor memory
Scott Shawcroft
2020-08-19
First crack at native wifi API
Scott Shawcroft