|
@@ -2397,9 +2397,10 @@ static void interworking_select_network(struct wpa_supplicant *wpa_s)
|
|
if (interworking_find_network_match(wpa_s)) {
|
|
if (interworking_find_network_match(wpa_s)) {
|
|
wpa_printf(MSG_DEBUG, "Interworking: Possible BSS "
|
|
wpa_printf(MSG_DEBUG, "Interworking: Possible BSS "
|
|
"match for enabled network configurations");
|
|
"match for enabled network configurations");
|
|
- if (wpa_s->auto_select)
|
|
|
|
|
|
+ if (wpa_s->auto_select) {
|
|
interworking_reconnect(wpa_s);
|
|
interworking_reconnect(wpa_s);
|
|
- return;
|
|
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
if (wpa_s->auto_network_select) {
|
|
if (wpa_s->auto_network_select) {
|