| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch around the order of static inline to be in line with how it's | adrian | 2015-01-11 | 1 | -6/+6 |
* | Global-ify channel_type() - this fixes non-debug net80211 builds. | adrian | 2015-01-06 | 4 | -48/+26 |
* | Refactor and split out the net80211 software scan engine from the rest | adrian | 2015-01-06 | 4 | -625/+1045 |
* | To ease changes to underlying mbuf structure and the mbuf allocator, reduce | rwatson | 2015-01-05 | 1 | -1/+1 |
* | Update ieee80211_sta_tim_notify() to do double duty - handle STA sleep | adrian | 2014-12-21 | 1 | -1/+20 |
* | Break out the unicast/multicast TIM bit setting into "set something | adrian | 2014-12-21 | 1 | -5/+28 |
* | Add more debugging to try and track down this scan hang nonsense. | adrian | 2014-12-21 | 1 | -1/+21 |
* | Add some more debugging to the scan cancel methods - I'd like to see | adrian | 2014-12-20 | 1 | -0/+14 |
* | Document where in scan_task the scan state can change, and potentially | adrian | 2014-12-20 | 1 | -2/+21 |
* | Make ieee80211_add_ssid() public. | adrian | 2014-12-19 | 2 | -1/+2 |
* | Fix the scan handling for 11b->11g upgrades in a world where, well, | adrian | 2014-12-18 | 1 | -4/+6 |
* | Fix multiple incorrect SYSCTL arguments in the kernel: | hselasky | 2014-10-21 | 4 | -5/+5 |
* | Mechanically convert to if_inc_counter(). | glebius | 2014-09-19 | 10 | -32/+33 |
* | After much toying around with this AMRR initial rate stuff, | adrian | 2014-08-20 | 1 | -2/+3 |
* | Undo r195846 for now - allow raw frame transmit in monitor mode. | adrian | 2014-08-10 | 1 | -9/+3 |
* | Use logical rather than bitwise OR in if() expression. | ian | 2014-04-26 | 1 | -1/+1 |
* | Add a SLEEP->SCAN transition. Without this a disassociate or scan | adrian | 2014-04-25 | 1 | -9/+8 |
* | Modify the ioctl path to support querying things if the vap state is | adrian | 2014-04-24 | 1 | -7/+7 |
* | Begin fleshing out support for net80211 provided (legacy) sleep management. | adrian | 2014-04-24 | 3 | -5/+132 |
* | Add a capability to indicate that the net80211 stack should be doing | adrian | 2014-04-24 | 1 | -0/+1 |
* | Allow frames to be transmitted in either RUN or SLEEP state | adrian | 2014-04-23 | 1 | -10/+25 |
* | Allow the state of the interface to be "up" if the VAP is in SLEEP state. | adrian | 2014-04-23 | 1 | -1/+2 |
* | Remove IPX support. | glebius | 2014-03-14 | 1 | -24/+0 |
* | Another round of removing historical mbuf(9) allocator flags. | glebius | 2014-01-16 | 1 | -1/+1 |
* | Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED. | kevlo | 2014-01-08 | 8 | -19/+19 |
* | Make sure any waiters on the scan results get notified if the scan task | adrian | 2013-11-29 | 1 | -0/+1 |
* | Fix typo in comment. | rpaulo | 2013-11-29 | 1 | -1/+1 |
* | Fix AMRR to correctly select the initial rate. | adrian | 2013-11-09 | 1 | -5/+5 |
* | Don't return ENOBUFS if the transmit path handles the frame but queues it (eg... | adrian | 2013-11-06 | 1 | -4/+8 |
* | Don't treat the node as an 11n node if 11n rates are disabled. | adrian | 2013-10-31 | 1 | -0/+8 |
* | - Provide necessary includes, that before came via if.h pollution. | glebius | 2013-10-28 | 2 | -5/+4 |
* | Include necessary headers that now are available due to pollution | glebius | 2013-10-28 | 5 | -0/+8 |
* | Provide includes that are needed in these files, and before were read | glebius | 2013-10-26 | 3 | -0/+10 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 23 | -0/+24 |
* | Fix a use-after-free node reference issue when waiting for a return | adrian | 2013-10-24 | 3 | -8/+24 |
* | Fix the "am I a net80211 vap" check for bpf listeners. | adrian | 2013-10-10 | 1 | -2/+2 |
* | Create a new function to complete 802.11 mbuf transmission. | adrian | 2013-08-27 | 2 | -0/+33 |
* | Migrate the ff_encap1() routine out into the normal output code. | adrian | 2013-08-26 | 3 | -39/+42 |
* | Add in some backwards compatability hacks to make -HEAD net80211 compile | adrian | 2013-08-22 | 3 | -0/+27 |
* | Reorder the mbuf defines to make more sense and group related flags | andre | 2013-08-19 | 1 | -8/+5 |
* | Migrate the net80211 protocol specific use of M_FRAG, M_FIRSTFRAG and | andre | 2013-08-19 | 1 | -2/+5 |
* | Add m_clrprotoflags() to clear protocol specific mbuf flags at up and | andre | 2013-08-19 | 2 | -2/+4 |
* | Don't return ENOTSUPP here - the net80211 pluggable ioctl API will treat | adrian | 2013-08-18 | 1 | -2/+2 |
* | Return the correct status if ieee80211_ff_check() consumes the mbuf. | adrian | 2013-08-18 | 1 | -2/+1 |
* | Replace the homegrown implementation of nitems() with calls to nitems() | rpaulo | 2013-08-14 | 6 | -56/+37 |
* | Blank m_nextpkt before passing it up. | adrian | 2013-08-12 | 1 | -0/+1 |
* | When flushing packets from the powersave queue, make sure that | adrian | 2013-08-12 | 1 | -0/+1 |
* | Add in missing m_free()'s during error conditions. | adrian | 2013-08-10 | 1 | -0/+6 |
* | Convert net80211 over to using if_transmit for the dispatch from the | adrian | 2013-08-08 | 12 | -61/+54 |
* | Allow net80211 to compile on stable/9 and stable/8. | adrian | 2013-08-07 | 4 | -0/+22 |