summaryrefslogtreecommitdiffstats
path: root/sys/net80211 (follow)
Commit message (Expand)AuthorAgeFilesLines
* the pattr argument to IFQ_ENQUEUE is unused, so let's get rid of it.dlg2015-10-121-2/+2
* Add macros for A-MPDU and MCS data, both found in HT capabilities element.stsp2015-10-101-1/+24
* Revert if_oqdrops accounting changes done in kernel, per request from mpi@.uebayasi2015-10-051-3/+2
* Count IFQ_ENQUEUE() failure as output drop.uebayasi2015-10-051-2/+3
* Add ieee80211_channel_init(), factored out from ieee80211_ifattach().stsp2015-09-272-15/+24
* Make code in ieee80211_send_4way_msg3() more readable and make sure a localstsp2015-09-161-9/+11
* Make room for media types of the future. Extend the ifmedia word to 64 bits.stsp2015-09-112-13/+15
* m_freem() can handle NULL, do not check for this condition beforehands.deraadt2015-07-158-34/+21
* In ieee80211.h update references to standard sections to 802.11-2012.stsp2015-07-141-46/+200
* Rename if_output() into if_enqueue() to avoid confusion with commentsmpi2015-06-302-4/+4
* Increment if_ipackets in if_input().mpi2015-06-241-2/+2
* Use if_output() instead of rerolling it.mpi2015-05-262-39/+6
* add a #define for IEEE80211_ELEMID_CSA, 802.11h-2003 Channel Switch Announcementsthen2015-04-081-1/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-148-25/+8
* tweak the new if_input function so it takes an mbuf_list insteaddlg2015-02-091-3/+6
* Convert wirless devices to if_input(), tested with iwn(4) and urtwn(4).mpi2015-02-081-11/+11
* remove the second void * argument on tasks.dlg2015-01-271-4/+4
* In IBSS mode, stop calling the driver's newassoc() each time a probestsp2015-01-131-12/+3
* Change rssi passed to ifconfig(8) to a signed value to fix printing signalsthen2015-01-091-3/+3
* unifdef some more INET. v4 4life.tedu2014-12-2316-52/+16
* move arc4random prototype to systm.h. more appropriate for most codetedu2014-11-185-13/+5
* remove uneeded proc.h includesjsg2014-09-149-18/+9
* Remove cached 802.11 nodes in IEEE80211_STA_CACHE state (these are nodessthen2014-09-123-4/+22
* Fix wrong IEEE 802.11 ioctl's:zhuk2014-08-241-2/+2
* use nitems() instead of various local constructsjasper2014-08-083-21/+10
* Fix debug printf, from Nathanael Rensen and chris@.mpi2014-07-241-2/+3
* Fewer <netinet/in_systm.h> !mpi2014-07-223-6/+3
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-128-23/+23
* move ieee80211 message printing from workq to taskqblambert2014-07-111-13/+16
* Return RSN (WPA) information to userland during wireless scan, andstsp2014-07-103-10/+23
* Do not pull <sys/tree.h> unconditionally in <net/if.h>, only the addressmpi2014-03-201-1/+3
* Stop abusing the rcvif pointer to pass wireless nodes down to thempi2014-03-191-12/+11
* #if 0 out the ieee80211_edca_table table to appease the LLVM warning.brad2013-12-071-1/+3
* Reset txrate array index after changing a node's rate list.stsp2013-12-011-1/+3
* Remove unneeded include.mpi2013-11-217-14/+7
* improve maths and conditionals around ticks to cope with wraparound better.dlg2013-11-141-2/+2
* Replace all ovbcopy with memmove; swap the src and dst arguments tooderaadt2013-06-111-2/+2
* Make ieee80211_set_tim() available from outside of ieee80211_node.cclaudio2013-03-242-3/+3
* Create a printb() suitable string for IEEE80211_FC1 field. Needed to showclaudio2013-01-171-1/+4
* Make the ieee80211_node_incref() macro a static inline function, as itsstsp2012-11-071-9/+14
* Fix DPRINTF() format string treating n->ni_refcnt, which is unsigned, as signed.stsp2012-11-071-2/+2
* Cleanup false positives for uninitialized uses.haesbaert2012-10-121-1/+4
* Clear the powersave flag and purge queued packets when a node leaves the APkettenis2012-10-101-2/+10
* Point an interface directly to its bridgeport configuration, insteadcamield2012-10-051-5/+5
* Nuke M_80211_NODE #define which mapped to M_DEVBUF and use M_DEVBUF directly.stsp2012-09-201-5/+3
* Set up ni_savedq for the initial BSS node such that it can actually be usedkettenis2012-08-251-1/+4
* Fix possible panic while switching from STA mode into hostap/ibss modes.stsp2012-08-171-1/+2
* Print messages about nodes purged from the node cache if hostap/ibss modes arestsp2012-07-181-3/+4
* Move increment of ic_nnodes closer to where the node is actually insertedstsp2012-07-161-3/+26
* Fix a couple of possible node leaks in ieee80211_input().stsp2012-07-161-4/+10