]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/scan.c
HS 2.0: As a STA, do not indicate release number greater than the AP
[thirdparty/hostap.git] / wpa_supplicant / scan.c
index ee39e0c9228d16e99897f14a23430c56205568cc..be328dedb7ad69cdce6920e11b9b3f6e95c2ecf2 100644 (file)
@@ -582,7 +582,7 @@ static struct wpabuf * wpa_supplicant_extra_ies(struct wpa_supplicant *wpa_s)
 
 #ifdef CONFIG_HS20
        if (wpa_s->conf->hs20 && wpabuf_resize(&extra_ie, 7) == 0)
-               wpas_hs20_add_indication(extra_ie, -1);
+               wpas_hs20_add_indication(extra_ie, -1, 0);
 #endif /* CONFIG_HS20 */
 
 #ifdef CONFIG_FST