#include <linux/if_arp.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/wait.h>
#include <linux/sched.h>
#include <linux/types.h>
#include <linux/wireless.h>
#include <linux/netdevice.h>
#include <linux/delay.h>
#include <linux/io.h>
#include <asm/byteorder.h>
#include <linux/random.h>
#include <linux/usb.h>
#include <linux/bitops.h>
#include "p80211types.h"
#include "p80211hdr.h"
#include "p80211mgmt.h"
#include "p80211conv.h"
#include "p80211msg.h"
#include "p80211netdev.h"
#include "p80211metadef.h"
#include "p80211metastruct.h"
#include "hfa384x.h"
#include "prism2mgmt.h"
Go to the source code of this file.
|
int | prism2mgmt_scan (wlandevice_t *wlandev, void *msgp) |
|
int | prism2mgmt_scan_results (wlandevice_t *wlandev, void *msgp) |
|
int | prism2mgmt_start (wlandevice_t *wlandev, void *msgp) |
|
int | prism2mgmt_readpda (wlandevice_t *wlandev, void *msgp) |
|
int | prism2mgmt_ramdl_state (wlandevice_t *wlandev, void *msgp) |
|
int | prism2mgmt_ramdl_write (wlandevice_t *wlandev, void *msgp) |
|
int | prism2mgmt_flashdl_state (wlandevice_t *wlandev, void *msgp) |
|
int | prism2mgmt_flashdl_write (wlandevice_t *wlandev, void *msgp) |
|
int | prism2mgmt_autojoin (wlandevice_t *wlandev, void *msgp) |
|
int | prism2mgmt_wlansniff (wlandevice_t *wlandev, void *msgp) |
|
#define p80211rate_to_p2bit |
( |
|
n | ) |
|
#define REQBASICRATE |
( |
|
N | ) |
|
Value:
req->basicrate ##
N .data =
item->supprates[(
N)-1]; \
req->basicrate ##
N .status = \
P80211ENUM_msgitem_status_data_ok; \
}
Value:
req->supprate ##
N .data =
item->supprates[(
N)-1]; \
req->supprate ##
N .status = \
P80211ENUM_msgitem_status_data_ok; \
}