Lines Matching refs:wfx_vif
15 struct wfx_vif;
20 int wfx_hif_set_output_power(struct wfx_vif *wvif, int val);
21 int wfx_hif_set_beacon_wakeup_period(struct wfx_vif *wvif,
23 int wfx_hif_set_rcpi_rssi_threshold(struct wfx_vif *wvif, int rssi_thold, int rssi_hyst);
26 int wfx_hif_set_macaddr(struct wfx_vif *wvif, u8 *mac);
27 int wfx_hif_set_rx_filter(struct wfx_vif *wvif, bool filter_bssid, bool fwd_probe_req);
28 int wfx_hif_set_beacon_filter_table(struct wfx_vif *wvif, int tbl_len,
30 int wfx_hif_beacon_filter_control(struct wfx_vif *wvif, int enable, int beacon_count);
32 int wfx_hif_set_template_frame(struct wfx_vif *wvif, struct sk_buff *skb,
34 int wfx_hif_set_mfp(struct wfx_vif *wvif, bool capable, bool required);
35 int wfx_hif_set_block_ack_policy(struct wfx_vif *wvif, u8 tx_tid_policy, u8 rx_tid_policy);
36 int wfx_hif_set_association_mode(struct wfx_vif *wvif, int ampdu_density,
38 int wfx_hif_set_tx_rate_retry_policy(struct wfx_vif *wvif, int policy_index, u8 *rates);
39 int wfx_hif_keep_alive_period(struct wfx_vif *wvif, int period);
40 int wfx_hif_set_arp_ipv4_filter(struct wfx_vif *wvif, int idx, __be32 *addr);
42 int wfx_hif_set_uapsd_info(struct wfx_vif *wvif, unsigned long val);
43 int wfx_hif_erp_use_protection(struct wfx_vif *wvif, bool enable);
44 int wfx_hif_slot_time(struct wfx_vif *wvif, int val);
45 int wfx_hif_wep_default_key_id(struct wfx_vif *wvif, int val);
46 int wfx_hif_rts_threshold(struct wfx_vif *wvif, int val);