WPS: Fix build without CONFIG_WPS_NFC
Commit bbf41865c9
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>
This commit is contained in:
parent
5ab9a6a53e
commit
87470ea298
1 changed files with 4 additions and 0 deletions
|
@ -849,6 +849,8 @@ void wpa_supplicant_ap_pwd_auth_fail(struct wpa_supplicant *wpa_s)
|
|||
}
|
||||
|
||||
|
||||
#ifdef CONFIG_WPS_NFC
|
||||
|
||||
struct wpabuf * wpas_ap_wps_nfc_config_token(struct wpa_supplicant *wpa_s,
|
||||
int ndef)
|
||||
{
|
||||
|
@ -872,6 +874,8 @@ struct wpabuf * wpas_ap_wps_nfc_handover_sel(struct wpa_supplicant *wpa_s,
|
|||
return hostapd_wps_nfc_hs_cr(hapd, ndef);
|
||||
}
|
||||
|
||||
#endif /* CONFIG_WPS_NFC */
|
||||
|
||||
#endif /* CONFIG_WPS */
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue