You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package
Leon M. George f974f8213b hostapd: declare struct wpa_bss early
wps_supplicant.h assumes that 'struct wpa_bss' is forward declared if
CONFIG_WPS is not defined.  With the later inclusion of
600-ubus_support, the issue manifests in warnings like these:

wps_supplicant.h:113:15: warning: 'struct wpa_bss' declared inside parameter list will not be visible outside of this definition or declaration
        struct wpa_bss *bss)
               ^~~~~~~

This patch forward declares 'struct wpa_bss' regardless.

Signed-off-by: Leon M. George <leon@georgemail.eu>
[commit message facelift]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
5 years ago
..
base-files base-files: provide option to specify label MAC address in board.d 5 years ago
boot uboot-fritz4040: build with ipq40xx "generic" subtarget 5 years ago
devel perf: simplify the build process 5 years ago
firmware ath10k-firmware: update Candela Tech firmware images 5 years ago
kernel brcm2708-gpu-fw: update to latest firmware 5 years ago
libs openssl: bump to 1.1.1d 5 years ago
network hostapd: declare struct wpa_bss early 5 years ago
system procd: fix invalid JSON filter expression in procd_running() 5 years ago
utils px5g: support EC keys 5 years ago
Makefile packages: apply usign padding workarounds to package indexes if needed 5 years ago