#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/if_ether.h>
#include <linux/skbuff.h>
#include <linux/if_arp.h>
#include <linux/etherdevice.h>
#include <linux/rtnetlink.h>
#include <net/mac80211.h>
#include "ieee80211_i.h"
#include "driver-ops.h"
#include "rate.h"
Go to the source code of this file.
#define IEEE80211_IBSS_INACTIVITY_LIMIT (60 * HZ) |
#define IEEE80211_IBSS_JOIN_TIMEOUT (7 * HZ) |
#define IEEE80211_IBSS_MAX_STA_ENTRIES 128 |
#define IEEE80211_IBSS_MERGE_INTERVAL (30 * HZ) |
#define IEEE80211_SCAN_INTERVAL (2 * HZ) |
#define IEEE80211_SCAN_INTERVAL_SLOW (15 * HZ) |