Home
last modified time | relevance | path

Searched defs:wvif (Results 1 – 11 of 11) sorted by relevance

/drivers/staging/wfx/
Dsta.c64 static void wfx_filter_beacon(struct wfx_vif *wvif, bool filter_beacon) in wfx_filter_beacon()
97 struct wfx_vif *wvif = NULL; in wfx_configure_filter() local
146 static int wfx_get_ps_timeout(struct wfx_vif *wvif, bool *enable_ps) in wfx_get_ps_timeout()
180 int wfx_update_pm(struct wfx_vif *wvif) in wfx_update_pm()
205 struct wfx_vif *wvif = (struct wfx_vif *)vif->drv_priv; in wfx_conf_tx() local
225 struct wfx_vif *wvif = NULL; in wfx_set_rts_threshold() local
234 void wfx_event_report_rssi(struct wfx_vif *wvif, u8 raw_rcpi_rssi) in wfx_event_report_rssi()
252 struct wfx_vif *wvif = container_of(to_delayed_work(work), in wfx_beacon_loss_work() local
264 struct wfx_vif *wvif = (struct wfx_vif *)vif->drv_priv; in wfx_set_default_unicast_key() local
269 void wfx_reset(struct wfx_vif *wvif) in wfx_reset()
[all …]
Dhif_tx_mib.c17 int hif_set_output_power(struct wfx_vif *wvif, int val) in hif_set_output_power()
28 int hif_set_beacon_wakeup_period(struct wfx_vif *wvif, in hif_set_beacon_wakeup_period()
45 int hif_set_rcpi_rssi_threshold(struct wfx_vif *wvif, in hif_set_rcpi_rssi_threshold()
82 int hif_set_macaddr(struct wfx_vif *wvif, u8 *mac) in hif_set_macaddr()
92 int hif_set_rx_filter(struct wfx_vif *wvif, in hif_set_rx_filter()
105 int hif_set_beacon_filter_table(struct wfx_vif *wvif, int tbl_len, in hif_set_beacon_filter_table()
123 int hif_beacon_filter_control(struct wfx_vif *wvif, in hif_beacon_filter_control()
146 int hif_set_template_frame(struct wfx_vif *wvif, struct sk_buff *skb, in hif_set_template_frame()
162 int hif_set_mfp(struct wfx_vif *wvif, bool capable, bool required) in hif_set_mfp()
178 int hif_set_block_ack_policy(struct wfx_vif *wvif, in hif_set_block_ack_policy()
[all …]
Ddata_tx.c46 static void wfx_tx_policy_build(struct wfx_vif *wvif, struct tx_policy *policy, in wfx_tx_policy_build()
105 static int wfx_tx_policy_get(struct wfx_vif *wvif, in wfx_tx_policy_get()
142 static void wfx_tx_policy_put(struct wfx_vif *wvif, int idx) in wfx_tx_policy_put()
157 static int wfx_tx_policy_upload(struct wfx_vif *wvif) in wfx_tx_policy_upload()
185 struct wfx_vif *wvif = in wfx_tx_policy_upload_work() local
192 void wfx_tx_policy_init(struct wfx_vif *wvif) in wfx_tx_policy_init()
220 static u8 wfx_tx_get_link_id(struct wfx_vif *wvif, struct ieee80211_sta *sta, in wfx_tx_get_link_id()
288 static u8 wfx_tx_get_rate_id(struct wfx_vif *wvif, in wfx_tx_get_rate_id()
329 static int wfx_tx_inner(struct wfx_vif *wvif, struct ieee80211_sta *sta, in wfx_tx_inner()
402 struct wfx_vif *wvif; in wfx_tx() local
[all …]
Dqueue.c61 void wfx_tx_queues_init(struct wfx_vif *wvif) in wfx_tx_queues_init()
76 void wfx_tx_queues_check_empty(struct wfx_vif *wvif) in wfx_tx_queues_check_empty()
87 bool wfx_tx_queue_empty(struct wfx_vif *wvif, struct wfx_queue *queue) in wfx_tx_queue_empty()
92 static void __wfx_tx_queue_drop(struct wfx_vif *wvif, in __wfx_tx_queue_drop()
106 void wfx_tx_queue_drop(struct wfx_vif *wvif, struct wfx_queue *queue, in wfx_tx_queue_drop()
114 void wfx_tx_queues_put(struct wfx_vif *wvif, struct sk_buff *skb) in wfx_tx_queues_put()
128 struct wfx_vif *wvif; in wfx_pending_drop() local
151 struct wfx_vif *wvif; in wfx_pending_get() local
213 bool wfx_tx_queues_has_cab(struct wfx_vif *wvif) in wfx_tx_queues_has_cab()
236 struct wfx_vif *wvif; in wfx_tx_queues_get_skb() local
Dscan.c25 static int update_probe_tmpl(struct wfx_vif *wvif, in update_probe_tmpl()
41 static int send_scan_req(struct wfx_vif *wvif, in send_scan_req()
87 struct wfx_vif *wvif = container_of(work, struct wfx_vif, scan_work); in wfx_hw_scan_work() local
113 struct wfx_vif *wvif = (struct wfx_vif *)vif->drv_priv; in wfx_hw_scan() local
123 struct wfx_vif *wvif = (struct wfx_vif *)vif->drv_priv; in wfx_cancel_hw_scan() local
129 void wfx_scan_complete(struct wfx_vif *wvif) in wfx_scan_complete()
Dhif_tx.c159 int hif_reset(struct wfx_vif *wvif, bool reset_stat) in hif_reset()
229 int hif_scan(struct wfx_vif *wvif, struct cfg80211_scan_request *req, in hif_scan()
285 int hif_stop_scan(struct wfx_vif *wvif) in hif_stop_scan()
300 int hif_join(struct wfx_vif *wvif, const struct ieee80211_bss_conf *conf, in hif_join()
336 int hif_set_bss_params(struct wfx_vif *wvif, int aid, int beacon_lost_count) in hif_set_bss_params()
392 int hif_set_edca_queue_params(struct wfx_vif *wvif, u16 queue, in hif_set_edca_queue_params()
423 int hif_set_pm(struct wfx_vif *wvif, bool ps, int dynamic_ps_timeout) in hif_set_pm()
447 int hif_start(struct wfx_vif *wvif, const struct ieee80211_bss_conf *conf, in hif_start()
471 int hif_beacon_transmit(struct wfx_vif *wvif, bool enable) in hif_beacon_transmit()
488 int hif_map_link(struct wfx_vif *wvif, bool unmap, u8 *mac_addr, int sta_id, bool mfp) in hif_map_link()
[all …]
Dhif_rx.c109 struct wfx_vif *wvif = wdev_to_wvif(wdev, hif->interface); in hif_receive_indication() local
126 struct wfx_vif *wvif = wdev_to_wvif(wdev, hif->interface); in hif_event_indication() local
162 struct wfx_vif *wvif = wdev_to_wvif(wdev, hif->interface); in hif_pm_mode_complete_indication() local
177 struct wfx_vif *wvif = wdev_to_wvif(wdev, hif->interface); in hif_scan_complete_indication() local
193 struct wfx_vif *wvif = wdev_to_wvif(wdev, hif->interface); in hif_join_complete_indication() local
209 struct wfx_vif *wvif; in hif_suspend_resume_indication() local
Ddata_rx.c16 static void wfx_rx_handle_ba(struct wfx_vif *wvif, struct ieee80211_mgmt *mgmt) in wfx_rx_handle_ba()
37 void wfx_rx_cb(struct wfx_vif *wvif, in wfx_rx_cb()
Dkey.c157 static int wfx_add_key(struct wfx_vif *wvif, struct ieee80211_sta *sta, in wfx_add_key()
219 static int wfx_remove_key(struct wfx_vif *wvif, struct ieee80211_key_conf *key) in wfx_remove_key()
231 struct wfx_vif *wvif = (struct wfx_vif *)vif->drv_priv; in wfx_set_key() local
Ddebug.c325 struct wfx_vif *wvif; in wfx_ps_timeout_set() local
Dwfx.h132 struct wfx_vif *wvif; in wvif_count() local