summaryrefslogtreecommitdiff
path: root/sys/src/9/pc/wifi.c
AgeCommit message (Expand)Author
2017-02-16wifi: timestamps in debug print, flush queue on deassoc, shorter roam timeout...cinap_lenrek
2017-02-13wifi: handle short preamble and short time slot capabilitiescinap_lenrek
2016-08-27wifi: allocate cipher states in secret memory, do AESstate key setup oncecinap_lenrek
2016-01-14wifi: check tkip/ccmp mac and crc in constant time avoiding timing side channelscinap_lenrek
2015-10-17wifi: prioritize rsne over wpaiecinap_lenrek
2015-10-09wifi: quote value of parsed ether optionscinap_lenrek
2015-07-10wifi: reflect current transmit rate in mbpscinap_lenrek
2015-07-10wifi: adjust transmit rate on error (for etheriwl), small mkfile changescinap_lenrek
2015-06-21wifi: berlin prime bunny hoppingcinap_lenrek
2015-01-30wifi: fix recvbeacon()cinap_lenrek
2015-01-30wifi: ignore truncated tlv in beacon/probescinap_lenrek
2014-04-21wifi: set ether->mbps to highest supported rate of the associated apcinap_lenrek
2014-04-21wifi: first attempt on negotiating data ratescinap_lenrek
2014-03-06wifi: remove misleading packet header length check in wifidecrypt()cinap_lenrek
2014-03-06wifi: decode AP->AP (WDS / bridge) data frames.cinap_lenrek
2013-11-22pc kernel: kproc error and exitcinap_lenrek
2013-08-20wifi: remove pool.h includecinap_lenrek
2013-07-18wifi: make "auth" command non-blocking, let aux/wpa do the waiting for bss sc...cinap_lenrek
2013-07-09wifi: make wifihdrlen() publicAlexander Polakov
2013-07-04wifi: move scanning/probe into wifi layer, avoid associating with wpa network...cinap_lenrek
2013-07-01wifi: send probe requests for hidden ssidcinap_lenrek
2013-07-01wifi: handle authentication independent of current bss to allow multiple ap's...cinap_lenrek
2013-06-24wifi: add watchdog to drop bss if stuck in ap association or get deauthentica...cinap_lenrek
2013-06-24wifi: fix debug print #l1 -> #1cinap_lenrek
2013-06-24wifi: signal ap deassociation to aux/wpa with a zero length read.cinap_lenrek
2013-06-23wifi: fix missed eapol framescinap_lenrek
2013-06-23wifi: simplifycinap_lenrek
2013-06-22wifi: fix typoppatience0
2013-06-23wifi: have to check for both, bssid/essid in wifictl toocinap_lenrek
2013-06-23wifi: allow selecting specific access point with bssid= parameter and wifictl...cinap_lenrek
2013-06-23wifi: add a debug flag and printingcinap_lenrek
2013-06-22wifi: add list of setup encryption key ciphers and lengths into ifstats filecinap_lenrek
2013-06-15wpa: automatically pick cipher suits from beacon rsnecinap_lenrek
2013-05-21wifi: properly size internal wifi input processing queuecinap_lenrek
2013-05-20wifi: handle malloc errors in wifiattach()cinap_lenrek
2013-03-24wifi: cleanupcinap_lenrek
2013-03-23unrolling loops in aesCCMencrypt() and aesCCMdecrypt()cinap_lenrek
2013-03-23add experimental wpa2/ccmp supportcinap_lenrek
2013-03-09wifi: add experimental wpa / tkip encryption supportcinap_lenrek
2013-02-13etheriwl: dont let transmit change back receiver settings when in promisc mod...cinap_lenrek
2013-02-11wifi: filter SNAP ethernet orgcode onlycinap_lenrek
2013-02-11wifi: reset status when clearing essidcinap_lenrek
2013-02-11wifi: clear out ssid in node table entry, cleanupcinap_lenrek
2013-02-11wifi: actually check if management replies are for uscinap_lenrek
2013-02-11etheriwl: automatic channel scanning, transmission handling, promisc modecinap_lenrek
2013-02-10wifi: lie a bit more about the supported rates to get into more ap'scinap_lenrek
2013-02-10etheriwl: work towards supporting other cards than 5300, gather channel infor...cinap_lenrek
2013-02-09etheriwl: experimental intel wifi link drivercinap_lenrek