aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* - Introduce IEEE80211_KEY_NOREPLAY, a per-key flag to ignore replayBernhard Schmidt2010-07-013-17/+7
* Remove GNU-style struct initialization.Ed Schouten2010-06-121-6/+6
* Fixing compilation bustage by adding the missing && back.Tai-hwa Liang2010-06-111-1/+1
* Some odd APs send beacons on the same TX queue as non-beacons. This breaksRui Paulo2010-06-101-1/+1
* Add missing braces.Rui Paulo2010-06-101-1/+2
* Fix resource leaks in ieee80211_ioctl_setchanlist() in case of error.Rui Paulo2010-06-011-2/+6
* Compare the address of the array, not the array.Rui Paulo2010-06-011-1/+1
* Don't reference null pointer in hwmp_recv_preq().Rui Paulo2010-06-011-0/+3
* Properly initialize stack variable sr in setmlme_assoc_adhoc().Rui Paulo2010-06-011-0/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-2/+2
* Decrement rxa_pad due to the addition of rxa_private.Rui Paulo2010-04-291-1/+1
* Add a private field to struct ieee80211_rx_ampdu do hold driver specificRui Paulo2010-04-281-0/+1
* Add ic_rxstream and ic_txstream. These variables hold the number of RXRui Paulo2010-04-281-1/+2
* When in the RUN -> AUTH -> RUN FSM transition happens, we'll call theRui Paulo2010-04-282-17/+21
* Fix typo. No functional change.Rui Paulo2010-04-281-1/+1
* Make this code a little more portable by wrapping the mtx calls intoRui Paulo2010-04-142-23/+33
* Add WPA-None support:Bernhard Schmidt2010-04-103-62/+122
* Use M_NOWAIT instead of M_WAITOK to avoid race conditions.Rui Paulo2010-04-092-13/+28
* Swap IEEE80211_RATECTL_TX_SUCCESS/IEEE80211_RATECTL_TX_FAILURE.Rui Paulo2010-04-091-2/+2
* Prevent foot-shooting in ieee80211_ratectl_node_deinit().Rui Paulo2010-04-081-0/+2
* Fix build.Rui Paulo2010-04-071-1/+1
* net80211 rate control framework (net80211 ratectl).Rui Paulo2010-04-0711-138/+423
* Constify vap argument of ieee80211_{note,discard}* functions.Rui Paulo2010-03-312-13/+14
* Add a comment explaining the previous commit.Rui Paulo2010-03-281-0/+5
* When receiving a management frame, pass the mbuf to bpf before callingRui Paulo2010-03-231-0/+3
* Add a new field for extended HT capabilities.Rui Paulo2010-03-233-3/+16
* Unbreak build by removing a code bit that is only related to other codeRui Paulo2010-03-181-1/+1
* Fix a couple of bugs with 802.11n:Rui Paulo2010-03-184-25/+90
* fixes a broken software beacon miss handler. There is a race to checkWeongyo Jeong2010-03-143-2/+4
* Ensure that tkip_mixing_phase1() is called after a rekeying event whenBernhard Schmidt2010-02-081-0/+1
* Revert unwanted changes in revision 203422.Rui Paulo2010-02-061-3/+3
* Avoid a null pointer deref when parsing the meshid.Rui Paulo2010-02-031-3/+4
* When taking the AMPDU reorder fastpath, need_tap wasn't beingRui Paulo2010-02-035-11/+7
* Call ieee80211_radiotap_rx, not ieee80211_radiotap_tx on sta_input()Rui Paulo2010-01-251-1/+1
* While flushing the multicast filter of an interface, do not zero the relevantShteryana Shopova2010-01-241-2/+5
* Use the iflladdr_event event to keep the mac address on the vap in sync withAndrew Thompson2010-01-193-1/+40
* Fix bugs introduced in previous commit: off-by-one in add_meshconf() andRui Paulo2010-01-141-2/+4
* Update mesh code to to D4.0.Rui Paulo2010-01-122-5/+8
* Fix #ifdefs so that GCC 4.4 doesn't complain about it.Edward Tomasz Napierala2010-01-081-3/+3
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-1/+1
* Fix typo in commentRui Paulo2009-12-081-1/+1
* Remove trailing ";" in struct ieee80211_beacon_offsets declarationAntoine Brodin2009-11-111-1/+1
* Fix off by one in ieee80211_send_action_registerAntoine Brodin2009-11-111-1/+1
* The isr_intval in ieee80211req_scan_result structure should be 16 bit.Rui Paulo2009-11-091-1/+1
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setJohn Baldwin2009-11-061-1/+0
* Update the route's sequence number upon receiving a RANN.Rui Paulo2009-10-291-9/+12
* The draft spec doesn't say beacon frames need to have a wildcard BSSID,Rui Paulo2009-10-231-7/+1
* Initialize rann_flags properly.Rui Paulo2009-10-221-0/+1
* Don't call the newstate callback as that's dangerous. Rely no ENETRESETRui Paulo2009-10-211-4/+0
* Fix a bug in composing PERR frames introduced by latest draft update.Rui Paulo2009-10-191-1/+2