Lines Matching defs:wlvif
15 struct wl12xx_vif *wlvif,
31 cmd->role_id = wlvif->role_id;
51 if (wlvif->bss_type == BSS_TYPE_STA_BSS)
52 supported_rates |= wlcore_hw_sta_get_ap_rate_mask(wl, wlvif);
55 wlcore_hw_ap_get_mimo_wide_rate_mask(wl, wlvif);
56 if (wlvif->p2p)
59 cmd->channel_type = wlvif->channel_type;
162 int wl18xx_cmd_set_cac(struct wl1271 *wl, struct wl12xx_vif *wlvif, bool start)
168 wlvif->channel, start ? "start" : "stop");
174 cmd->role_id = wlvif->role_id;
175 cmd->channel = wlvif->channel;
176 if (wlvif->band == NL80211_BAND_5GHZ)
178 cmd->bandwidth = wlcore_get_native_channel_type(wlvif->channel_type);
219 int wl18xx_cmd_dfs_master_restart(struct wl1271 *wl, struct wl12xx_vif *wlvif)
225 wlvif->role_id);
231 cmd->role_id = wlvif->role_id;