summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* 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
* change ieee80211_sta_join to take an explicit channel instead ofsam2008-10-254-7/+18
* o add support for ifconfig wlanX mode foosam2008-10-251-62/+8
* add debug msgssam2008-10-251-5/+28
* fix associd check for adhoc modesam2008-10-251-18/+13
* ignore IEEE80211_ELEMID_PWRCNSTR when parsing beacon/probe response framessam2008-10-251-0/+1
* add 1/2 and 1/4 channel flags to IEEE80211_CHAN_ALL so that operationssam2008-10-251-0/+1
* add/improve debug msgssam2008-10-253-4/+18
* Revert the removal of the MALLOC and FREE macros from the net80211 code.des2008-10-2314-51/+56
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-2314-56/+51
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-15/+20
* guard against adhoc_pick_channel returning a NULL channel; this cansam2008-09-271-3/+6
* must do a deep copy of mcast packets as they can be modified after dispatchsam2008-09-251-1/+1
* Use db_printsym to lookup and print the function pointers.thompsa2008-09-251-40/+46
* cleanup bss node setup; syncs w/ p4 state that's been in use for monthssam2008-09-221-8/+10
* cleanup after mergesam2008-09-221-1/+0
* Fix handling of shortgi: use the local configuration (and implicitlysam2008-09-223-2/+25
* RIFS support; needs driver callback for dynamic state changesam2008-09-228-8/+54
* MIMO power save support; still needs callbacks for notifying driverssam2008-09-218-6/+88
* Revamp ht ie handling:sam2008-09-214-49/+110
* don't propagate ht bss occupancy changes to legacy vaps;sam2008-09-211-0/+3
* o widen ni_flags as it's going to be full shortlysam2008-09-211-17/+17
* Add current transmit parameters for fixed rate handling so driverssam2008-09-212-0/+46
* change ieee80211_ampdu_stop to take an explicit reason codesam2008-09-212-6/+8
* simplify debug msgsam2008-09-211-3/+2
* Crypto api changes:sam2008-09-214-48/+54
* Cleanup AMPDU handling:sam2008-09-217-62/+78
* Always update ic_lastnonht so we track overlapping legacy bsssam2008-09-211-10/+9
* Cleanup starting seq# for tx ampdu:sam2008-09-213-7/+9
* o fix spelling of EOSPsam2008-09-211-4/+4
* Fix clone destruction, can't use the simple api because that does not removethompsa2008-09-201-1/+1
* make all checks if ni_chw consistentsam2008-09-062-2/+2
* use c99 syntax for initializers; this silencessam2008-09-061-99/+95
OpenPOWER on IntegriCloud