Lines Matching refs:wfx_vif
23 struct wfx_vif;
41 int wfx_hif_start(struct wfx_vif *wvif, const struct ieee80211_bss_conf *conf,
43 int wfx_hif_reset(struct wfx_vif *wvif, bool reset_stat);
44 int wfx_hif_join(struct wfx_vif *wvif, const struct ieee80211_bss_conf *conf,
46 int wfx_hif_map_link(struct wfx_vif *wvif, bool unmap, u8 *mac_addr, int sta_id, bool mfp);
49 int wfx_hif_set_pm(struct wfx_vif *wvif, bool ps, int dynamic_ps_timeout);
50 int wfx_hif_set_bss_params(struct wfx_vif *wvif, int aid, int beacon_lost_count);
51 int wfx_hif_set_edca_queue_params(struct wfx_vif *wvif, u16 queue,
53 int wfx_hif_beacon_transmit(struct wfx_vif *wvif, bool enable);
54 int wfx_hif_update_ie_beacon(struct wfx_vif *wvif, const u8 *ies, size_t ies_len);
55 int wfx_hif_scan(struct wfx_vif *wvif, struct cfg80211_scan_request *req80211,
57 int wfx_hif_scan_uniq(struct wfx_vif *wvif, struct ieee80211_channel *chan, int duration);
58 int wfx_hif_stop_scan(struct wfx_vif *wvif);