Lines Matching refs:ieee80211_hw

68 int rtl_init_core(struct ieee80211_hw *hw);
69 void rtl_deinit_core(struct ieee80211_hw *hw);
70 void rtl_init_rx_config(struct ieee80211_hw *hw);
71 void rtl_init_rfkill(struct ieee80211_hw *hw);
72 void rtl_deinit_rfkill(struct ieee80211_hw *hw);
75 void rtl_deinit_deferred_work(struct ieee80211_hw *hw, bool ips_wq);
77 bool rtl_action_proc(struct ieee80211_hw *hw, struct sk_buff *skb, u8 is_tx);
78 int rtlwifi_rate_mapping(struct ieee80211_hw *hw, bool isht,
80 bool rtl_tx_mgmt_proc(struct ieee80211_hw *hw, struct sk_buff *skb);
81 u8 rtl_is_special_data(struct ieee80211_hw *hw, struct sk_buff *skb, u8 is_tx,
84 void rtl_tx_ackqueue(struct ieee80211_hw *hw, struct sk_buff *skb);
85 bool rtl_is_tx_report_skb(struct ieee80211_hw *hw, struct sk_buff *skb);
87 struct ieee80211_hw *hw, struct rtlwifi_tx_info *info);
88 void rtl_tx_report_handler(struct ieee80211_hw *hw, u8 *tmp_buf,
90 bool rtl_check_tx_report_acked(struct ieee80211_hw *hw);
91 void rtl_wait_tx_report_acked(struct ieee80211_hw *hw, u32 wait_ms);
92 u32 rtl_get_hal_edca_param(struct ieee80211_hw *hw,
97 void rtl_beacon_statistic(struct ieee80211_hw *hw, struct sk_buff *skb);
98 void rtl_collect_scan_list(struct ieee80211_hw *hw, struct sk_buff *skb);
99 void rtl_scan_list_expire(struct ieee80211_hw *hw);
100 int rtl_tx_agg_start(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
102 int rtl_tx_agg_stop(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
104 int rtl_tx_agg_oper(struct ieee80211_hw *hw,
106 int rtl_rx_agg_start(struct ieee80211_hw *hw,
108 int rtl_rx_agg_stop(struct ieee80211_hw *hw,
111 void rtl_c2hcmd_launcher(struct ieee80211_hw *hw, int exec);
112 void rtl_c2hcmd_enqueue(struct ieee80211_hw *hw, struct sk_buff *skb);
114 u8 rtl_mrate_idx_to_arfr_id(struct ieee80211_hw *hw, u8 rate_index,
116 void rtl_get_tcb_desc(struct ieee80211_hw *hw,
121 int rtl_send_smps_action(struct ieee80211_hw *hw,
125 void rtl_recognize_peer(struct ieee80211_hw *hw, u8 *data, unsigned int len);
129 void rtl_phy_scan_operation_backup(struct ieee80211_hw *hw, u8 operation);