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:
Jouni Malinen 2013-02-15 17:07:28 +02:00 committed by Jouni Malinen
parent 0deab087cd
commit c00ab85f7e
3 changed files with 17 additions and 6 deletions

View file

@ -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 "??";