aboutsummaryrefslogtreecommitdiff
path: root/src/net/80211/net80211.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-05[settings] Force settings into alphabetical order within sectionsMichael Brown1-3/+6
2013-12-05[settings] Explicitly separate the concept of a completed fetched settingMichael Brown1-3/+3
2013-09-03[netdevice] Add method for generating EUI-64 address from link-layer addressMichael Brown1-0/+1
2013-05-01[settings] Eliminate settings "tag magic"Michael Brown1-3/+0
2012-08-31[ethernet] Expose eth_broadcast as a global constantMichael Brown1-5/+2
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2011-07-15[netdevice] Allow link layer to report broadcast/multicast packets via pull()Michael Brown1-2/+8
2011-06-28[process] Pass containing object pointer to process step() methodsMichael Brown1-8/+11
2011-03-23[settings] Match terminology in online documentationMichael Brown1-3/+3
2011-03-23[settings] Impose a fixed order on settingsMichael Brown1-3/+3
2011-03-22[settings] Formalise notion of setting applicabilityMichael Brown1-0/+3
2010-11-08[list] Add list_first_entry()Michael Brown1-5/+5
2010-08-01[802.11] Fix a use-after-freeJoshua Oreman1-0/+1
2010-05-31[libc] Enable automated extraction of error usage reportsMichael Brown1-40/+16
2010-05-27[build] Use weak definitions instead of weak declarationsJoshua Oreman1-0/+11
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-13/+13
2010-03-23[netdevice] Add netdev_is_open() wrapper functionMichael Brown1-6/+6
2010-01-05[802.11] Allow connecting to spectrum managed networksJoshua Oreman1-6/+0
2010-01-05[802.11] Add core support for detecting and using encrypted networksJoshua Oreman1-59/+248
2009-10-23[netdevice] Add the concept of an "Ethernet-compatible" MAC addressMichael Brown1-0/+1
2009-08-12[802.11] Support multicast hashingMichael Brown1-20/+1
2009-08-12[802.11] Properly initialize autoassociation processJoshua Oreman1-1/+2
2009-08-12[netdevice] Allow the hardware and link-layer addresses to differ in sizeMichael Brown1-0/+2
2009-08-12[netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown1-1/+1
2009-08-09[802.11] Fix memory leak on unsuccessful probesJoshua Oreman1-2/+1
2009-08-09[802.11] Set channels early on to avoid tuning to an undefined channelJoshua Oreman1-0/+5
2009-08-09[802.11] Enhance support for driver PHY differencesJoshua Oreman1-14/+76
2009-08-01[802.11] Add support for 802.11 devices with software MAC layerJoshua Oreman1-0/+2595