Lines Matching refs:ieee80211_hw

2851 struct ieee80211_hw {  struct
2890 static inline bool _ieee80211_hw_check(struct ieee80211_hw *hw, in _ieee80211_hw_check() argument
2897 static inline void _ieee80211_hw_set(struct ieee80211_hw *hw, in _ieee80211_hw_set()
2955 struct ieee80211_hw *wiphy_to_ieee80211_hw(struct wiphy *wiphy);
2963 static inline void SET_IEEE80211_DEV(struct ieee80211_hw *hw, struct device *dev) in SET_IEEE80211_DEV()
2974 static inline void SET_IEEE80211_PERM_ADDR(struct ieee80211_hw *hw, const u8 *addr) in SET_IEEE80211_PERM_ADDR()
2980 ieee80211_get_tx_rate(const struct ieee80211_hw *hw, in ieee80211_get_tx_rate()
2989 ieee80211_get_rts_cts_rate(const struct ieee80211_hw *hw, in ieee80211_get_rts_cts_rate()
2998 ieee80211_get_alt_retry_rate(const struct ieee80211_hw *hw, in ieee80211_get_alt_retry_rate()
3014 void ieee80211_free_txskb(struct ieee80211_hw *hw, struct sk_buff *skb);
4235 void (*tx)(struct ieee80211_hw *hw,
4238 int (*start)(struct ieee80211_hw *hw);
4239 void (*stop)(struct ieee80211_hw *hw);
4241 int (*suspend)(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan);
4242 int (*resume)(struct ieee80211_hw *hw);
4243 void (*set_wakeup)(struct ieee80211_hw *hw, bool enabled);
4245 int (*add_interface)(struct ieee80211_hw *hw,
4247 int (*change_interface)(struct ieee80211_hw *hw,
4250 void (*remove_interface)(struct ieee80211_hw *hw,
4252 int (*config)(struct ieee80211_hw *hw, u32 changed);
4253 void (*bss_info_changed)(struct ieee80211_hw *hw,
4257 void (*vif_cfg_changed)(struct ieee80211_hw *hw,
4260 void (*link_info_changed)(struct ieee80211_hw *hw,
4265 int (*start_ap)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4267 void (*stop_ap)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4270 u64 (*prepare_multicast)(struct ieee80211_hw *hw,
4272 void (*configure_filter)(struct ieee80211_hw *hw,
4276 void (*config_iface_filter)(struct ieee80211_hw *hw,
4280 int (*set_tim)(struct ieee80211_hw *hw, struct ieee80211_sta *sta,
4282 int (*set_key)(struct ieee80211_hw *hw, enum set_key_cmd cmd,
4285 void (*update_tkip_key)(struct ieee80211_hw *hw,
4290 void (*set_rekey_data)(struct ieee80211_hw *hw,
4293 void (*set_default_unicast_key)(struct ieee80211_hw *hw,
4295 int (*hw_scan)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4297 void (*cancel_hw_scan)(struct ieee80211_hw *hw,
4299 int (*sched_scan_start)(struct ieee80211_hw *hw,
4303 int (*sched_scan_stop)(struct ieee80211_hw *hw,
4305 void (*sw_scan_start)(struct ieee80211_hw *hw,
4308 void (*sw_scan_complete)(struct ieee80211_hw *hw,
4310 int (*get_stats)(struct ieee80211_hw *hw,
4312 void (*get_key_seq)(struct ieee80211_hw *hw,
4315 int (*set_frag_threshold)(struct ieee80211_hw *hw, u32 value);
4316 int (*set_rts_threshold)(struct ieee80211_hw *hw, u32 value);
4317 int (*sta_add)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4319 int (*sta_remove)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4322 void (*sta_add_debugfs)(struct ieee80211_hw *hw,
4326 void (*link_sta_add_debugfs)(struct ieee80211_hw *hw,
4331 void (*sta_notify)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4333 int (*sta_set_txpwr)(struct ieee80211_hw *hw,
4336 int (*sta_state)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4340 void (*sta_pre_rcu_remove)(struct ieee80211_hw *hw,
4343 void (*sta_rc_update)(struct ieee80211_hw *hw,
4347 void (*sta_rate_tbl_update)(struct ieee80211_hw *hw,
4350 void (*sta_statistics)(struct ieee80211_hw *hw,
4354 int (*conf_tx)(struct ieee80211_hw *hw,
4358 u64 (*get_tsf)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
4359 void (*set_tsf)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4361 void (*offset_tsf)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4363 void (*reset_tsf)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
4364 int (*tx_last_beacon)(struct ieee80211_hw *hw);
4397 int (*ampdu_action)(struct ieee80211_hw *hw,
4400 int (*get_survey)(struct ieee80211_hw *hw, int idx,
4402 void (*rfkill_poll)(struct ieee80211_hw *hw);
4403 void (*set_coverage_class)(struct ieee80211_hw *hw, s16 coverage_class);
4405 int (*testmode_cmd)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4407 int (*testmode_dump)(struct ieee80211_hw *hw, struct sk_buff *skb,
4411 void (*flush)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4413 void (*channel_switch)(struct ieee80211_hw *hw,
4416 int (*set_antenna)(struct ieee80211_hw *hw, u32 tx_ant, u32 rx_ant);
4417 int (*get_antenna)(struct ieee80211_hw *hw, u32 *tx_ant, u32 *rx_ant);
4419 int (*remain_on_channel)(struct ieee80211_hw *hw,
4424 int (*cancel_remain_on_channel)(struct ieee80211_hw *hw,
4426 int (*set_ringparam)(struct ieee80211_hw *hw, u32 tx, u32 rx);
4427 void (*get_ringparam)(struct ieee80211_hw *hw,
4429 bool (*tx_frames_pending)(struct ieee80211_hw *hw);
4430 int (*set_bitrate_mask)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4432 void (*event_callback)(struct ieee80211_hw *hw,
4436 void (*allow_buffered_frames)(struct ieee80211_hw *hw,
4441 void (*release_buffered_frames)(struct ieee80211_hw *hw,
4447 int (*get_et_sset_count)(struct ieee80211_hw *hw,
4449 void (*get_et_stats)(struct ieee80211_hw *hw,
4452 void (*get_et_strings)(struct ieee80211_hw *hw,
4456 void (*mgd_prepare_tx)(struct ieee80211_hw *hw,
4459 void (*mgd_complete_tx)(struct ieee80211_hw *hw,
4463 void (*mgd_protect_tdls_discover)(struct ieee80211_hw *hw,
4466 int (*add_chanctx)(struct ieee80211_hw *hw,
4468 void (*remove_chanctx)(struct ieee80211_hw *hw,
4470 void (*change_chanctx)(struct ieee80211_hw *hw,
4473 int (*assign_vif_chanctx)(struct ieee80211_hw *hw,
4477 void (*unassign_vif_chanctx)(struct ieee80211_hw *hw,
4481 int (*switch_vif_chanctx)(struct ieee80211_hw *hw,
4486 void (*reconfig_complete)(struct ieee80211_hw *hw,
4490 void (*ipv6_addr_change)(struct ieee80211_hw *hw,
4494 void (*channel_switch_beacon)(struct ieee80211_hw *hw,
4497 int (*pre_channel_switch)(struct ieee80211_hw *hw,
4501 int (*post_channel_switch)(struct ieee80211_hw *hw,
4503 void (*abort_channel_switch)(struct ieee80211_hw *hw,
4505 void (*channel_switch_rx_beacon)(struct ieee80211_hw *hw,
4509 int (*join_ibss)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
4510 void (*leave_ibss)(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
4511 u32 (*get_expected_throughput)(struct ieee80211_hw *hw,
4513 int (*get_txpower)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4516 int (*tdls_channel_switch)(struct ieee80211_hw *hw,
4521 void (*tdls_cancel_channel_switch)(struct ieee80211_hw *hw,
4524 void (*tdls_recv_channel_switch)(struct ieee80211_hw *hw,
4528 void (*wake_tx_queue)(struct ieee80211_hw *hw,
4530 void (*sync_rx_queues)(struct ieee80211_hw *hw);
4532 int (*start_nan)(struct ieee80211_hw *hw,
4535 int (*stop_nan)(struct ieee80211_hw *hw,
4537 int (*nan_change_conf)(struct ieee80211_hw *hw,
4540 int (*add_nan_func)(struct ieee80211_hw *hw,
4543 void (*del_nan_func)(struct ieee80211_hw *hw,
4546 bool (*can_aggregate_in_amsdu)(struct ieee80211_hw *hw,
4549 int (*get_ftm_responder_stats)(struct ieee80211_hw *hw,
4552 int (*start_pmsr)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4554 void (*abort_pmsr)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4556 int (*set_tid_config)(struct ieee80211_hw *hw,
4560 int (*reset_tid_config)(struct ieee80211_hw *hw,
4563 void (*update_vif_offload)(struct ieee80211_hw *hw,
4565 void (*sta_set_4addr)(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
4567 int (*set_sar_specs)(struct ieee80211_hw *hw,
4569 void (*sta_set_decap_offload)(struct ieee80211_hw *hw,
4572 void (*add_twt_setup)(struct ieee80211_hw *hw,
4575 void (*twt_teardown_request)(struct ieee80211_hw *hw,
4577 int (*set_radar_background)(struct ieee80211_hw *hw,
4579 int (*net_fill_forward_path)(struct ieee80211_hw *hw,
4584 int (*change_vif_links)(struct ieee80211_hw *hw,
4588 int (*change_sta_links)(struct ieee80211_hw *hw,
4610 struct ieee80211_hw *ieee80211_alloc_hw_nm(size_t priv_data_len,
4629 struct ieee80211_hw *ieee80211_alloc_hw(size_t priv_data_len, in ieee80211_alloc_hw()
4646 int ieee80211_register_hw(struct ieee80211_hw *hw);
4673 const char *__ieee80211_get_tx_led_name(struct ieee80211_hw *hw);
4674 const char *__ieee80211_get_rx_led_name(struct ieee80211_hw *hw);
4675 const char *__ieee80211_get_assoc_led_name(struct ieee80211_hw *hw);
4676 const char *__ieee80211_get_radio_led_name(struct ieee80211_hw *hw);
4678 __ieee80211_create_tpt_led_trigger(struct ieee80211_hw *hw,
4695 static inline const char *ieee80211_get_tx_led_name(struct ieee80211_hw *hw) in ieee80211_get_tx_led_name()
4716 static inline const char *ieee80211_get_rx_led_name(struct ieee80211_hw *hw) in ieee80211_get_rx_led_name()
4737 static inline const char *ieee80211_get_assoc_led_name(struct ieee80211_hw *hw) in ieee80211_get_assoc_led_name()
4758 static inline const char *ieee80211_get_radio_led_name(struct ieee80211_hw *hw) in ieee80211_get_radio_led_name()
4780 ieee80211_create_tpt_led_trigger(struct ieee80211_hw *hw, unsigned int flags, in ieee80211_create_tpt_led_trigger()
4800 void ieee80211_unregister_hw(struct ieee80211_hw *hw);
4811 void ieee80211_free_hw(struct ieee80211_hw *hw);
4825 void ieee80211_restart_hw(struct ieee80211_hw *hw);
4849 void ieee80211_rx_list(struct ieee80211_hw *hw, struct ieee80211_sta *sta,
4874 void ieee80211_rx_napi(struct ieee80211_hw *hw, struct ieee80211_sta *sta,
4897 static inline void ieee80211_rx(struct ieee80211_hw *hw, struct sk_buff *skb) in ieee80211_rx()
4915 void ieee80211_rx_irqsafe(struct ieee80211_hw *hw, struct sk_buff *skb);
4930 static inline void ieee80211_rx_ni(struct ieee80211_hw *hw, in ieee80211_rx_ni()
5096 void ieee80211_tx_rate_update(struct ieee80211_hw *hw,
5116 void ieee80211_tx_status(struct ieee80211_hw *hw,
5133 void ieee80211_tx_status_ext(struct ieee80211_hw *hw,
5152 static inline void ieee80211_tx_status_noskb(struct ieee80211_hw *hw, in ieee80211_tx_status_noskb()
5176 static inline void ieee80211_tx_status_ni(struct ieee80211_hw *hw, in ieee80211_tx_status_ni()
5196 void ieee80211_tx_status_irqsafe(struct ieee80211_hw *hw,
5215 void ieee80211_tx_status_8023(struct ieee80211_hw *hw,
5270 ieee80211_beacon_get_template(struct ieee80211_hw *hw,
5298 struct sk_buff *ieee80211_beacon_get_tim(struct ieee80211_hw *hw,
5313 static inline struct sk_buff *ieee80211_beacon_get(struct ieee80211_hw *hw, in ieee80211_beacon_get()
5387 struct sk_buff *ieee80211_proberesp_get(struct ieee80211_hw *hw,
5404 struct sk_buff *ieee80211_pspoll_get(struct ieee80211_hw *hw,
5429 struct sk_buff *ieee80211_nullfunc_get(struct ieee80211_hw *hw,
5446 struct sk_buff *ieee80211_probereq_get(struct ieee80211_hw *hw,
5465 void ieee80211_rts_get(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
5483 __le16 ieee80211_rts_duration(struct ieee80211_hw *hw,
5501 void ieee80211_ctstoself_get(struct ieee80211_hw *hw,
5520 __le16 ieee80211_ctstoself_duration(struct ieee80211_hw *hw,
5538 __le16 ieee80211_generic_frame_duration(struct ieee80211_hw *hw,
5566 ieee80211_get_buffered_bc(struct ieee80211_hw *hw, struct ieee80211_vif *vif);
5766 void ieee80211_wake_queue(struct ieee80211_hw *hw, int queue);
5775 void ieee80211_stop_queue(struct ieee80211_hw *hw, int queue);
5787 int ieee80211_queue_stopped(struct ieee80211_hw *hw, int queue);
5795 void ieee80211_stop_queues(struct ieee80211_hw *hw);
5803 void ieee80211_wake_queues(struct ieee80211_hw *hw);
5816 void ieee80211_scan_completed(struct ieee80211_hw *hw,
5827 void ieee80211_sched_scan_results(struct ieee80211_hw *hw);
5839 void ieee80211_sched_scan_stopped(struct ieee80211_hw *hw);
5875 void ieee80211_iterate_interfaces(struct ieee80211_hw *hw, u32 iter_flags,
5896 ieee80211_iterate_active_interfaces(struct ieee80211_hw *hw, u32 iter_flags, in ieee80211_iterate_active_interfaces()
5920 void ieee80211_iterate_active_interfaces_atomic(struct ieee80211_hw *hw,
5939 void ieee80211_iterate_active_interfaces_mtx(struct ieee80211_hw *hw,
5958 void ieee80211_iterate_stations_atomic(struct ieee80211_hw *hw,
5971 void ieee80211_queue_work(struct ieee80211_hw *hw, struct work_struct *work);
5983 void ieee80211_queue_delayed_work(struct ieee80211_hw *hw,
6077 struct ieee80211_sta *ieee80211_find_sta_by_ifaddr(struct ieee80211_hw *hw,
6092 ieee80211_find_sta_by_link_addrs(struct ieee80211_hw *hw,
6126 void ieee80211_sta_block_awake(struct ieee80211_hw *hw,
6223 ieee80211_txq_airtime_check(struct ieee80211_hw *hw, struct ieee80211_txq *txq);
6243 void ieee80211_iter_keys(struct ieee80211_hw *hw,
6245 void (*iter)(struct ieee80211_hw *hw,
6267 void ieee80211_iter_keys_rcu(struct ieee80211_hw *hw,
6269 void (*iter)(struct ieee80211_hw *hw,
6296 struct ieee80211_hw *hw,
6297 void (*iter)(struct ieee80211_hw *hw,
6316 struct sk_buff *ieee80211_ap_probereq_get(struct ieee80211_hw *hw,
6421 void ieee80211_radar_detected(struct ieee80211_hw *hw);
6462 void ieee80211_ready_on_channel(struct ieee80211_hw *hw);
6468 void ieee80211_remain_on_channel_expired(struct ieee80211_hw *hw);
6608 struct ieee80211_hw *hw;
6641 void *(*alloc)(struct ieee80211_hw *hw);
6642 void (*add_debugfs)(struct ieee80211_hw *hw, void *priv,
6720 int rate_control_set_rates(struct ieee80211_hw *hw,
6839 bool ieee80211_tx_prepare_skb(struct ieee80211_hw *hw,
6975 struct sk_buff *ieee80211_tx_dequeue(struct ieee80211_hw *hw,
6989 static inline struct sk_buff *ieee80211_tx_dequeue_ni(struct ieee80211_hw *hw, in ieee80211_tx_dequeue_ni()
7010 void ieee80211_handle_wake_tx_queue(struct ieee80211_hw *hw,
7023 struct ieee80211_txq *ieee80211_next_txq(struct ieee80211_hw *hw, u8 ac);
7034 void ieee80211_txq_schedule_start(struct ieee80211_hw *hw, u8 ac);
7037 static inline void ieee80211_txq_schedule_end(struct ieee80211_hw *hw, u8 ac) in ieee80211_txq_schedule_end()
7041 void __ieee80211_schedule_txq(struct ieee80211_hw *hw,
7057 ieee80211_schedule_txq(struct ieee80211_hw *hw, struct ieee80211_txq *txq) in ieee80211_schedule_txq()
7073 ieee80211_return_txq(struct ieee80211_hw *hw, struct ieee80211_txq *txq, in ieee80211_return_txq()
7103 bool ieee80211_txq_may_transmit(struct ieee80211_hw *hw,
7163 u32 ieee80211_calc_rx_airtime(struct ieee80211_hw *hw,
7177 u32 ieee80211_calc_tx_airtime(struct ieee80211_hw *hw,
7201 struct sk_buff *ieee80211_get_fils_discovery_tmpl(struct ieee80211_hw *hw,
7215 ieee80211_get_unsol_bcast_probe_resp_tmpl(struct ieee80211_hw *hw,