From: nbd Date: Mon, 28 Jul 2014 10:36:51 +0000 (+0000) Subject: hostapd: add missing ifdef X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=1b7c40d56d6d393f798545a8bb21863f5f720b25;p=openwrt.git hostapd: add missing ifdef Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41855 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/services/hostapd/patches/380-disable_ctrl_iface_mib.patch b/package/network/services/hostapd/patches/380-disable_ctrl_iface_mib.patch index dee1ab322c..e491d0726a 100644 --- a/package/network/services/hostapd/patches/380-disable_ctrl_iface_mib.patch +++ b/package/network/services/hostapd/patches/380-disable_ctrl_iface_mib.patch @@ -153,3 +153,14 @@ #endif /* CONFIG_CTRL_IFACE */ +--- a/wpa_supplicant/ap.c ++++ b/wpa_supplicant/ap.c +@@ -984,7 +984,7 @@ int wpas_ap_wps_nfc_report_handover(stru + #endif /* CONFIG_WPS */ + + +-#ifdef CONFIG_CTRL_IFACE ++#if defined(CONFIG_CTRL_IFACE) && defined(CONFIG_CTRL_IFACE_MIB) + + int ap_ctrl_iface_sta_first(struct wpa_supplicant *wpa_s, + char *buf, size_t buflen)