mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
Mark wpas_wps_er_nfc_handover_sel() static
This is not used outside wps_supplicant.c. Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
8cf1e68c02
commit
c5838683a8
@ -2224,8 +2224,9 @@ struct wpabuf * wpas_wps_nfc_handover_req(struct wpa_supplicant *wpa_s, int cr)
|
|||||||
|
|
||||||
|
|
||||||
#ifdef CONFIG_WPS_NFC
|
#ifdef CONFIG_WPS_NFC
|
||||||
struct wpabuf * wpas_wps_er_nfc_handover_sel(struct wpa_supplicant *wpa_s,
|
static struct wpabuf *
|
||||||
int ndef, const char *uuid)
|
wpas_wps_er_nfc_handover_sel(struct wpa_supplicant *wpa_s, int ndef,
|
||||||
|
const char *uuid)
|
||||||
{
|
{
|
||||||
#ifdef CONFIG_WPS_ER
|
#ifdef CONFIG_WPS_ER
|
||||||
struct wpabuf *ret;
|
struct wpabuf *ret;
|
||||||
|
Loading…
Reference in New Issue
Block a user