P2P NFC: Define WPS_NFC config method
This will be used to track NFC as config method in P2P operations. Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
0deab087cd
commit
c00ab85f7e
3 changed files with 17 additions and 6 deletions
|
@ -3387,6 +3387,8 @@ const char * p2p_wps_method_text(enum p2p_wps_method method)
|
|||
return "Keypad";
|
||||
case WPS_PBC:
|
||||
return "PBC";
|
||||
case WPS_NFC:
|
||||
return "NFC";
|
||||
}
|
||||
|
||||
return "??";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue