Lines Matching defs:cfg802154_ops
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,
54 int (*set_max_csma_backoffs)(struct wpan_phy *wpan_phy,
57 int (*set_max_frame_retries)(struct wpan_phy *wpan_phy,
60 int (*set_lbt_mode)(struct wpan_phy *wpan_phy,