aboutsummaryrefslogtreecommitdiff
path: root/src/control.rs
Commit message (Expand)AuthorAgeFilesLines
* simple error handling for join instead of looping internallykbleeke2023-05-041-18/+32
* Implement WPA2 AP modeSatoshi Tanaka2023-05-011-1/+31
* Add AP mode (unencrypted)Satoshi Tanaka2023-05-011-0/+37
* comment wifi scanning itemskbleeke2023-04-281-0/+8
* wifi scan ioctlkbleeke2023-04-281-3/+64
* comment some choices for current event handlingkbleeke2023-04-251-2/+4
* rework event handling to allow sending datakbleeke2023-04-251-9/+10
* cancel ioctl when future is droppedkbleeke2023-03-271-3/+20
* Merge pull request #50 from kbleeke/async-ioctlsDario Nieuwenhuis2023-03-271-24/+6
|\
| * bring back TODO note about dropping ioctlskbleeke2023-03-271-0/+2
| * asyncify outgoing eventskbleeke2023-03-271-26/+6
* | also wait for join event in join_openkbleeke2023-03-271-6/+11
|/
* Fix build with log.Dario Nieuwenhuis2023-03-271-3/+4
* split lib.rs into multiple fileskbleeke2023-03-221-0/+299