P2PS: WPS changes needed for P2PS default PIN

This provides additional WPS definitions and rules for negotiating use
of P2PS default PIN configuration method.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
Brian Gix 2014-09-11 18:27:44 +03:00 committed by Jouni Malinen
parent 1a94b0adcc
commit 4f88fc0464
9 changed files with 48 additions and 5 deletions

View file

@ -3723,6 +3723,8 @@ const char * p2p_wps_method_text(enum p2p_wps_method method)
return "PBC";
case WPS_NFC:
return "NFC";
case WPS_P2PS:
return "P2PS";
}
return "??";