NetBSD/sys/net80211
dyoung f2a9708c75 Do not index arrays using enum constants, since enums can be
re-ordered and extended. Instead, use a switch-statement or a
key->value table with appropriate bounds-checking.
2003-10-14 23:13:44 +00:00
..
Makefile Install header files for the new 802.11 layer. 2003-10-13 04:29:31 +00:00
ieee80211.c Do not index arrays using enum constants, since enums can be 2003-10-14 23:13:44 +00:00
ieee80211.h More changes to the new 802.11 layer: 2003-10-13 04:28:35 +00:00
ieee80211_compat.c Make if_printf more nearly match FreeBSD's, and make it compile. 2003-09-23 15:57:25 +00:00
ieee80211_compat.h Make if_printf more nearly match FreeBSD's, and make it compile. 2003-09-23 15:57:25 +00:00
ieee80211_crypto.c More changes following this pattern: 2003-09-23 16:03:46 +00:00
ieee80211_crypto.h Insert RCSIDs. 2003-09-14 01:14:54 +00:00
ieee80211_input.c Add missing pktattr declaration. Should compile w/ ALTQ, now. 2003-10-14 23:02:52 +00:00
ieee80211_ioctl.c Fix PR 23146 (sys/net80211/ intergration break WEP/power management 2003-10-13 20:05:09 +00:00
ieee80211_ioctl.h Revive constant IEEE80211_CHAN_ANY for ioctls. 2003-10-13 04:16:59 +00:00
ieee80211_node.c More changes to the new 802.11 layer: 2003-10-13 04:20:23 +00:00
ieee80211_node.h More changes to the new 802.11 layer: 2003-10-13 04:20:23 +00:00
ieee80211_output.c Even more changes to the new 802.11 layer: 2003-10-13 04:22:55 +00:00
ieee80211_proto.c Add Kevin Lahey's power-saving support from the old 802.11 layer 2003-10-13 04:23:56 +00:00
ieee80211_proto.h Add Kevin Lahey's power-saving support from the old 802.11 layer 2003-10-13 04:23:56 +00:00
ieee80211_radiotap.h Insert RCSIDs. 2003-09-14 01:14:54 +00:00
ieee80211_var.h * Add support for frequency-hopping PHY mode. 2003-10-13 04:27:40 +00:00