30 lines
768 B
Diff
30 lines
768 B
Diff
From a3e2b1f84e2a1bcf72fcc1b516296f9bce4616d5 Mon Sep 17 00:00:00 2001
|
|
From: Patrick Walther <patrick.walther@netmodule.com>
|
|
Date: Fri, 24 Jul 2020 14:41:09 +0200
|
|
|
|
---
|
|
wpa_supplicant/wps_supplicant.h | 3 +--
|
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
|
|
diff --git a/wpa_supplicant/wps_supplicant.h b/wpa_supplicant/wps_supplicant.h
|
|
index c55936cee..52fb13bc1 100644
|
|
--- a/wpa_supplicant/wps_supplicant.h
|
|
+++ b/wpa_supplicant/wps_supplicant.h
|
|
@@ -9,6 +9,7 @@
|
|
#ifndef WPS_SUPPLICANT_H
|
|
#define WPS_SUPPLICANT_H
|
|
|
|
+struct wpa_bss;
|
|
struct wpa_scan_results;
|
|
|
|
#ifdef CONFIG_WPS
|
|
@@ -16,8 +17,6 @@ struct wpa_scan_results;
|
|
#include "wps/wps.h"
|
|
#include "wps/wps_defs.h"
|
|
|
|
-struct wpa_bss;
|
|
-
|
|
struct wps_new_ap_settings {
|
|
const char *ssid_hex;
|
|
const char *auth;
|