Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:next_ssid

1143 	struct wpa_ssid *next_ssid = NULL;
1150 if (wpa_s->next_ssid) {
1151 /* check that next_ssid is still valid */
1153 if (ssid == wpa_s->next_ssid)
1156 next_ssid = ssid;
1157 wpa_s->next_ssid = NULL;
1162 if (next_ssid && next_ssid->priority ==
1165 wpa_s, next_ssid, selected_ssid, 1);