Searched refs:wpa_s (Results 1 – 2 of 2) sorted by relevance
200 struct wpa_supplicant *wpa_s; in wpa_driver_set_backgroundscan_params() local214 wpa_s = (struct wpa_supplicant *)(drv->ctx); in wpa_driver_set_backgroundscan_params()215 if (wpa_s->conf == NULL) { in wpa_driver_set_backgroundscan_params()219 ssid_conf = wpa_s->conf->ssid; in wpa_driver_set_backgroundscan_params()279 struct wpa_supplicant *wpa_s = (struct wpa_supplicant *)(drv->ctx); in wpa_driver_wext_driver_cmd() local323 if (!wpa_s->scanning && ((wpa_s->wpa_state <= WPA_SCANNING) || in wpa_driver_wext_driver_cmd()324 (wpa_s->wpa_state >= WPA_COMPLETED))) { in wpa_driver_wext_driver_cmd()360 wpa_supplicant_notify_scanning(wpa_s, 1); in wpa_driver_wext_driver_cmd()
74 struct wpa_supplicant *wpa_s = (struct wpa_supplicant *)(drv->ctx); in wpa_driver_nl80211_driver_cmd() local77 if (wpa_s && wpa_s->parent) { in wpa_driver_nl80211_driver_cmd()79 bss = wpa_s->parent->drv_priv; in wpa_driver_nl80211_driver_cmd()