madwifi/net80211
mtaylor 80c58504d7 This patch cleans up the VAP creation API.
The need to use software instead of hardware for beacon timers in AP+STA mode (aka nosbeacon) is now just determined in software, as we always knew whether or not to enable this.

The confusing bssid and -bssid parameters are now deprecated.

The "uniquebssid" flag is equivalent to "bssid" and can be used to force IEEE80211_CLONE_BSSID flag.  If this is not specified, then the BSSID used will be the next unused BSSID in the sequence, which could very well be the parent device's MAC address.

"uniquebssid" equates directly to IEEE80211_CLONE_BSSID" flag therefore.



git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3476 0192ed92-7a03-0410-a25b-9323aeb14dbd
2008-04-09 03:24:05 +00:00
..
_ieee80211.h Move channel non-occupancy limits out of ieee80211_channel structure to 2008-01-18 21:25:05 +00:00
ieee80211_acl.c Eliminate ether_sprintf in favor of new MAC_FMT and MAC_ADDR macros (which are faster and thread safe). 2008-01-25 22:49:48 +00:00
ieee80211_beacon.c Formatting 2008-01-27 05:48:23 +00:00
ieee80211_crypto_ccmp.c Cleanup up de-MIC failure (in hardware) handling. Apparently, HW sometimes gets this wrong and spuriusly fails valid packets. In all cases, the packets are dropped, but we do extra processing to record statistics correctly. 2008-02-04 00:16:24 +00:00
ieee80211_crypto_none.c Cleanup up de-MIC failure (in hardware) handling. Apparently, HW sometimes gets this wrong and spuriusly fails valid packets. In all cases, the packets are dropped, but we do extra processing to record statistics correctly. 2008-02-04 00:16:24 +00:00
ieee80211_crypto_tkip.c Cleanup up de-MIC failure (in hardware) handling. Apparently, HW sometimes gets this wrong and spuriusly fails valid packets. In all cases, the packets are dropped, but we do extra processing to record statistics correctly. 2008-02-04 00:16:24 +00:00
ieee80211_crypto_wep.c Cleanup up de-MIC failure (in hardware) handling. Apparently, HW sometimes gets this wrong and spuriusly fails valid packets. In all cases, the packets are dropped, but we do extra processing to record statistics correctly. 2008-02-04 00:16:24 +00:00
ieee80211_crypto.c Merge madwifi-dfs branch to trunk. 2008-01-26 20:48:11 +00:00
ieee80211_crypto.h Cleanup up de-MIC failure (in hardware) handling. Apparently, HW sometimes gets this wrong and spuriusly fails valid packets. In all cases, the packets are dropped, but we do extra processing to record statistics correctly. 2008-02-04 00:16:24 +00:00
ieee80211_debug.h Fix compilation when there is no debugging 2008-01-28 23:35:29 +00:00
ieee80211_input.c Arbitrary whitespace cleanups 2008-02-25 15:51:38 +00:00
ieee80211_ioctl.h This patch cleans up the VAP creation API. 2008-04-09 03:24:05 +00:00
ieee80211_linux.c Some cleaning. Mostly cosmetic, but: 2008-04-06 03:02:25 +00:00
ieee80211_linux.h Restore the evil printf macro I accidentally damaged 2008-01-26 20:56:20 +00:00
ieee80211_monitor.c Correct pointer arithmetic in the SKB CB. 2008-02-05 06:22:32 +00:00
ieee80211_monitor.h Stop writing a bogus IEEE80211_RADIOTAP_DBM_TX_POWER field. 2007-12-10 23:13:33 +00:00
ieee80211_node.c Reduce the maximum message length for node 2008-01-30 19:26:13 +00:00
ieee80211_node.h Merge madwifi-dfs branch to trunk. 2008-01-26 20:48:11 +00:00
ieee80211_output.c Arbitrary whitespace cleanups 2008-02-25 15:51:38 +00:00
ieee80211_power.c Only have the Station PS handling routine run when we are actually in Station mode. This probably only affects IBSS. 2008-02-06 21:29:06 +00:00
ieee80211_power.h Have net80211 hard_start functions return NETDEV_TX_* codes; tidy some headers in the process. 2007-12-23 20:11:05 +00:00
ieee80211_proto.c Merge -dfs to trunk - r3366 2008-03-01 07:59:04 +00:00
ieee80211_proto.h Cleanup up de-MIC failure (in hardware) handling. Apparently, HW sometimes gets this wrong and spuriusly fails valid packets. In all cases, the packets are dropped, but we do extra processing to record statistics correctly. 2008-02-04 00:16:24 +00:00
ieee80211_radiotap.h Restructuring the repository layout in response to ath5k. 2007-10-04 13:07:51 +00:00
ieee80211_rate.c Restructuring the repository layout in response to ath5k. 2007-10-04 13:07:51 +00:00
ieee80211_rate.h Restructuring the repository layout in response to ath5k. 2007-10-04 13:07:51 +00:00
ieee80211_scan_ap.c Fix compilation on kernels prior to Linux 2.6.11 2008-03-27 22:32:08 +00:00
ieee80211_scan_sta.c Merge madwifi-dfs branch to trunk. 2008-01-26 20:48:11 +00:00
ieee80211_scan.c Only have the Station PS handling routine run when we are actually in Station mode. This probably only affects IBSS. 2008-02-06 21:29:06 +00:00
ieee80211_scan.h Restructuring the repository layout in response to ath5k. 2007-10-04 13:07:51 +00:00
ieee80211_skb.c Merge madwifi-dfs branch to trunk. 2008-01-26 20:48:11 +00:00
ieee80211_skb.h Arbitrary whitespace cleanups 2008-02-25 15:51:38 +00:00
ieee80211_var.h Merge -dfs to trunk - r3366 2008-03-01 07:59:04 +00:00
ieee80211_wireless.c Change all broadcast address/SSID checks in ieee80211_wireless.c to use the same method. 2008-03-26 01:25:12 +00:00
ieee80211_xauth.c Restructuring the repository layout in response to ath5k. 2007-10-04 13:07:51 +00:00
ieee80211.c This patch cleans up the VAP creation API. 2008-04-09 03:24:05 +00:00
ieee80211.h Merge madwifi-dfs branch to trunk. 2008-01-26 20:48:11 +00:00
if_athproto.h Support for setting default VAP debug flags at module load time, so you can 2007-11-21 10:45:58 +00:00
if_ethersubr.h Restructuring the repository layout in response to ath5k. 2007-10-04 13:07:51 +00:00
if_llc.h Restructuring the repository layout in response to ath5k. 2007-10-04 13:07:51 +00:00
if_media.c Merge madwifi-dfs branch to trunk. 2008-01-26 20:48:11 +00:00
if_media.h Merge some whitespace changes from the DFS branch 2007-11-20 17:18:36 +00:00
Makefile Remove long lingering references to wlan_auth and wlan_radius. 2007-12-19 23:46:41 +00:00
Makefile.kernel Remove long lingering references to wlan_auth and wlan_radius. 2007-12-19 23:46:41 +00:00