summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_ioctl.c
AgeCommit message (Expand)Author
2005-05-25add ifconfig -M option to replace wicontrol -L and -l for ap scanningReyk Floeter
2005-04-03remove redundant suser() checksUwe Stuehler
2005-04-02Protect SIOCSIFMTU, too.Uwe Stuehler
2005-04-01Protect more SIOCS* commands with suser() checks.Uwe Stuehler
2005-04-01Fix some ioctl permission checks on the basis of what if_wi.c does.Uwe Stuehler
2005-02-27remove dead code of unsupported ioctls from FreeBSD. we do it in aReyk Floeter
2005-02-17derived from NetBSD:Reyk Floeter
2005-02-15add the manual tx power option. this is supported by some prism2/2.5/3Reyk Floeter
2004-11-25compatibility ioctls for things like "wicontrol ath0 -l" toReyk Floeter
2004-06-28Don't restrict WEP keys to exactly 40 or 108 bits.Todd C. Miller
2004-06-28Enable AP scanning via the WI_RID_PRISM2 ioctl. Now atw(4) can doTodd C. Miller
2004-06-22Import current NetBSD/FreeBSD 802.11 framework.Todd C. Miller