Searched refs:wpa_s (Results 1 – 2 of 2) sorted by relevance
205 struct wpa_supplicant *wpa_s; in wpa_driver_set_backgroundscan_params() local219 wpa_s = (struct wpa_supplicant *)(drv->ctx); in wpa_driver_set_backgroundscan_params()220 if (wpa_s->conf == NULL) { in wpa_driver_set_backgroundscan_params()224 ssid_conf = wpa_s->conf->ssid; in wpa_driver_set_backgroundscan_params()284 struct wpa_supplicant *wpa_s = (struct wpa_supplicant *)(drv->ctx); in wpa_driver_wext_driver_cmd() local328 if (!wpa_s->scanning && ((wpa_s->wpa_state <= WPA_SCANNING) || in wpa_driver_wext_driver_cmd()329 (wpa_s->wpa_state >= WPA_COMPLETED))) { in wpa_driver_wext_driver_cmd()365 wpa_supplicant_notify_scanning(wpa_s, 1); in wpa_driver_wext_driver_cmd()
83 struct wpa_supplicant *wpa_s = (struct wpa_supplicant *)(drv->ctx); in wpa_driver_nl80211_driver_cmd() local86 if (wpa_s && wpa_s->parent) { in wpa_driver_nl80211_driver_cmd()88 bss = wpa_s->parent->drv_priv; in wpa_driver_nl80211_driver_cmd()