mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 10:18:21 -05:00
WPS: Configure logging to show nfcpy log message
Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
68f51f9af8
commit
8140ae969b
@ -15,6 +15,9 @@ import nfc.ndef
|
||||
import nfc.llcp
|
||||
import nfc.handover
|
||||
|
||||
import logging
|
||||
logging.basicConfig()
|
||||
|
||||
import wpactrl
|
||||
|
||||
wpas_ctrl = '/var/run/hostapd'
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/python
|
||||
#
|
||||
# Example nfcpy to wpa_supplicant wrapper for WPS NFC operations
|
||||
# Copyright (c) 2012, Jouni Malinen <j@w1.fi>
|
||||
# Copyright (c) 2012-2013, Jouni Malinen <j@w1.fi>
|
||||
#
|
||||
# This software may be distributed under the terms of the BSD license.
|
||||
# See README for more details.
|
||||
@ -15,6 +15,9 @@ import nfc.ndef
|
||||
import nfc.llcp
|
||||
import nfc.handover
|
||||
|
||||
import logging
|
||||
logging.basicConfig()
|
||||
|
||||
import wpactrl
|
||||
|
||||
wpas_ctrl = '/var/run/wpa_supplicant'
|
||||
|
Loading…
Reference in New Issue
Block a user