aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* When dispatching frames saved on the power save queue to aSam Leffler2007-03-072-13/+38
* add ieee80211_opmode_name array for mapping the opmode to a stringSam Leffler2007-03-073-0/+12
* when starting up an ibss master use a random address forSam Leffler2007-03-071-2/+5
* correct inital bounds check on returning scan results; this does notSam Leffler2007-03-051-1/+1
* correct conversions between TU and ms/ticks; these are not usedSam Leffler2007-03-051-3/+3
* clear/reclaim challenge text when switching auth mode and operating as an apSam Leffler2007-02-041-0/+9
* add IEEE80211_IS_CHAN_PASSIVESam Leffler2007-02-021-0/+2
* Add initial support for 900MHz cards like the Ubiquiti SR9:Sam Leffler2007-01-153-49/+65
* reduce user-visible namespace to just what is neededSam Leffler2007-01-091-0/+2
* bandaid to unbreak build (user code includes this file)Sam Leffler2007-01-091-0/+1
* Fix potential node refcnt leak. If mbufs are q'd on ic_mgtq whenSam Leffler2007-01-083-7/+31
* Correct several issues with rate set negotiation:Sam Leffler2007-01-084-40/+46
* Fix compile error.Matt Jacob2007-01-061-1/+1
* fix declaration / definition mismatch with ieee80211_chan2ieeeKip Macy2007-01-061-1/+1
* o unbreak rate set defaultingSam Leffler2006-12-281-5/+3
* First cut at half/quarter-rate 11a channel support (e.g. for useSam Leffler2006-12-276-52/+121
* Fix packing on the country band descriptor. No real change since thisWarner Losh2006-12-011-1/+1
* back out use of LLC_SNAPFRAMELEN now that sizeof(struct llc) isn'tSam Leffler2006-12-012-4/+4
* sizeof(struct llc) includes padding on arm; use LLC_SNAPFRAMELEN for nowSam Leffler2006-12-012-4/+4
* Default the rate sets for 802.11 operating modes so drivers aren'tSam Leffler2006-11-261-0/+28
* add rate control debug msg bitSam Leffler2006-11-261-0/+1
* device-independent implementation of AMRR tx rate control algorithmSam Leffler2006-11-262-0/+228
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-5/+6
* Now that we have COMPAT_FREEBSD6 officially, use it from opt_compat.h.Ruslan Ermilov2006-09-261-1/+2
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldAndre Oppermann2006-09-172-13/+4
* More statistics fixups:Sam Leffler2006-08-102-18/+76
* minor fixups:Sam Leffler2006-08-102-8/+22
* add per-sta ucast/mcast statsSam Leffler2006-08-101-0/+4
* add support for 802.11 packet injection via bpfSam Leffler2006-07-266-0/+171
* add IEEE80211_IOC_BMISSTHRESHOLD for managing the beacon missSam Leffler2006-07-262-0/+11
* o move min/max beacon interval and dtim period to public locationSam Leffler2006-07-262-7/+24
* correct ie length check; need to include fixed part of ieSam Leffler2006-07-161-4/+4
* power save mode state changes should not require clocking the 802.11Sam Leffler2006-07-161-0/+7
* tighten invariant on loops used to parse ie's; this ensures we neverSam Leffler2006-07-161-4/+4
* remove duplicate ifname in debug msgSam Leffler2006-06-241-2/+1
* Use kern_kldload() and kern_kldunload() to load and unload modules whenJohn Baldwin2006-06-131-7/+2
* Fix the following bpf(4) race condition which can result in a panic:Christian S.J. Peron2006-06-021-4/+4
* Move conditional preprocessing out from the IEEE80211_DPRINTF macroDiomidis Spinellis2006-06-011-14/+8
* Ensure outbound data packets in hostap mode are delivered only toSam Leffler2006-04-281-1/+12
* back out public safety-specific channel number mapping; we can't doSam Leffler2006-04-261-9/+1
* implement set(IEEE80211_IOC_STA_STATS) for hostapd; forSam Leffler2006-03-271-0/+28
* when doing s/w crypto make sure work is done w/ a writable mbuf chain;Sam Leffler2006-03-151-0/+15
* fix switching between agressive and non-agressive wmm modesSam Leffler2006-03-101-2/+2
* use m_dup instead of m_copypacket when doing internal bridgingSam Leffler2006-03-071-1/+1
* deliver an l2uf frame on sta join to prime the bridgeSam Leffler2006-03-061-0/+51
* when scanning channels marked passive defer probe request untilSam Leffler2006-03-065-12/+45
* consolidate calculation of capabilities ieSam Leffler2006-02-251-47/+34
* honor user-specified key index for global key slotsSam Leffler2006-02-211-0/+6
* treat setting the optional ie to a zero-length datum to mean "deleteSam Leffler2006-02-201-7/+17
* o make driver override of net80211 parameter state consistentSam Leffler2006-02-142-5/+4