summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_proto.c
Commit message (Expand)AuthorAgeFilesLines
...
* Clarify/fix handling of the current channel:sam2005-08-101-2/+2
* split xmit of probe request frame out into a separate routine thatsam2005-07-221-2/+5
* simplify ieee80211_node_authorize and ieee80211_node_unauthorize api'ssam2005-07-221-1/+1
* simplify rate set api's by removing ic parameter (implicit in node reference)sam2005-07-221-1/+2
* o add IEEE80211_FRAG_DEFAULTsam2005-07-221-5/+1
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and usesam2005-07-221-2/+3
* when operating in ap mode, explicitly drop associated/authenticatedsam2005-07-041-19/+25
* Don't clock the state machine in various cases when roaming is setsam2005-06-071-6/+11
* noop change so RUN->RUN transition isn't considered invalidsam2005-01-241-1/+2
* statically allocate the station/neighbor node table; the deferredsam2005-01-241-12/+3
* when scanning is interrupted reset state so table entries go in the stationsam2005-01-181-1/+3
* bump copyright for 2005sam2004-12-311-1/+1
* do not clear the global key cache when reaching the INIT statesam2004-12-121-1/+0
* Update 802.11 support; too much new functionality to fully describesam2004-12-081-101/+658
* Add a new network interface flag, IFF_NEEDSGIANT, which will allowrwatson2004-07-271-1/+1
* insure basic rate bit is set in derived rate set; thissam2004-04-021-1/+10
* o add support for controlling the power of transmitted framessam2004-03-301-0/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-1/+1
* parameterize locking to improve portability and possiblesam2003-10-171-4/+4
* Correct rate set negotiation when operating as a station: if thesam2003-09-261-2/+11
* o change ieee80211_new_state handling to use a proper method that driverssam2003-07-201-21/+20
* revise copyright notices per discussion with Atsushi Onoe <onoe@sm.sony.co.jp>sam2003-06-271-21/+17
* new 802.11 layer:sam2003-06-231-0/+508
OpenPOWER on IntegriCloud