Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:next_ssid

998 	struct wpa_ssid *next_ssid = NULL;
1004 if (wpa_s->next_ssid) {
1007 /* check that next_ssid is still valid */
1009 if (ssid == wpa_s->next_ssid)
1012 next_ssid = ssid;
1013 wpa_s->next_ssid = NULL;
1018 if (next_ssid && next_ssid->priority ==
1021 wpa_s, next_ssid, selected_ssid, 1);