Searched defs:cfg802154_ops (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/include/net/ |
D | cfg802154.h | 30 struct cfg802154_ops { struct 31 struct net_device * (*add_virtual_intf_deprecated)(struct wpan_phy *wpan_phy, 35 void (*del_virtual_intf_deprecated)(struct wpan_phy *wpan_phy, 37 int (*add_virtual_intf)(struct wpan_phy *wpan_phy, 42 int (*del_virtual_intf)(struct wpan_phy *wpan_phy, 44 int (*set_channel)(struct wpan_phy *wpan_phy, u8 page, u8 channel); 45 int (*set_cca_mode)(struct wpan_phy *wpan_phy, 47 int (*set_pan_id)(struct wpan_phy *wpan_phy, 49 int (*set_short_addr)(struct wpan_phy *wpan_phy, 51 int (*set_backoff_exponent)(struct wpan_phy *wpan_phy, [all …]
|