|
@@ -168,7 +168,7 @@ void p2p_buf_add_device_info(struct wpabuf *buf, struct p2p_data *p2p,
|
|
|
|
|
|
/* Config Methods */
|
|
/* Config Methods */
|
|
methods = 0;
|
|
methods = 0;
|
|
- if (peer) {
|
|
|
|
|
|
+ if (peer && peer->wps_method != WPS_NOT_READY) {
|
|
if (peer->wps_method == WPS_PBC)
|
|
if (peer->wps_method == WPS_PBC)
|
|
methods |= WPS_CONFIG_PUSHBUTTON;
|
|
methods |= WPS_CONFIG_PUSHBUTTON;
|
|
else if (peer->wps_method == WPS_PIN_LABEL)
|
|
else if (peer->wps_method == WPS_PIN_LABEL)
|