Home
last modified time | relevance | path

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

/linux/drivers/staging/wfx/
A 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()
123 int hif_beacon_filter_control(struct wfx_vif *wvif, in hif_beacon_filter_control()
178 int hif_set_block_ack_policy(struct wfx_vif *wvif, in hif_set_block_ack_policy()
206 int hif_set_tx_rate_retry_policy(struct wfx_vif *wvif, in hif_set_tx_rate_retry_policy()
295 int hif_slot_time(struct wfx_vif *wvif, int val) in hif_slot_time()
305 int hif_wep_default_key_id(struct wfx_vif *wvif, int val) in hif_wep_default_key_id()
[all …]
A Dsta.c102 struct wfx_vif *wvif = NULL; in wfx_configure_filter() local
195 int wfx_update_pm(struct wfx_vif *wvif) in wfx_update_pm()
220 struct wfx_vif *wvif = (struct wfx_vif *)vif->drv_priv; in wfx_conf_tx() local
240 struct wfx_vif *wvif = NULL; in wfx_set_rts_threshold() local
277 struct wfx_vif *wvif = (struct wfx_vif *)vif->drv_priv; in wfx_set_default_unicast_key() local
282 void wfx_reset(struct wfx_vif *wvif) in wfx_reset()
302 struct wfx_vif *wvif = (struct wfx_vif *)vif->drv_priv; in wfx_sta_add() local
357 static void wfx_set_mfp_ap(struct wfx_vif *wvif) in wfx_set_mfp_ap()
407 static void wfx_join(struct wfx_vif *wvif) in wfx_join()
455 static void wfx_join_finalize(struct wfx_vif *wvif, in wfx_join_finalize()
[all …]
A Ddata_tx.c106 static int wfx_tx_policy_get(struct wfx_vif *wvif, in wfx_tx_policy_get()
143 static void wfx_tx_policy_put(struct wfx_vif *wvif, int idx) in wfx_tx_policy_put()
158 static int wfx_tx_policy_upload(struct wfx_vif *wvif) in wfx_tx_policy_upload()
186 struct wfx_vif *wvif = in wfx_tx_policy_upload_work() local
193 void wfx_tx_policy_init(struct wfx_vif *wvif) in wfx_tx_policy_init()
289 static u8 wfx_tx_get_retry_policy_id(struct wfx_vif *wvif, in wfx_tx_get_retry_policy_id()
403 struct wfx_vif *wvif; in wfx_tx() local
436 static void wfx_skb_dtor(struct wfx_vif *wvif, struct sk_buff *skb) in wfx_skb_dtor()
495 struct wfx_vif *wvif; in wfx_tx_confirm_cb() local
542 static void wfx_flush_vif(struct wfx_vif *wvif, u32 queues, in wfx_flush_vif()
[all …]
A Dqueue.c61 void wfx_tx_queues_init(struct wfx_vif *wvif) in wfx_tx_queues_init()
77 bool wfx_tx_queue_empty(struct wfx_vif *wvif, struct wfx_queue *queue) in wfx_tx_queue_empty()
83 void wfx_tx_queues_check_empty(struct wfx_vif *wvif) in wfx_tx_queues_check_empty()
93 static void __wfx_tx_queue_drop(struct wfx_vif *wvif, in __wfx_tx_queue_drop()
107 void wfx_tx_queue_drop(struct wfx_vif *wvif, struct wfx_queue *queue, in wfx_tx_queue_drop()
115 void wfx_tx_queues_put(struct wfx_vif *wvif, struct sk_buff *skb) in wfx_tx_queues_put()
129 struct wfx_vif *wvif; in wfx_pending_drop() local
152 struct wfx_vif *wvif; in wfx_pending_get() local
214 bool wfx_tx_queues_has_cab(struct wfx_vif *wvif) in wfx_tx_queues_has_cab()
238 struct wfx_vif *wvif; in wfx_tx_queues_get_skb() local
A 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()
94 struct wfx_vif *wvif = container_of(work, struct wfx_vif, scan_work); in wfx_hw_scan_work() local
129 struct wfx_vif *wvif = (struct wfx_vif *)vif->drv_priv; in wfx_hw_scan() local
139 struct wfx_vif *wvif = (struct wfx_vif *)vif->drv_priv; in wfx_cancel_hw_scan() local
145 void wfx_scan_complete(struct wfx_vif *wvif, int nb_chan_done) in wfx_scan_complete()
A Dhif_tx.c160 int hif_reset(struct wfx_vif *wvif, bool reset_stat) in hif_reset()
230 int hif_scan(struct wfx_vif *wvif, struct cfg80211_scan_request *req, in hif_scan()
279 int hif_stop_scan(struct wfx_vif *wvif) in hif_stop_scan()
294 int hif_join(struct wfx_vif *wvif, const struct ieee80211_bss_conf *conf, in hif_join()
325 int hif_set_bss_params(struct wfx_vif *wvif, int aid, int beacon_lost_count) in hif_set_bss_params()
382 int hif_set_edca_queue_params(struct wfx_vif *wvif, u16 queue, in hif_set_edca_queue_params()
413 int hif_set_pm(struct wfx_vif *wvif, bool ps, int dynamic_ps_timeout) in hif_set_pm()
437 int hif_start(struct wfx_vif *wvif, const struct ieee80211_bss_conf *conf, in hif_start()
461 int hif_beacon_transmit(struct wfx_vif *wvif, bool enable) in hif_beacon_transmit()
478 int hif_map_link(struct wfx_vif *wvif, bool unmap, u8 *mac_addr, int sta_id, bool mfp) in hif_map_link()
[all …]
A Dhif_rx.c108 struct wfx_vif *wvif = wdev_to_wvif(wdev, hif->interface); in hif_receive_indication() local
125 struct wfx_vif *wvif = wdev_to_wvif(wdev, hif->interface); in hif_event_indication() local
161 struct wfx_vif *wvif = wdev_to_wvif(wdev, hif->interface); in hif_pm_mode_complete_indication() local
176 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
A 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()
A 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
A Ddebug.c331 struct wfx_vif *wvif; in wfx_ps_timeout_set() local
A Dwfx.h130 struct wfx_vif *wvif; in wvif_count() local

Completed in 22 milliseconds