summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* setup default fixed rates for static turbo and 11n;sam2009-01-291-6/+22
* set ni_txparms for static turbo modesam2009-01-291-6/+11
* setup default rate set for static turbo modesam2009-01-291-0/+1
* add an assert to verify the number of channels returned by ic_getradiocapssam2009-01-281-0/+2
* change null_getradiocaps to return the actual count of channels insteadsam2009-01-281-1/+1
* Extend channel definition with:sam2009-01-271-0/+3
* fix commentsam2009-01-271-1/+1
* Remove assumptions about the max # channels in ioctl's:sam2009-01-272-30/+73
* change ic_getradiocaps driver callback to include the max # channelssam2009-01-273-6/+8
* o add country codes from Atheros regulatory; these are not listed insam2009-01-271-10/+43
* o make %b msg bit defines public (to user apps too)sam2009-01-277-61/+61
* fill in ieee channel #'s and max tx power for drivers that work exclusivelysam2009-01-271-0/+15
* add new state bit to indicate when interference is observed on the channelsam2009-01-271-0/+3
* change IEEE80211_IS_CHAN_OFDM and IEEE80211_IS_CHAN_CCK to return truesam2009-01-271-2/+2
* define IEEE80211_CHAN_108A and IEEE80211_CHAN_108G in terms of theirsam2009-01-271-2/+2
* If the parent up/down task was queued then sync with it before returning fromthompsa2009-01-251-0/+3
* fix regulatory state check for all vaps' being down; it must be donesam2009-01-231-7/+7
* add defines for driver-private bits to eliminate use of constantssam2009-01-231-1/+4
* add missing return that broke WPA1+2 supportsam2009-01-111-0/+1
* TDMA support for long distance point-to-point links using ath devices:sam2009-01-0818-20/+1024
* only mark an infrastructure node to require an associd for xmit; fixes adhocsam2009-01-071-1/+4
* mark discovered neighbors QoS capable if they advertise wmesam2008-12-311-0/+4
* follow prevailing stylesam2008-12-313-3/+3
* convert MALLOC/FREE to malloc/freesam2008-12-1814-51/+51
* fix commentsam2008-12-161-1/+1
* Fix ucastkey teardown for drivers that plumb clear keys or similarsam2008-12-151-1/+1
* remove extraneous ';'sam2008-12-151-1/+1
* Fix definition of IEEE80211_CHAN_MAX; it was defined as 255 butsam2008-12-159-33/+20
* Replace adhoc checks in ieee80211_start with a per-node flag thatsam2008-12-155-17/+19
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* correct sortingsam2008-11-231-1/+1
* convert calls to IFQ_HANDOFF to if_transmitkmacy2008-11-223-3/+3
* Fix checks for fast frames negotiation. ni_ath_flags holds thesam2008-10-304-4/+4
* o use the new association callback to notify the driver when joining a bsssam2008-10-272-2/+11
* o re-enable a lock assertsam2008-10-261-5/+5
* Fix joining an 11b BSS: scanning is normally done using 11g channelssam2008-10-261-17/+72
* New ap-side power save implementation; the main change is to allow driverssam2008-10-268-113/+285
* move decl up before first usesam2008-10-261-1/+1
* introduce M_ENCAP flag to mark packets encapsulated w/ an 802.11 headersam2008-10-262-1/+8
* fix comment that belonged w/ previous commitsam2008-10-261-3/+2
* change ieee80211_send_probereq to supply raw xmit parameters so it cansam2008-10-261-2/+19
* change ieee80211_send_nulldata to send a QoS Null Data frame to asam2008-10-261-14/+51
* o change ieee80211_mgmt_output to take a raw xmit parameters block sosam2008-10-264-30/+45
* fix old merge botch that causes gaps in the tx seq# space for QoS framessam2008-10-261-1/+0
* Sync BAR frame handling with out of tree work:sam2008-10-253-56/+190
* set erp flag and tx parameter state when joining a bss; this allowssam2008-10-251-0/+3
* honor IEEE80211_CLONE_NOBEACONS for type of vap, not just a sta mode vapsam2008-10-251-5/+3
* improve inactivity handling debug supportsam2008-10-251-5/+29
* use a private mgt frame recv handler for ahdemo mode instead of an inlinesam2008-10-251-4/+24
* expand captured ie's before calling match_bss so they can potentiallysam2008-10-251-1/+1
OpenPOWER on IntegriCloud