]> git.ipfire.org Git - thirdparty/hostap.git/commit
WPS: Fix build without CONFIG_WPS_NFC
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 15 Feb 2013 15:09:24 +0000 (17:09 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 15 Feb 2013 15:09:24 +0000 (17:09 +0200)
commit87470ea298fe944c87f8d5f7286d40e5bf165bb2
tree5cae7c375d206cfed29fc1fa45f6daa025bce658
parent5ab9a6a53e8fcd667aa96dfe1022ae1ca6def892
WPS: Fix build without CONFIG_WPS_NFC

Commit bbf41865c90c2e16510712fa32290729c194422d added calls to functions
that are only defined if CONFIG_WPS_NFC=y. Protect those calls properly
to avoid build issues.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/ap.c