Changed the Network Index value to 1 since that is the default value
authorJouni Malinen <j@w1.fi>
Sat, 17 Jan 2009 19:14:13 +0000 (21:14 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 17 Jan 2009 19:14:13 +0000 (21:14 +0200)
src/wps/wps_registrar.c

index 7716609..d89cf17 100644 (file)
@@ -851,7 +851,7 @@ static int wps_build_cred_network_idx(struct wpabuf *msg,
        wpa_printf(MSG_DEBUG, "WPS:  * Network Index");
        wpabuf_put_be16(msg, ATTR_NETWORK_INDEX);
        wpabuf_put_be16(msg, 1);
-       wpabuf_put_u8(msg, 0);
+       wpabuf_put_u8(msg, 1);
        return 0;
 }