summaryrefslogtreecommitdiff
path: root/sys/src/cmd/aux/wpa.c
AgeCommit message (Expand)Author
2017-12-31aux/wpa: get rid of custom Hfmt() routine, just use encodefmt. use %E for mac...cinap_lenrek
2017-10-17aux/wpa: prevent PTK re-installation attack by replaying AP retransmitscinap_lenrek
2017-04-02aux/wpa: go to background when not prompting, handle open networkscinap_lenrek
2017-02-16wpa: dont send initial "start" message, faster polling interval waiting for c...cinap_lenrek
2015-06-28wpa: do not prompt for key when there is already one in factotumcinap_lenrek
2015-01-27wpa: fix password avp padding, recognize wpa1 authentication ouicinap_lenrek
2015-01-27wpa: do not forward alert tls records, close connectioncinap_lenrek
2015-01-26wpa: cleanup, pad eap-ttls/pap password, zero passwords and key material afte...cinap_lenrek
2015-01-25wpa: experimental wpa2 enterprise supportcinap_lenrek
2014-11-17wpa: handle essid: with whitespaces from ether ifstats filecinap_lenrek
2014-11-17wpa: fix quoting for essid with spacescinap_lenrek
2014-11-02wpa: fork note group when going to background (thanks jpm)cinap_lenrek
2013-08-19wpa: repeat rsne setup after deassociation (roamng between access points)cinap_lenrek
2013-07-18wpa: wait for bss to connectcinap_lenrek
2013-07-18wifi: make "auth" command non-blocking, let aux/wpa do the waiting for bss sc...cinap_lenrek
2013-06-24wpa: fix error reporting for getptk(), use readn() to read ifstats filecinap_lenrek
2013-06-24wpa: deassociation, reply eapol version, send rsc 0 and reset install flag on...cinap_lenrek
2013-06-22wpa: check for eapol v2ppatience0
2013-06-22wpa: s/peerwise/pairwise/g, fix bug where p is not incremented afterppatience0
2013-06-16wpa: fix bugcinap_lenrek
2013-06-15wpa: automatically pick cipher suits from beacon rsnecinap_lenrek
2013-06-02aux/wpa: make sure essid is configured, dont make factotum ask for essidcinap_lenrek
2013-03-23wpa: fix rsc for wpa2cinap_lenrek
2013-03-23wpa: remove debug printcinap_lenrek
2013-03-23add experimental wpa2/ccmp supportcinap_lenrek
2013-03-17wpa: initial support for rsncinap_lenrek
2013-03-09aux/wpa: check reply counter only after mic checkcinap_lenrek
2013-03-09add wpa key setup program aux/wpacinap_lenrek