Lines Matching defs:ieee80211_ops

4486 struct ieee80211_ops {  struct
4487 void (*tx)(struct ieee80211_hw *hw,
4490 int (*start)(struct ieee80211_hw *hw);
4491 void (*stop)(struct ieee80211_hw *hw, bool suspend);
4493 int (*suspend)(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan);
4494 int (*resume)(struct ieee80211_hw *hw);
4495 void (*set_wakeup)(struct ieee80211_hw *hw, bool enabled);
4497 int (*add_interface)(struct ieee80211_hw *hw,
4499 int (*change_interface)(struct ieee80211_hw *hw,
4502 void (*remove_interface)(struct ieee80211_hw *hw,
4504 int (*config)(struct ieee80211_hw *hw, u32 changed);
4505 void (*bss_info_changed)(struct ieee80211_hw *hw,
4509 void (*vif_cfg_changed)(struct ieee80211_hw *hw,
4512 void (*link_info_changed)(struct ieee80211_hw *hw,
4517 int (*start_ap)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4519 void (*stop_ap)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4522 u64 (*prepare_multicast)(struct ieee80211_hw *hw,
4524 void (*configure_filter)(struct ieee80211_hw *hw,
4528 void (*config_iface_filter)(struct ieee80211_hw *hw,
4532 int (*set_tim)(struct ieee80211_hw *hw, struct ieee80211_sta *sta,
4534 int (*set_key)(struct ieee80211_hw *hw, enum set_key_cmd cmd,
4537 void (*update_tkip_key)(struct ieee80211_hw *hw,
4542 void (*set_rekey_data)(struct ieee80211_hw *hw,
4545 void (*set_default_unicast_key)(struct ieee80211_hw *hw,
4547 int (*hw_scan)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4549 void (*cancel_hw_scan)(struct ieee80211_hw *hw,
4551 int (*sched_scan_start)(struct ieee80211_hw *hw,
4555 int (*sched_scan_stop)(struct ieee80211_hw *hw,
4557 void (*sw_scan_start)(struct ieee80211_hw *hw,
4560 void (*sw_scan_complete)(struct ieee80211_hw *hw,
4562 int (*get_stats)(struct ieee80211_hw *hw,
4564 void (*get_key_seq)(struct ieee80211_hw *hw,
4567 int (*set_frag_threshold)(struct ieee80211_hw *hw, u32 value);
4568 int (*set_rts_threshold)(struct ieee80211_hw *hw, u32 value);
4569 int (*sta_add)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4571 int (*sta_remove)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4574 void (*vif_add_debugfs)(struct ieee80211_hw *hw,
4576 void (*link_add_debugfs)(struct ieee80211_hw *hw,
4580 void (*sta_add_debugfs)(struct ieee80211_hw *hw,
4584 void (*link_sta_add_debugfs)(struct ieee80211_hw *hw,
4589 void (*sta_notify)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4591 int (*sta_set_txpwr)(struct ieee80211_hw *hw,
4594 int (*sta_state)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4598 void (*sta_pre_rcu_remove)(struct ieee80211_hw *hw,
4601 void (*link_sta_rc_update)(struct ieee80211_hw *hw,
4605 void (*sta_rate_tbl_update)(struct ieee80211_hw *hw,
4608 void (*sta_statistics)(struct ieee80211_hw *hw,
4612 int (*conf_tx)(struct ieee80211_hw *hw,
4616 u64 (*get_tsf)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
4617 void (*set_tsf)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4619 void (*offset_tsf)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4621 void (*reset_tsf)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
4622 int (*tx_last_beacon)(struct ieee80211_hw *hw);
4655 int (*ampdu_action)(struct ieee80211_hw *hw,
4658 int (*get_survey)(struct ieee80211_hw *hw, int idx,
4660 void (*rfkill_poll)(struct ieee80211_hw *hw);
4661 void (*set_coverage_class)(struct ieee80211_hw *hw, s16 coverage_class);
4663 int (*testmode_cmd)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4665 int (*testmode_dump)(struct ieee80211_hw *hw, struct sk_buff *skb,
4669 void (*flush)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4671 void (*flush_sta)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4673 void (*channel_switch)(struct ieee80211_hw *hw,
4676 int (*set_antenna)(struct ieee80211_hw *hw, u32 tx_ant, u32 rx_ant);
4677 int (*get_antenna)(struct ieee80211_hw *hw, u32 *tx_ant, u32 *rx_ant);
4679 int (*remain_on_channel)(struct ieee80211_hw *hw,
4684 int (*cancel_remain_on_channel)(struct ieee80211_hw *hw,
4686 int (*set_ringparam)(struct ieee80211_hw *hw, u32 tx, u32 rx);
4687 void (*get_ringparam)(struct ieee80211_hw *hw,
4689 bool (*tx_frames_pending)(struct ieee80211_hw *hw);
4690 int (*set_bitrate_mask)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4692 void (*event_callback)(struct ieee80211_hw *hw,
4696 void (*allow_buffered_frames)(struct ieee80211_hw *hw,
4701 void (*release_buffered_frames)(struct ieee80211_hw *hw,
4707 int (*get_et_sset_count)(struct ieee80211_hw *hw,
4709 void (*get_et_stats)(struct ieee80211_hw *hw,
4712 void (*get_et_strings)(struct ieee80211_hw *hw,
4716 void (*mgd_prepare_tx)(struct ieee80211_hw *hw,
4719 void (*mgd_complete_tx)(struct ieee80211_hw *hw,
4723 void (*mgd_protect_tdls_discover)(struct ieee80211_hw *hw,
4727 int (*add_chanctx)(struct ieee80211_hw *hw,
4729 void (*remove_chanctx)(struct ieee80211_hw *hw,
4731 void (*change_chanctx)(struct ieee80211_hw *hw,
4734 int (*assign_vif_chanctx)(struct ieee80211_hw *hw,
4738 void (*unassign_vif_chanctx)(struct ieee80211_hw *hw,
4742 int (*switch_vif_chanctx)(struct ieee80211_hw *hw,
4747 void (*reconfig_complete)(struct ieee80211_hw *hw,
4751 void (*ipv6_addr_change)(struct ieee80211_hw *hw,
4755 void (*channel_switch_beacon)(struct ieee80211_hw *hw,
4758 int (*pre_channel_switch)(struct ieee80211_hw *hw,
4762 int (*post_channel_switch)(struct ieee80211_hw *hw,
4765 void (*abort_channel_switch)(struct ieee80211_hw *hw,
4768 void (*channel_switch_rx_beacon)(struct ieee80211_hw *hw,
4772 int (*join_ibss)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
4773 void (*leave_ibss)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
4774 u32 (*get_expected_throughput)(struct ieee80211_hw *hw,
4776 int (*get_txpower)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4779 int (*tdls_channel_switch)(struct ieee80211_hw *hw,
4784 void (*tdls_cancel_channel_switch)(struct ieee80211_hw *hw,
4787 void (*tdls_recv_channel_switch)(struct ieee80211_hw *hw,
4791 void (*wake_tx_queue)(struct ieee80211_hw *hw,
4793 void (*sync_rx_queues)(struct ieee80211_hw *hw);
4795 int (*start_nan)(struct ieee80211_hw *hw,
4798 int (*stop_nan)(struct ieee80211_hw *hw,
4800 int (*nan_change_conf)(struct ieee80211_hw *hw,
4803 int (*add_nan_func)(struct ieee80211_hw *hw,
4806 void (*del_nan_func)(struct ieee80211_hw *hw,
4809 bool (*can_aggregate_in_amsdu)(struct ieee80211_hw *hw,
4812 int (*get_ftm_responder_stats)(struct ieee80211_hw *hw,
4815 int (*start_pmsr)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4817 void (*abort_pmsr)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4819 int (*set_tid_config)(struct ieee80211_hw *hw,
4823 int (*reset_tid_config)(struct ieee80211_hw *hw,
4826 void (*update_vif_offload)(struct ieee80211_hw *hw,
4828 void (*sta_set_4addr)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4830 int (*set_sar_specs)(struct ieee80211_hw *hw,
4832 void (*sta_set_decap_offload)(struct ieee80211_hw *hw,
4835 void (*add_twt_setup)(struct ieee80211_hw *hw,
4838 void (*twt_teardown_request)(struct ieee80211_hw *hw,
4840 int (*set_radar_background)(struct ieee80211_hw *hw,
4842 int (*net_fill_forward_path)(struct ieee80211_hw *hw,
4847 bool (*can_activate_links)(struct ieee80211_hw *hw,
4850 int (*change_vif_links)(struct ieee80211_hw *hw,
4854 int (*change_sta_links)(struct ieee80211_hw *hw,
4858 int (*set_hw_timestamp)(struct ieee80211_hw *hw,
4861 int (*net_setup_tc)(struct ieee80211_hw *hw,
4890 const struct ieee80211_ops *ops, argument