aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_ieee80211.h
Commit message (Collapse)AuthorAgeFilesLines
* Add two more IEEE80211 defines for status.Warner Losh2002-04-111-0/+2
| | | | Notes: svn path=/head/; revision=94398
* Currently, each wireless networking driver has it's own control programPoul-Henning Kamp2001-05-261-0/+39
| | | | | | | | | | | | | | | despite the fact that most people want to set exactly the same settings regardless of which card they have. It has been repeatidly suggested that this configuration should be done via ifconfig. This patch implements the required functionality in ifconfig and add support to the wi and an drivers. It also provides partial, untested support for the awi driver. PR: 25577 Submitted by: Brooks Davis <brooks@one-eyed-alien.net> Notes: svn path=/head/; revision=77217
* Add a couple more codes for upcoming raylink driver additions.Duncan Barclay2001-05-171-9/+70
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=76762
* Add some additional message types for coming raylan driver from DuncanWarner Losh2000-10-301-0/+35
| | | | | | | Barclay. Notes: svn path=/head/; revision=67927
* Change the argument for SIOCG80211NWID/SIOCS80211NWID to include theAtsushi Onoe2000-08-141-3/+25
| | | | | | | | | | length of NWID. This breaks binary compatibility but only the awi driver refers this ioctl; no userland tools refers it. Add WEP stuff. Obtained from: NetBSD current Notes: svn path=/head/; revision=64639
* Awi driver, ported from NetBSD from Atsushi Once-san.Warner Losh2000-04-061-0/+114
From the README: Any IEEE 802.11 cards use AMD Am79C930 and Harris (Intersil) Chipset with PCnetMobile firmware by AMD. BayStack 650 1Mbps Frequency Hopping PCCARD adapter BayStack 660 2Mbps Direct Sequence PCCARD adapter Icom SL-200 2Mbps Direct Sequence PCCARD adapter Melco WLI-PCM 2Mbps Direct Sequence PCCARD adapter NEL SSMagic 2Mbps Direct Sequence PCCARD adapter Netwave AirSurfer Plus 1Mbps Frequency Hopping PCCARD adapter Netwave AirSurfer Pro 2Mbps Direct Sequence PCCARD adapter Known Problems: WEP is not supported. Does not create IBSS itself. Cannot configure the following on FreeBSD: selection of infrastructure/adhoc mode ESSID ... Submitted by: Atsushi Onoe <onoe@sm.sony.co.jp> Notes: svn path=/head/; revision=59058