Lines Matching defs:ieee80211_ops
3756 struct ieee80211_ops { struct
3757 void (*tx)(struct ieee80211_hw *hw,
3760 int (*start)(struct ieee80211_hw *hw);
3761 void (*stop)(struct ieee80211_hw *hw);
3763 int (*suspend)(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan);
3764 int (*resume)(struct ieee80211_hw *hw);
3765 void (*set_wakeup)(struct ieee80211_hw *hw, bool enabled);
3767 int (*add_interface)(struct ieee80211_hw *hw,
3769 int (*change_interface)(struct ieee80211_hw *hw,
3772 void (*remove_interface)(struct ieee80211_hw *hw,
3774 int (*config)(struct ieee80211_hw *hw, u32 changed);
3775 void (*bss_info_changed)(struct ieee80211_hw *hw,
3780 int (*start_ap)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
3781 void (*stop_ap)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
3783 u64 (*prepare_multicast)(struct ieee80211_hw *hw,
3785 void (*configure_filter)(struct ieee80211_hw *hw,
3789 void (*config_iface_filter)(struct ieee80211_hw *hw,
3793 int (*set_tim)(struct ieee80211_hw *hw, struct ieee80211_sta *sta,
3795 int (*set_key)(struct ieee80211_hw *hw, enum set_key_cmd cmd,
3798 void (*update_tkip_key)(struct ieee80211_hw *hw,
3803 void (*set_rekey_data)(struct ieee80211_hw *hw,
3806 void (*set_default_unicast_key)(struct ieee80211_hw *hw,
3808 int (*hw_scan)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3810 void (*cancel_hw_scan)(struct ieee80211_hw *hw,
3812 int (*sched_scan_start)(struct ieee80211_hw *hw,
3816 int (*sched_scan_stop)(struct ieee80211_hw *hw,
3818 void (*sw_scan_start)(struct ieee80211_hw *hw,
3821 void (*sw_scan_complete)(struct ieee80211_hw *hw,
3823 int (*get_stats)(struct ieee80211_hw *hw,
3825 void (*get_key_seq)(struct ieee80211_hw *hw,
3828 int (*set_frag_threshold)(struct ieee80211_hw *hw, u32 value);
3829 int (*set_rts_threshold)(struct ieee80211_hw *hw, u32 value);
3830 int (*sta_add)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3832 int (*sta_remove)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3835 void (*sta_add_debugfs)(struct ieee80211_hw *hw,
3840 void (*sta_notify)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3842 int (*sta_set_txpwr)(struct ieee80211_hw *hw,
3845 int (*sta_state)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3849 void (*sta_pre_rcu_remove)(struct ieee80211_hw *hw,
3852 void (*sta_rc_update)(struct ieee80211_hw *hw,
3856 void (*sta_rate_tbl_update)(struct ieee80211_hw *hw,
3859 void (*sta_statistics)(struct ieee80211_hw *hw,
3863 int (*conf_tx)(struct ieee80211_hw *hw,
3866 u64 (*get_tsf)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
3867 void (*set_tsf)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3869 void (*offset_tsf)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3871 void (*reset_tsf)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
3872 int (*tx_last_beacon)(struct ieee80211_hw *hw);
3902 int (*ampdu_action)(struct ieee80211_hw *hw,
3905 int (*get_survey)(struct ieee80211_hw *hw, int idx,
3907 void (*rfkill_poll)(struct ieee80211_hw *hw);
3908 void (*set_coverage_class)(struct ieee80211_hw *hw, s16 coverage_class);
3910 int (*testmode_cmd)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3912 int (*testmode_dump)(struct ieee80211_hw *hw, struct sk_buff *skb,
3916 void (*flush)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3918 void (*channel_switch)(struct ieee80211_hw *hw,
3921 int (*set_antenna)(struct ieee80211_hw *hw, u32 tx_ant, u32 rx_ant);
3922 int (*get_antenna)(struct ieee80211_hw *hw, u32 *tx_ant, u32 *rx_ant);
3924 int (*remain_on_channel)(struct ieee80211_hw *hw,
3929 int (*cancel_remain_on_channel)(struct ieee80211_hw *hw,
3931 int (*set_ringparam)(struct ieee80211_hw *hw, u32 tx, u32 rx);
3932 void (*get_ringparam)(struct ieee80211_hw *hw,
3934 bool (*tx_frames_pending)(struct ieee80211_hw *hw);
3935 int (*set_bitrate_mask)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
3937 void (*event_callback)(struct ieee80211_hw *hw,
3941 void (*allow_buffered_frames)(struct ieee80211_hw *hw,
3946 void (*release_buffered_frames)(struct ieee80211_hw *hw,
3952 int (*get_et_sset_count)(struct ieee80211_hw *hw,
3954 void (*get_et_stats)(struct ieee80211_hw *hw,
3957 void (*get_et_strings)(struct ieee80211_hw *hw,
3961 void (*mgd_prepare_tx)(struct ieee80211_hw *hw,
3965 void (*mgd_protect_tdls_discover)(struct ieee80211_hw *hw,
3968 int (*add_chanctx)(struct ieee80211_hw *hw,
3970 void (*remove_chanctx)(struct ieee80211_hw *hw,
3972 void (*change_chanctx)(struct ieee80211_hw *hw,
3975 int (*assign_vif_chanctx)(struct ieee80211_hw *hw,
3978 void (*unassign_vif_chanctx)(struct ieee80211_hw *hw,
3981 int (*switch_vif_chanctx)(struct ieee80211_hw *hw,
3986 void (*reconfig_complete)(struct ieee80211_hw *hw,
3990 void (*ipv6_addr_change)(struct ieee80211_hw *hw,
3994 void (*channel_switch_beacon)(struct ieee80211_hw *hw,
3997 int (*pre_channel_switch)(struct ieee80211_hw *hw,
4001 int (*post_channel_switch)(struct ieee80211_hw *hw,
4003 void (*abort_channel_switch)(struct ieee80211_hw *hw,
4005 void (*channel_switch_rx_beacon)(struct ieee80211_hw *hw,
4009 int (*join_ibss)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
4010 void (*leave_ibss)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
4011 u32 (*get_expected_throughput)(struct ieee80211_hw *hw,
4013 int (*get_txpower)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4016 int (*tdls_channel_switch)(struct ieee80211_hw *hw,
4021 void (*tdls_cancel_channel_switch)(struct ieee80211_hw *hw,
4024 void (*tdls_recv_channel_switch)(struct ieee80211_hw *hw,
4028 void (*wake_tx_queue)(struct ieee80211_hw *hw,
4030 void (*sync_rx_queues)(struct ieee80211_hw *hw);
4032 int (*start_nan)(struct ieee80211_hw *hw,
4035 int (*stop_nan)(struct ieee80211_hw *hw,
4037 int (*nan_change_conf)(struct ieee80211_hw *hw,
4040 int (*add_nan_func)(struct ieee80211_hw *hw,
4043 void (*del_nan_func)(struct ieee80211_hw *hw,
4046 bool (*can_aggregate_in_amsdu)(struct ieee80211_hw *hw,
4049 int (*get_ftm_responder_stats)(struct ieee80211_hw *hw,
4075 const struct ieee80211_ops *ops, argument