about summary refs log tree commit diff
path: root/src/libwpactrl
Commit message (Expand)AuthorAgeFilesLines
* Adapt to skalibs-2.11.0.0Laurent Bercot2021-08-0117-21/+21
* webipc.h -> socket.hLaurent Bercot2020-12-091-1/+1
* Include posixishard as late as possibleLaurent Bercot2020-03-211-1/+1
* 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-171-1/+1
* Actually clean up the filesystem when ending a sessionLaurent Bercot2019-11-172-6/+14
* 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 wpactrl_scan_parse()...Laurent Bercot2017-07-095-3/+108
* Initial commitLaurent Bercot2017-07-0614-0/+322