Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ieee802154_mlme_ops Struct Reference

#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)
 

Detailed Description

Definition at line 87 of file ieee802154_netdev.h.

Field Documentation

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.

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.

struct wpan_phy*(* get_phy)(const struct net_device *dev)
read

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.


The documentation for this struct was generated from the following file: