about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to skalibs-2.11.0.0Laurent Bercot2021-08-0119-43/+43
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* webipc.h -> socket.hLaurent Bercot2020-12-091-1/+1
|
* Include posixishard as late as possibleLaurent Bercot2020-03-211-1/+1
|
* Add bcnm-waitifLaurent Bercot2020-02-107-0/+277
|
* Try WPA-PSK-SHA256 when supported by wpa_supplicantLaurent Bercot2019-12-151-2/+7
|
* Apply awilfox's wpactrl_associate() fixesLaurent Bercot2019-12-152-3/+6
|
* Fix networks parsingLaurent Bercot2019-12-151-2/+2
|
* bugfix: properly \0-terminate filtersLaurent Bercot2019-11-191-1/+1
|
* 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-172-2/+2
|
* Actually clean up the filesystem when ending a sessionLaurent Bercot2019-11-173-7/+16
| | | | | 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
|
* Fuck C++, dry, with a chainsaw, sidewaysLaurent Bercot2017-11-201-1/+1
|
* Make wpactrl.h C++-compatibleLaurent Bercot2017-11-201-5/+13
|
* 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-1010-33/+82
|
* Add the higher layer of libwpactrlLaurent Bercot2017-08-0416-205/+322
|
* Flesh out libwpactrlLaurent Bercot2017-08-0121-91/+320
|
* Separate messages via \0, read messages one by one. Add ↵Laurent Bercot2017-07-096-7/+131
| | | | wpactrl_scan_parse() skel.
* Initial commitLaurent Bercot2017-07-0615-0/+532