Lines Matching defs:ieee80211_ops
3881 struct ieee80211_ops { struct
3882 void (*tx)(struct ieee80211_hw *hw,
3885 int (*start)(struct ieee80211_hw *hw);
3886 void (*stop)(struct ieee80211_hw *hw);
3888 int (*suspend)(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan);
3889 int (*resume)(struct ieee80211_hw *hw);
3890 void (*set_wakeup)(struct ieee80211_hw *hw, bool enabled);
3892 int (*add_interface)(struct ieee80211_hw *hw,
3894 int (*change_interface)(struct ieee80211_hw *hw,
3897 void (*remove_interface)(struct ieee80211_hw *hw,
3899 int (*config)(struct ieee80211_hw *hw, u32 changed);
3900 void (*bss_info_changed)(struct ieee80211_hw *hw,
3905 int (*start_ap)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
3906 void (*stop_ap)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
3908 u64 (*prepare_multicast)(struct ieee80211_hw *hw,
3910 void (*configure_filter)(struct ieee80211_hw *hw,
3914 void (*config_iface_filter)(struct ieee80211_hw *hw,
3918 int (*set_tim)(struct ieee80211_hw *hw, struct ieee80211_sta *sta,
3920 int (*set_key)(struct ieee80211_hw *hw, enum set_key_cmd cmd,
3923 void (*update_tkip_key)(struct ieee80211_hw *hw,
3928 void (*set_rekey_data)(struct ieee80211_hw *hw,
3931 void (*set_default_unicast_key)(struct ieee80211_hw *hw,
3933 int (*hw_scan)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3935 void (*cancel_hw_scan)(struct ieee80211_hw *hw,
3937 int (*sched_scan_start)(struct ieee80211_hw *hw,
3941 int (*sched_scan_stop)(struct ieee80211_hw *hw,
3943 void (*sw_scan_start)(struct ieee80211_hw *hw,
3946 void (*sw_scan_complete)(struct ieee80211_hw *hw,
3948 int (*get_stats)(struct ieee80211_hw *hw,
3950 void (*get_key_seq)(struct ieee80211_hw *hw,
3953 int (*set_frag_threshold)(struct ieee80211_hw *hw, u32 value);
3954 int (*set_rts_threshold)(struct ieee80211_hw *hw, u32 value);
3955 int (*sta_add)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3957 int (*sta_remove)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3960 void (*sta_add_debugfs)(struct ieee80211_hw *hw,
3965 void (*sta_notify)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3967 int (*sta_set_txpwr)(struct ieee80211_hw *hw,
3970 int (*sta_state)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3974 void (*sta_pre_rcu_remove)(struct ieee80211_hw *hw,
3977 void (*sta_rc_update)(struct ieee80211_hw *hw,
3981 void (*sta_rate_tbl_update)(struct ieee80211_hw *hw,
3984 void (*sta_statistics)(struct ieee80211_hw *hw,
3988 int (*conf_tx)(struct ieee80211_hw *hw,
3991 u64 (*get_tsf)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
3992 void (*set_tsf)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3994 void (*offset_tsf)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3996 void (*reset_tsf)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
3997 int (*tx_last_beacon)(struct ieee80211_hw *hw);
4030 int (*ampdu_action)(struct ieee80211_hw *hw,
4033 int (*get_survey)(struct ieee80211_hw *hw, int idx,
4035 void (*rfkill_poll)(struct ieee80211_hw *hw);
4036 void (*set_coverage_class)(struct ieee80211_hw *hw, s16 coverage_class);
4038 int (*testmode_cmd)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4040 int (*testmode_dump)(struct ieee80211_hw *hw, struct sk_buff *skb,
4044 void (*flush)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4046 void (*channel_switch)(struct ieee80211_hw *hw,
4049 int (*set_antenna)(struct ieee80211_hw *hw, u32 tx_ant, u32 rx_ant);
4050 int (*get_antenna)(struct ieee80211_hw *hw, u32 *tx_ant, u32 *rx_ant);
4052 int (*remain_on_channel)(struct ieee80211_hw *hw,
4057 int (*cancel_remain_on_channel)(struct ieee80211_hw *hw,
4059 int (*set_ringparam)(struct ieee80211_hw *hw, u32 tx, u32 rx);
4060 void (*get_ringparam)(struct ieee80211_hw *hw,
4062 bool (*tx_frames_pending)(struct ieee80211_hw *hw);
4063 int (*set_bitrate_mask)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4065 void (*event_callback)(struct ieee80211_hw *hw,
4069 void (*allow_buffered_frames)(struct ieee80211_hw *hw,
4074 void (*release_buffered_frames)(struct ieee80211_hw *hw,
4080 int (*get_et_sset_count)(struct ieee80211_hw *hw,
4082 void (*get_et_stats)(struct ieee80211_hw *hw,
4085 void (*get_et_strings)(struct ieee80211_hw *hw,
4089 void (*mgd_prepare_tx)(struct ieee80211_hw *hw,
4093 void (*mgd_protect_tdls_discover)(struct ieee80211_hw *hw,
4096 int (*add_chanctx)(struct ieee80211_hw *hw,
4098 void (*remove_chanctx)(struct ieee80211_hw *hw,
4100 void (*change_chanctx)(struct ieee80211_hw *hw,
4103 int (*assign_vif_chanctx)(struct ieee80211_hw *hw,
4106 void (*unassign_vif_chanctx)(struct ieee80211_hw *hw,
4109 int (*switch_vif_chanctx)(struct ieee80211_hw *hw,
4114 void (*reconfig_complete)(struct ieee80211_hw *hw,
4118 void (*ipv6_addr_change)(struct ieee80211_hw *hw,
4122 void (*channel_switch_beacon)(struct ieee80211_hw *hw,
4125 int (*pre_channel_switch)(struct ieee80211_hw *hw,
4129 int (*post_channel_switch)(struct ieee80211_hw *hw,
4131 void (*abort_channel_switch)(struct ieee80211_hw *hw,
4133 void (*channel_switch_rx_beacon)(struct ieee80211_hw *hw,
4137 int (*join_ibss)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
4138 void (*leave_ibss)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
4139 u32 (*get_expected_throughput)(struct ieee80211_hw *hw,
4141 int (*get_txpower)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4144 int (*tdls_channel_switch)(struct ieee80211_hw *hw,
4149 void (*tdls_cancel_channel_switch)(struct ieee80211_hw *hw,
4152 void (*tdls_recv_channel_switch)(struct ieee80211_hw *hw,
4156 void (*wake_tx_queue)(struct ieee80211_hw *hw,
4158 void (*sync_rx_queues)(struct ieee80211_hw *hw);
4160 int (*start_nan)(struct ieee80211_hw *hw,
4163 int (*stop_nan)(struct ieee80211_hw *hw,
4165 int (*nan_change_conf)(struct ieee80211_hw *hw,
4168 int (*add_nan_func)(struct ieee80211_hw *hw,
4171 void (*del_nan_func)(struct ieee80211_hw *hw,
4174 bool (*can_aggregate_in_amsdu)(struct ieee80211_hw *hw,
4177 int (*get_ftm_responder_stats)(struct ieee80211_hw *hw,
4180 int (*start_pmsr)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4182 void (*abort_pmsr)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4184 int (*set_tid_config)(struct ieee80211_hw *hw,
4188 int (*reset_tid_config)(struct ieee80211_hw *hw,
4214 const struct ieee80211_ops *ops, argument