Parcourir la source

WPS ER: Fix compiler warning on non-WPS2 builds

Jouni Malinen il y a 14 ans
Parent
commit
c17b1e274f
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/wps/wps_er.c

+ 2 - 0
src/wps/wps_er.c

@@ -1461,7 +1461,9 @@ void wps_er_set_sel_reg(struct wps_er *er, int sel_reg, u16 dev_passwd_id,
 	struct wps_er_ap *ap;
 	struct wps_registrar *reg = er->wps->registrar;
 	const u8 *auth_macs;
+#ifdef CONFIG_WPS2
 	u8 bcast[ETH_ALEN];
+#endif /* CONFIG_WPS2 */
 	size_t count;
 	union wps_event_data data;