Linux Kernel
3.7.1
|
#include <wpan-phy.h>
Public Member Functions | |
char priv[0] | __attribute__ ((__aligned__(NETDEV_ALIGN))) |
Data Fields | |
struct mutex | pib_lock |
u8 | current_channel |
u8 | current_page |
u32 | channels_supported [32] |
u8 | transmit_power |
u8 | cca_mode |
struct device | dev |
int | idx |
struct net_device *(* | add_iface )(struct wpan_phy *phy, const char *name, int type) |
void(* | del_iface )(struct wpan_phy *phy, struct net_device *dev) |
Definition at line 36 of file wpan-phy.h.
char priv [0] __attribute__ | ( | (__aligned__(NETDEV_ALIGN)) | ) |
Definition at line 53 of file wpan-phy.h.
u8 cca_mode |
Definition at line 48 of file wpan-phy.h.
u32 channels_supported[32] |
Definition at line 46 of file wpan-phy.h.
u8 current_channel |
Definition at line 44 of file wpan-phy.h.
u8 current_page |
Definition at line 45 of file wpan-phy.h.
Definition at line 55 of file wpan-phy.h.
Definition at line 50 of file wpan-phy.h.
int idx |
Definition at line 51 of file wpan-phy.h.
Definition at line 37 of file wpan-phy.h.
u8 transmit_power |
Definition at line 47 of file wpan-phy.h.