Lines Matching refs:wlvif
24 struct wl12xx_vif *wlvif; in wl1271_scan_complete_work() local
43 wlvif = wl->scan_wlvif; in wl1271_scan_complete_work()
60 if (test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags)) { in wl1271_scan_complete_work()
62 wl1271_cmd_build_ap_probe_req(wl, wlvif, wlvif->probereq); in wl1271_scan_complete_work()
85 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif); in wlcore_started_vifs_iter() local
94 switch (wlvif->bss_type) { in wlcore_started_vifs_iter()
96 if (test_bit(WLVIF_FLAG_STA_ASSOCIATED, &wlvif->flags)) in wlcore_started_vifs_iter()
101 if (wlvif->wl->active_sta_count > 0) in wlcore_started_vifs_iter()
334 struct wl12xx_vif *wlvif = wl12xx_vif_to_data(vif); in wlcore_scan() local
354 wl->scan_wlvif = wlvif; in wlcore_scan()
363 wl->ops->scan_start(wl, wlvif, req); in wlcore_scan()
370 struct wl12xx_vif *wlvif, in wlcore_scan_sched_scan_ssid_list() argument
399 cmd->role_id = wlvif->role_id; in wlcore_scan_sched_scan_ssid_list()