Lines Matching defs:wlvif
27 static int wl18xx_scan_send(struct wl1271 *wl, struct wl12xx_vif *wlvif,
41 if (wlcore_is_p2p_mgmt(wlvif))
42 cmd->role_id = wlvif->dev_role_id;
44 cmd->role_id = wlvif->role_id;
100 ret = wl12xx_cmd_build_probe_req(wl, wlvif,
117 ret = wl12xx_cmd_build_probe_req(wl, wlvif,
146 void wl18xx_scan_completed(struct wl1271 *wl, struct wl12xx_vif *wlvif)
156 struct wl12xx_vif *wlvif,
168 filter_type = wlcore_scan_sched_scan_ssid_list(wl, wlvif, req);
178 cmd->role_id = wlvif->role_id;
243 ret = wl12xx_cmd_build_probe_req(wl, wlvif,
260 ret = wl12xx_cmd_build_probe_req(wl, wlvif,
289 int wl18xx_sched_scan_start(struct wl1271 *wl, struct wl12xx_vif *wlvif,
293 return wl18xx_scan_sched_scan_config(wl, wlvif, req, ies);
296 static int __wl18xx_scan_stop(struct wl1271 *wl, struct wl12xx_vif *wlvif,
310 stop->role_id = wlvif->role_id;
324 void wl18xx_scan_sched_scan_stop(struct wl1271 *wl, struct wl12xx_vif *wlvif)
326 __wl18xx_scan_stop(wl, wlvif, SCAN_TYPE_PERIODIC);
328 int wl18xx_scan_start(struct wl1271 *wl, struct wl12xx_vif *wlvif,
331 return wl18xx_scan_send(wl, wlvif, req);
334 int wl18xx_scan_stop(struct wl1271 *wl, struct wl12xx_vif *wlvif)
336 return __wl18xx_scan_stop(wl, wlvif, SCAN_TYPE_SEARCH);