Lines Matching defs:cfg802154_ops

35 struct cfg802154_ops {  struct
36 struct net_device * (*add_virtual_intf_deprecated)(struct wpan_phy *wpan_phy,
40 void (*del_virtual_intf_deprecated)(struct wpan_phy *wpan_phy,
42 int (*suspend)(struct wpan_phy *wpan_phy);
43 int (*resume)(struct wpan_phy *wpan_phy);
44 int (*add_virtual_intf)(struct wpan_phy *wpan_phy,
49 int (*del_virtual_intf)(struct wpan_phy *wpan_phy,
51 int (*set_channel)(struct wpan_phy *wpan_phy, u8 page, u8 channel);
52 int (*set_cca_mode)(struct wpan_phy *wpan_phy,
54 int (*set_cca_ed_level)(struct wpan_phy *wpan_phy, s32 ed_level);
55 int (*set_tx_power)(struct wpan_phy *wpan_phy, s32 power);
56 int (*set_pan_id)(struct wpan_phy *wpan_phy,
58 int (*set_short_addr)(struct wpan_phy *wpan_phy,
60 int (*set_backoff_exponent)(struct wpan_phy *wpan_phy,
63 int (*set_max_csma_backoffs)(struct wpan_phy *wpan_phy,
66 int (*set_max_frame_retries)(struct wpan_phy *wpan_phy,
69 int (*set_lbt_mode)(struct wpan_phy *wpan_phy,
71 int (*set_ackreq_default)(struct wpan_phy *wpan_phy,
73 int (*trigger_scan)(struct wpan_phy *wpan_phy,
75 int (*abort_scan)(struct wpan_phy *wpan_phy,
77 int (*send_beacons)(struct wpan_phy *wpan_phy,
79 int (*stop_beacons)(struct wpan_phy *wpan_phy,
81 int (*associate)(struct wpan_phy *wpan_phy,
84 int (*disassociate)(struct wpan_phy *wpan_phy,
88 void (*get_llsec_table)(struct wpan_phy *wpan_phy,
91 void (*lock_llsec_table)(struct wpan_phy *wpan_phy,
93 void (*unlock_llsec_table)(struct wpan_phy *wpan_phy,
98 int (*get_llsec_params)(struct wpan_phy *wpan_phy,
101 int (*set_llsec_params)(struct wpan_phy *wpan_phy,
105 int (*add_llsec_key)(struct wpan_phy *wpan_phy,
109 int (*del_llsec_key)(struct wpan_phy *wpan_phy,
112 int (*add_seclevel)(struct wpan_phy *wpan_phy,
115 int (*del_seclevel)(struct wpan_phy *wpan_phy,
118 int (*add_device)(struct wpan_phy *wpan_phy,
121 int (*del_device)(struct wpan_phy *wpan_phy,
123 int (*add_devkey)(struct wpan_phy *wpan_phy,
127 int (*del_devkey)(struct wpan_phy *wpan_phy,