Lines Matching defs:ieee80211_ops

4487 struct ieee80211_ops {  struct
4488 void (*tx)(struct ieee80211_hw *hw,
4491 int (*start)(struct ieee80211_hw *hw);
4492 void (*stop)(struct ieee80211_hw *hw, bool suspend);
4494 int (*suspend)(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan);
4495 int (*resume)(struct ieee80211_hw *hw);
4496 void (*set_wakeup)(struct ieee80211_hw *hw, bool enabled);
4498 int (*add_interface)(struct ieee80211_hw *hw,
4500 int (*change_interface)(struct ieee80211_hw *hw,
4503 void (*remove_interface)(struct ieee80211_hw *hw,
4505 int (*config)(struct ieee80211_hw *hw, u32 changed);
4506 void (*bss_info_changed)(struct ieee80211_hw *hw,
4510 void (*vif_cfg_changed)(struct ieee80211_hw *hw,
4513 void (*link_info_changed)(struct ieee80211_hw *hw,
4518 int (*start_ap)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4520 void (*stop_ap)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4523 u64 (*prepare_multicast)(struct ieee80211_hw *hw,
4525 void (*configure_filter)(struct ieee80211_hw *hw,
4529 void (*config_iface_filter)(struct ieee80211_hw *hw,
4533 int (*set_tim)(struct ieee80211_hw *hw, struct ieee80211_sta *sta,
4535 int (*set_key)(struct ieee80211_hw *hw, enum set_key_cmd cmd,
4538 void (*update_tkip_key)(struct ieee80211_hw *hw,
4543 void (*set_rekey_data)(struct ieee80211_hw *hw,
4546 void (*set_default_unicast_key)(struct ieee80211_hw *hw,
4548 int (*hw_scan)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4550 void (*cancel_hw_scan)(struct ieee80211_hw *hw,
4552 int (*sched_scan_start)(struct ieee80211_hw *hw,
4556 int (*sched_scan_stop)(struct ieee80211_hw *hw,
4558 void (*sw_scan_start)(struct ieee80211_hw *hw,
4561 void (*sw_scan_complete)(struct ieee80211_hw *hw,
4563 int (*get_stats)(struct ieee80211_hw *hw,
4565 void (*get_key_seq)(struct ieee80211_hw *hw,
4568 int (*set_frag_threshold)(struct ieee80211_hw *hw, u32 value);
4569 int (*set_rts_threshold)(struct ieee80211_hw *hw, u32 value);
4570 int (*sta_add)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4572 int (*sta_remove)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4575 void (*vif_add_debugfs)(struct ieee80211_hw *hw,
4577 void (*link_add_debugfs)(struct ieee80211_hw *hw,
4581 void (*sta_add_debugfs)(struct ieee80211_hw *hw,
4585 void (*link_sta_add_debugfs)(struct ieee80211_hw *hw,
4590 void (*sta_notify)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4592 int (*sta_set_txpwr)(struct ieee80211_hw *hw,
4595 int (*sta_state)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4599 void (*sta_pre_rcu_remove)(struct ieee80211_hw *hw,
4602 void (*link_sta_rc_update)(struct ieee80211_hw *hw,
4606 void (*sta_rate_tbl_update)(struct ieee80211_hw *hw,
4609 void (*sta_statistics)(struct ieee80211_hw *hw,
4613 int (*conf_tx)(struct ieee80211_hw *hw,
4617 u64 (*get_tsf)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
4618 void (*set_tsf)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4620 void (*offset_tsf)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4622 void (*reset_tsf)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
4623 int (*tx_last_beacon)(struct ieee80211_hw *hw);
4656 int (*ampdu_action)(struct ieee80211_hw *hw,
4659 int (*get_survey)(struct ieee80211_hw *hw, int idx,
4661 void (*rfkill_poll)(struct ieee80211_hw *hw);
4662 void (*set_coverage_class)(struct ieee80211_hw *hw, s16 coverage_class);
4664 int (*testmode_cmd)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4666 int (*testmode_dump)(struct ieee80211_hw *hw, struct sk_buff *skb,
4670 void (*flush)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4672 void (*flush_sta)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4674 void (*channel_switch)(struct ieee80211_hw *hw,
4677 int (*set_antenna)(struct ieee80211_hw *hw, u32 tx_ant, u32 rx_ant);
4678 int (*get_antenna)(struct ieee80211_hw *hw, u32 *tx_ant, u32 *rx_ant);
4680 int (*remain_on_channel)(struct ieee80211_hw *hw,
4685 int (*cancel_remain_on_channel)(struct ieee80211_hw *hw,
4687 int (*set_ringparam)(struct ieee80211_hw *hw, u32 tx, u32 rx);
4688 void (*get_ringparam)(struct ieee80211_hw *hw,
4690 bool (*tx_frames_pending)(struct ieee80211_hw *hw);
4691 int (*set_bitrate_mask)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4693 void (*event_callback)(struct ieee80211_hw *hw,
4697 void (*allow_buffered_frames)(struct ieee80211_hw *hw,
4702 void (*release_buffered_frames)(struct ieee80211_hw *hw,
4708 int (*get_et_sset_count)(struct ieee80211_hw *hw,
4710 void (*get_et_stats)(struct ieee80211_hw *hw,
4713 void (*get_et_strings)(struct ieee80211_hw *hw,
4717 void (*mgd_prepare_tx)(struct ieee80211_hw *hw,
4720 void (*mgd_complete_tx)(struct ieee80211_hw *hw,
4724 void (*mgd_protect_tdls_discover)(struct ieee80211_hw *hw,
4728 int (*add_chanctx)(struct ieee80211_hw *hw,
4730 void (*remove_chanctx)(struct ieee80211_hw *hw,
4732 void (*change_chanctx)(struct ieee80211_hw *hw,
4735 int (*assign_vif_chanctx)(struct ieee80211_hw *hw,
4739 void (*unassign_vif_chanctx)(struct ieee80211_hw *hw,
4743 int (*switch_vif_chanctx)(struct ieee80211_hw *hw,
4748 void (*reconfig_complete)(struct ieee80211_hw *hw,
4752 void (*ipv6_addr_change)(struct ieee80211_hw *hw,
4756 void (*channel_switch_beacon)(struct ieee80211_hw *hw,
4759 int (*pre_channel_switch)(struct ieee80211_hw *hw,
4763 int (*post_channel_switch)(struct ieee80211_hw *hw,
4766 void (*abort_channel_switch)(struct ieee80211_hw *hw,
4769 void (*channel_switch_rx_beacon)(struct ieee80211_hw *hw,
4773 int (*join_ibss)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
4774 void (*leave_ibss)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
4775 u32 (*get_expected_throughput)(struct ieee80211_hw *hw,
4777 int (*get_txpower)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4780 int (*tdls_channel_switch)(struct ieee80211_hw *hw,
4785 void (*tdls_cancel_channel_switch)(struct ieee80211_hw *hw,
4788 void (*tdls_recv_channel_switch)(struct ieee80211_hw *hw,
4792 void (*wake_tx_queue)(struct ieee80211_hw *hw,
4794 void (*sync_rx_queues)(struct ieee80211_hw *hw);
4796 int (*start_nan)(struct ieee80211_hw *hw,
4799 int (*stop_nan)(struct ieee80211_hw *hw,
4801 int (*nan_change_conf)(struct ieee80211_hw *hw,
4804 int (*add_nan_func)(struct ieee80211_hw *hw,
4807 void (*del_nan_func)(struct ieee80211_hw *hw,
4810 bool (*can_aggregate_in_amsdu)(struct ieee80211_hw *hw,
4813 int (*get_ftm_responder_stats)(struct ieee80211_hw *hw,
4816 int (*start_pmsr)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4818 void (*abort_pmsr)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4820 int (*set_tid_config)(struct ieee80211_hw *hw,
4824 int (*reset_tid_config)(struct ieee80211_hw *hw,
4827 void (*update_vif_offload)(struct ieee80211_hw *hw,
4829 void (*sta_set_4addr)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4831 int (*set_sar_specs)(struct ieee80211_hw *hw,
4833 void (*sta_set_decap_offload)(struct ieee80211_hw *hw,
4836 void (*add_twt_setup)(struct ieee80211_hw *hw,
4839 void (*twt_teardown_request)(struct ieee80211_hw *hw,
4841 int (*set_radar_background)(struct ieee80211_hw *hw,
4843 int (*net_fill_forward_path)(struct ieee80211_hw *hw,
4848 bool (*can_activate_links)(struct ieee80211_hw *hw,
4851 int (*change_vif_links)(struct ieee80211_hw *hw,
4855 int (*change_sta_links)(struct ieee80211_hw *hw,
4859 int (*set_hw_timestamp)(struct ieee80211_hw *hw,
4862 int (*net_setup_tc)(struct ieee80211_hw *hw,
4891 const struct ieee80211_ops *ops, argument