Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/types.h>
#include <linux/wireless.h>
#include <linux/netdevice.h>
#include <linux/io.h>
#include <linux/delay.h>
#include <asm/byteorder.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.
Data Structures | |
struct | mibrec |
Macros | |
#define | MIB_TMP_MAXLEN 200 /* Max length of RID record (in bytes). */ |
#define | F_STA 0x1 /* MIB is supported on stations. */ |
#define | F_READ 0x2 /* MIB may be read. */ |
#define | F_WRITE 0x4 /* MIB may be written. */ |
Functions | |
int | prism2mgmt_mibset_mibget (wlandevice_t *wlandev, void *msgp) |
void | prism2mgmt_pstr2bytestr (hfa384x_bytestr_t *bytestr, p80211pstrd_t *pstr) |
void | prism2mgmt_pstr2bytearea (u8 *bytearea, p80211pstrd_t *pstr) |
void | prism2mgmt_bytestr2pstr (hfa384x_bytestr_t *bytestr, p80211pstrd_t *pstr) |
void | prism2mgmt_bytearea2pstr (u8 *bytearea, p80211pstrd_t *pstr, int len) |
#define F_READ 0x2 /* MIB may be read. */ |
Definition at line 79 of file prism2mib.c.
#define F_STA 0x1 /* MIB is supported on stations. */ |
Definition at line 78 of file prism2mib.c.
#define F_WRITE 0x4 /* MIB may be written. */ |
Definition at line 80 of file prism2mib.c.
Definition at line 76 of file prism2mib.c.
void prism2mgmt_bytearea2pstr | ( | u8 * | bytearea, |
p80211pstrd_t * | pstr, | ||
int | len | ||
) |
Definition at line 828 of file prism2mib.c.
void prism2mgmt_bytestr2pstr | ( | hfa384x_bytestr_t * | bytestr, |
p80211pstrd_t * | pstr | ||
) |
Definition at line 807 of file prism2mib.c.
int prism2mgmt_mibset_mibget | ( | wlandevice_t * | wlandev, |
void * | msgp | ||
) |
Definition at line 260 of file prism2mib.c.
void prism2mgmt_pstr2bytearea | ( | u8 * | bytearea, |
p80211pstrd_t * | pstr | ||
) |
Definition at line 787 of file prism2mib.c.
void prism2mgmt_pstr2bytestr | ( | hfa384x_bytestr_t * | bytestr, |
p80211pstrd_t * | pstr | ||
) |
Definition at line 766 of file prism2mib.c.