index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
9
/
pc
/
wifi.c
Age
Commit message (
Expand
)
Author
2015-10-17
wifi: prioritize rsne over wpaie
cinap_lenrek
2015-10-09
wifi: quote value of parsed ether options
cinap_lenrek
2015-07-10
wifi: reflect current transmit rate in mbps
cinap_lenrek
2015-07-10
wifi: adjust transmit rate on error (for etheriwl), small mkfile changes
cinap_lenrek
2015-06-21
wifi: berlin prime bunny hopping
cinap_lenrek
2015-01-30
wifi: fix recvbeacon()
cinap_lenrek
2015-01-30
wifi: ignore truncated tlv in beacon/probes
cinap_lenrek
2014-04-21
wifi: set ether->mbps to highest supported rate of the associated ap
cinap_lenrek
2014-04-21
wifi: first attempt on negotiating data rates
cinap_lenrek
2014-03-06
wifi: remove misleading packet header length check in wifidecrypt()
cinap_lenrek
2014-03-06
wifi: decode AP->AP (WDS / bridge) data frames.
cinap_lenrek
2013-11-22
pc kernel: kproc error and exit
cinap_lenrek
2013-08-20
wifi: remove pool.h include
cinap_lenrek
2013-07-18
wifi: make "auth" command non-blocking, let aux/wpa do the waiting for bss sc...
cinap_lenrek
2013-07-09
wifi: make wifihdrlen() public
Alexander Polakov
2013-07-04
wifi: move scanning/probe into wifi layer, avoid associating with wpa network...
cinap_lenrek
2013-07-01
wifi: send probe requests for hidden ssid
cinap_lenrek
2013-07-01
wifi: handle authentication independent of current bss to allow multiple ap's...
cinap_lenrek
2013-06-24
wifi: add watchdog to drop bss if stuck in ap association or get deauthentica...
cinap_lenrek
2013-06-24
wifi: fix debug print #l1 -> #1
cinap_lenrek
2013-06-24
wifi: signal ap deassociation to aux/wpa with a zero length read.
cinap_lenrek
2013-06-23
wifi: fix missed eapol frames
cinap_lenrek
2013-06-23
wifi: simplify
cinap_lenrek
2013-06-22
wifi: fix typo
ppatience0
2013-06-23
wifi: have to check for both, bssid/essid in wifictl too
cinap_lenrek
2013-06-23
wifi: allow selecting specific access point with bssid= parameter and wifictl...
cinap_lenrek
2013-06-23
wifi: add a debug flag and printing
cinap_lenrek
2013-06-22
wifi: add list of setup encryption key ciphers and lengths into ifstats file
cinap_lenrek
2013-06-15
wpa: automatically pick cipher suits from beacon rsne
cinap_lenrek
2013-05-21
wifi: properly size internal wifi input processing queue
cinap_lenrek
2013-05-20
wifi: handle malloc errors in wifiattach()
cinap_lenrek
2013-03-24
wifi: cleanup
cinap_lenrek
2013-03-23
unrolling loops in aesCCMencrypt() and aesCCMdecrypt()
cinap_lenrek
2013-03-23
add experimental wpa2/ccmp support
cinap_lenrek
2013-03-09
wifi: add experimental wpa / tkip encryption support
cinap_lenrek
2013-02-13
etheriwl: dont let transmit change back receiver settings when in promisc mod...
cinap_lenrek
2013-02-11
wifi: filter SNAP ethernet orgcode only
cinap_lenrek
2013-02-11
wifi: reset status when clearing essid
cinap_lenrek
2013-02-11
wifi: clear out ssid in node table entry, cleanup
cinap_lenrek
2013-02-11
wifi: actually check if management replies are for us
cinap_lenrek
2013-02-11
etheriwl: automatic channel scanning, transmission handling, promisc mode
cinap_lenrek
2013-02-10
wifi: lie a bit more about the supported rates to get into more ap's
cinap_lenrek
2013-02-10
etheriwl: work towards supporting other cards than 5300, gather channel infor...
cinap_lenrek
2013-02-09
etheriwl: experimental intel wifi link driver
cinap_lenrek