aboutsummaryrefslogtreecommitdiffstats
path: root/src/libwpactrl
Commit message (Collapse)AuthorAgeFilesLines
* Remove [ from flags.Laurent Bercot2019-11-181-0/+1
|
* allow wpactrl_end() when the wpactrl_t is ZERO as wellLaurent Bercot2019-11-181-5/+8
|
* Fix "The New Fo" SSIDLaurent Bercot2019-11-181-2/+2
|
* Specialcase SSIDs of length 0Laurent Bercot2019-11-181-2/+2
|
* signal_level should be signedLaurent Bercot2019-11-171-1/+1
|
* Actually clean up the filesystem when ending a sessionLaurent Bercot2019-11-172-6/+14
| | | | | This requires storing the client path in the wpactrl_t, which uses memory, GOD I HATE THAT STUPID IPC MECHANISM
* Apply smaeul's fixes; add --with-tmpdir configure optionLaurent Bercot2019-11-174-6/+25
|
* Adapt to skalibs/posixishard.hLaurent Bercot2019-02-201-0/+3
|
* Remove dependency on NBWAITALLLaurent Bercot2019-02-191-6/+0
|
* No need to save errno around fd_closeLaurent Bercot2017-08-221-10/+2
|
* alignment fixLaurent Bercot2017-08-111-1/+1
|
* Complete first draft of libwpactrl, with documentationLaurent Bercot2017-08-109-26/+63
|
* Add the higher layer of libwpactrlLaurent Bercot2017-08-0415-56/+274
|
* Flesh out libwpactrlLaurent Bercot2017-08-0120-62/+248
|
* Separate messages via \0, read messages one by one. Add ↵Laurent Bercot2017-07-095-3/+108
| | | | wpactrl_scan_parse() skel.
* Initial commitLaurent Bercot2017-07-0614-0/+322