Disable AP PIN on all interfaces controlled by the same process
[libeap.git] / wpa_supplicant / wpa_supplicant.c
index bbfa291..61d1c87 100644 (file)
@@ -2101,6 +2101,7 @@ next_driver:
                }
                wpa_s->max_scan_ssids = capa.max_scan_ssids;
                wpa_s->max_remain_on_chan = capa.max_remain_on_chan;
+               wpa_s->max_stations = capa.max_stations;
        }
        if (wpa_s->max_remain_on_chan == 0)
                wpa_s->max_remain_on_chan = 1000;