summaryrefslogtreecommitdiffstats
path: root/src/net/80211
Commit message (Expand)AuthorAgeFilesLines
* [build] Rename gPXE to iPXEMichael Brown2010-04-208-59/+59
* [netdevice] Add netdev_is_open() wrapper functionMichael Brown2010-03-231-6/+6
* [802.11] Allow connecting to spectrum managed networksJoshua Oreman2010-01-051-6/+0Star
* [wpa] Add CCMP backend (new AES-based cryptosystem)Joshua Oreman2010-01-051-0/+528
* [wpa] Add TKIP backend (legacy RC4-based cryptosystem)Joshua Oreman2010-01-051-0/+586
* [wpa] Add pre-shared key frontend (WPA "Personal" with just a passphrase)Joshua Oreman2010-01-051-0/+125
* [wpa] Add general support for WPA-protected 802.11 networksJoshua Oreman2010-01-051-0/+973
* [802.11] Add support for WEP-protected networksJoshua Oreman2010-01-051-0/+303
* [802.11] Add core support for detecting and using encrypted networksJoshua Oreman2010-01-052-59/+751
* [netdevice] Add the concept of an "Ethernet-compatible" MAC addressMichael Brown2009-10-231-0/+1
* [802.11] Support multicast hashingMichael Brown2009-08-121-20/+1Star
* [802.11] Properly initialize autoassociation processJoshua Oreman2009-08-121-1/+2
* [netdevice] Allow the hardware and link-layer addresses to differ in sizeMichael Brown2009-08-121-0/+2
* [netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown2009-08-121-1/+1
* [802.11] Fix memory leak on unsuccessful probesJoshua Oreman2009-08-091-2/+1Star
* [802.11] Set channels early on to avoid tuning to an undefined channelJoshua Oreman2009-08-091-0/+5
* [802.11] Enhance support for driver PHY differencesJoshua Oreman2009-08-091-14/+76
* [802.11] Add support for 802.11 devices with software MAC layerJoshua Oreman2009-08-012-0/+2966