]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/ap/ieee802_1x.c
WPS: Add a workaround for Windows 7 capability discovery for PBC
[thirdparty/hostap.git] / src / ap / ieee802_1x.c
index ac0c1270010875be7f150ec253a8f62409809ff9..217f9f9cc8e551e1bf9fed62b93a6baa50b92411 100644 (file)
@@ -1701,6 +1701,7 @@ int ieee802_1x_init(struct hostapd_data *hapd)
        conf.wps = hapd->wps;
        conf.fragment_size = hapd->conf->fragment_size;
        conf.pwd_group = hapd->conf->pwd_group;
+       conf.pbc_in_m1 = hapd->conf->pbc_in_m1;
 
        os_memset(&cb, 0, sizeof(cb));
        cb.eapol_send = ieee802_1x_eapol_send;