Age | Commit message (Expand) | Author |
2015-12-05 | Keep kernel definitions under _KERNEL to unbreak security/wpa_supplicant | Martin Pieuchot |
2015-11-27 | correct logic for a IEEE80211_MODE_11N test | Jonathan Gray |
2015-11-25 | replace IFF_OACTIVE manipulation with mpsafe operations. | David Gwynne |
2015-11-24 | No need to include <net/if_arp.h> | Martin Pieuchot |
2015-11-24 | No need to include <net/if_types.h> for <net/if_vlan_var.h> | Martin Pieuchot |
2015-11-15 | Add support for 11n mode to the rate adaptation (AMRR) code. | Stefan Sperling |
2015-11-15 | Expose 11n mode to the ifmedia layer and introduce the concept of MCS. | Stefan Sperling |
2015-11-15 | Parse 11n HT capabilities and operational info from association response | Stefan Sperling |
2015-11-15 | IEEE80211_MODE_MAX has been raised to include 11n mode so make sure that | Stefan Sperling |
2015-11-15 | Extend struct ieee80211_node with fields for 11n STA HT capabilities and | Stefan Sperling |
2015-11-15 | Fix CCMP (WPA2) in preparation for 11n. This code didn't handle QoS | Stefan Sperling |
2015-11-15 | Declare 802.11n mode and channel flags. Tweak 11n related fields in struct | Stefan Sperling |
2015-11-08 | Handle additional RSN element group ciphers. | Stefan Sperling |
2015-11-08 | Update section and table numbers inside comments in the RSN code to | Stefan Sperling |
2015-11-04 | replace the ifqueues in net80211 with mbuf_queues. | David Gwynne |
2015-10-17 | Spell all "unexpected mode %u" panics in lower case, not just one of them. | Stefan Sperling |
2015-10-12 | the pattr argument to IFQ_ENQUEUE is unused, so let's get rid of it. | David Gwynne |
2015-10-10 | Add macros for A-MPDU and MCS data, both found in HT capabilities element. | Stefan Sperling |
2015-10-05 | Revert if_oqdrops accounting changes done in kernel, per request from mpi@. | Masao Uebayashi |
2015-10-05 | Count IFQ_ENQUEUE() failure as output drop. | Masao Uebayashi |
2015-09-27 | Add ieee80211_channel_init(), factored out from ieee80211_ifattach(). | Stefan Sperling |
2015-09-16 | Make code in ieee80211_send_4way_msg3() more readable and make sure a local | Stefan Sperling |
2015-09-11 | Make room for media types of the future. Extend the ifmedia word to 64 bits. | Stefan Sperling |
2015-07-15 | m_freem() can handle NULL, do not check for this condition beforehands. | Theo de Raadt |
2015-07-14 | In ieee80211.h update references to standard sections to 802.11-2012. | Stefan Sperling |
2015-06-30 | Rename if_output() into if_enqueue() to avoid confusion with comments | Martin Pieuchot |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-05-26 | Use if_output() instead of rerolling it. | Martin Pieuchot |
2015-04-08 | add a #define for IEEE80211_ELEMID_CSA, 802.11h-2003 Channel Switch Announcement | Stuart Henderson |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-09 | tweak the new if_input function so it takes an mbuf_list instead | David Gwynne |
2015-02-08 | Convert wirless devices to if_input(), tested with iwn(4) and urtwn(4). | Martin Pieuchot |
2015-01-27 | remove the second void * argument on tasks. | David Gwynne |
2015-01-13 | In IBSS mode, stop calling the driver's newassoc() each time a probe | Stefan Sperling |
2015-01-09 | Change rssi passed to ifconfig(8) to a signed value to fix printing signal | Stuart Henderson |
2014-12-23 | unifdef some more INET. v4 4life. | Ted Unangst |
2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code | Ted Unangst |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-09-12 | Remove cached 802.11 nodes in IEEE80211_STA_CACHE state (these are nodes | Stuart Henderson |
2014-08-24 | Fix wrong IEEE 802.11 ioctl's: | Vadim Zhukov |
2014-08-08 | use nitems() instead of various local constructs | Jasper Lievisse Adriaanse |
2014-07-24 | Fix debug printf, from Nathanael Rensen and chris@. | Martin Pieuchot |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-11 | move ieee80211 message printing from workq to taskq | Bret Lambert |
2014-07-10 | Return RSN (WPA) information to userland during wireless scan, and | Stefan Sperling |
2014-03-20 | Do not pull <sys/tree.h> unconditionally in <net/if.h>, only the address | Martin Pieuchot |
2014-03-19 | Stop abusing the rcvif pointer to pass wireless nodes down to the | Martin Pieuchot |
2013-12-07 | #if 0 out the ieee80211_edca_table table to appease the LLVM warning. | Brad Smith |
2013-12-01 | Reset txrate array index after changing a node's rate list. | Stefan Sperling |