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:
parent
1a94b0adcc
commit
4f88fc0464
9 changed files with 48 additions and 5 deletions
|
@ -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 "??";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue