Linux Kernel
3.7.1
|
#include <ieee802154_netdev.h>
Data Fields | |
int(* | assoc_req )(struct net_device *dev, struct ieee802154_addr *addr, u8 channel, u8 page, u8 cap) |
int(* | assoc_resp )(struct net_device *dev, struct ieee802154_addr *addr, u16 short_addr, u8 status) |
int(* | disassoc_req )(struct net_device *dev, struct ieee802154_addr *addr, u8 reason) |
int(* | start_req )(struct net_device *dev, struct ieee802154_addr *addr, u8 channel, u8 page, u8 bcn_ord, u8 sf_ord, u8 pan_coord, u8 blx, u8 coord_realign) |
int(* | scan_req )(struct net_device *dev, u8 type, u32 channels, u8 page, u8 duration) |
struct wpan_phy *(* | get_phy )(const struct net_device *dev) |
u16(* | get_pan_id )(const struct net_device *dev) |
u16(* | get_short_addr )(const struct net_device *dev) |
u8(* | get_dsn )(const struct net_device *dev) |
u8(* | get_bsn )(const struct net_device *dev) |
Definition at line 87 of file ieee802154_netdev.h.
Definition at line 88 of file ieee802154_netdev.h.
int(* assoc_resp)(struct net_device *dev, struct ieee802154_addr *addr, u16 short_addr, u8 status) |
Definition at line 91 of file ieee802154_netdev.h.
int(* disassoc_req)(struct net_device *dev, struct ieee802154_addr *addr, u8 reason) |
Definition at line 94 of file ieee802154_netdev.h.
u8(* get_bsn)(const struct net_device *dev) |
Definition at line 113 of file ieee802154_netdev.h.
u8(* get_dsn)(const struct net_device *dev) |
Definition at line 112 of file ieee802154_netdev.h.
u16(* get_pan_id)(const struct net_device *dev) |
Definition at line 110 of file ieee802154_netdev.h.
Definition at line 104 of file ieee802154_netdev.h.
u16(* get_short_addr)(const struct net_device *dev) |
Definition at line 111 of file ieee802154_netdev.h.
Definition at line 101 of file ieee802154_netdev.h.
int(* start_req)(struct net_device *dev, struct ieee802154_addr *addr, u8 channel, u8 page, u8 bcn_ord, u8 sf_ord, u8 pan_coord, u8 blx, u8 coord_realign) |
Definition at line 97 of file ieee802154_netdev.h.