openwrt/package/network/services/hostapd/patches
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>
2019-09-19 23:43:27 +02:00
..
001-mesh-factor-out-mesh-join-function.patch hostapd: update to version 2018-12-02 (2.7) 2019-01-02 15:47:13 +01:00
002-mesh-factor-out-rsn-initialization.patch hostapd: update packaging and patches 2018-05-31 00:38:16 +02:00
003-mesh-relocate-RSN-init-function.patch hostapd: update packaging and patches 2018-05-31 00:38:16 +02:00
004-mesh-use-setup-completion-callback-to-complete-mesh-.patch hostapd: update packaging and patches 2018-05-31 00:38:16 +02:00
005-mesh-reflect-country-setting-to-mesh-configuration.patch hostapd: update packaging and patches 2018-05-31 00:38:16 +02:00
006-mesh-inform-kernel-driver-DFS-handler-in-userspace.patch hostapd: update to version 2018-12-02 (2.7) 2019-01-02 15:47:13 +01:00
007-mesh-apply-channel-attributes-before-running-Mesh.patch hostapd: update packaging and patches 2018-05-31 00:38:16 +02:00
008-mesh-set-interface-type-to-mesh-before-setting-inter.patch hostapd: update packaging and patches 2018-05-31 00:38:16 +02:00
009-mesh-set-mesh-center-frequency.patch hostapd: update packaging and patches 2018-05-31 00:38:16 +02:00
010-mesh-consider-mesh-interface-on-dfs-event-handler.patch hostapd: update to version 2018-12-02 (2.7) 2019-01-02 15:47:13 +01:00
011-mesh-Allow-DFS-channels-to-be-selected-if-dfs-is-ena.patch hostapd: update to version 2018-12-02 (2.7) 2019-01-02 15:47:13 +01:00
013-mesh-do-not-allow-pri-sec-channel-switch.patch hostapd: update packaging and patches 2018-05-31 00:38:16 +02:00
014-mesh-do-not-allow-scan-result-to-swap-pri-sec.patch hostapd: update to version 2018-12-02 (2.7) 2019-01-02 15:47:13 +01:00
015-mesh-do-not-use-offchan-mgmt-tx-on-DFS.patch hostapd: update to version 2018-12-02 (2.7) 2019-01-02 15:47:13 +01:00
016-mesh-fix-channel-switch-error-during-CAC.patch hostapd: update packaging and patches 2018-05-31 00:38:16 +02:00
017-mesh-use-right-interface-context-to-send-DFS-event-m.patch hostapd: update packaging and patches 2018-05-31 00:38:16 +02:00
018-mesh-make-forwarding-configurable.patch hostapd: update to version 2018-12-02 (2.7) 2019-01-02 15:47:13 +01:00
031-mesh-add-VHT_CHANWIDTH_USE_HT-to-max_oper_chwidth.patch hostapd: update to version 2018-12-02 (2.7) 2019-01-02 15:47:13 +01:00
032-mesh-implement-use-of-VHT20-config-in-mesh-mode.patch hostapd: update to version 2018-12-02 (2.7) 2019-01-02 15:47:13 +01:00
040-FT-Fix-CONFIG_IEEE80211X-y-build-without-CONFIG_FILS.patch hostapd: update to version 2018-12-02 (2.7) 2019-01-02 15:47:13 +01:00
051-wpa_supplicant-fix-race-condition-in-mesh-mpm-new-pe.patch hostapd: update the fix for a race condition in mesh new peer handling 2019-02-17 16:06:44 +01:00
061-0001-OpenSSL-Use-constant-time-operations-for-private-big.patch hostapd: fix CVE-2019-9494 2019-04-11 11:26:01 +02:00
061-0002-Add-helper-functions-for-constant-time-operations.patch hostapd: fix CVE-2019-9494 2019-04-11 11:26:01 +02:00
061-0003-OpenSSL-Use-constant-time-selection-for-crypto_bignu.patch hostapd: fix CVE-2019-9494 2019-04-11 11:26:01 +02:00
061-0005-SAE-Minimize-timing-differences-in-PWE-derivation.patch hostapd: fix CVE-2019-9494 2019-04-11 11:26:01 +02:00
061-0006-SAE-Avoid-branches-in-is_quadratic_residue_blind.patch hostapd: fix CVE-2019-9494 2019-04-11 11:26:01 +02:00
061-0007-SAE-Mask-timing-of-MODP-groups-22-23-24.patch hostapd: fix CVE-2019-9494 2019-04-11 11:26:01 +02:00
061-0008-SAE-Use-const_time-selection-for-PWE-in-FFC.patch hostapd: fix CVE-2019-9494 2019-04-11 11:26:01 +02:00
061-0009-SAE-Use-constant-time-operations-in-sae_test_pwd_see.patch hostapd: fix CVE-2019-9494 2019-04-11 11:26:01 +02:00
062-0004-EAP-pwd-Use-constant-time-and-memory-access-for-find.patch hostapd: fix CVE-2019-9495 2019-04-11 11:26:01 +02:00
063-0010-SAE-Fix-confirm-message-validation-in-error-cases.patch hostapd: fix CVE-2019-9496 2019-04-11 11:26:01 +02:00
064-0011-EAP-pwd-server-Verify-received-scalar-and-element.patch hostapd: fix CVE-2019-9497, CVE-2019-9498, CVE-2019-9499 2019-04-11 11:26:01 +02:00
064-0012-EAP-pwd-server-Detect-reflection-attacks.patch hostapd: fix CVE-2019-9497, CVE-2019-9498, CVE-2019-9499 2019-04-11 11:26:01 +02:00
064-0013-EAP-pwd-client-Verify-received-scalar-and-element.patch hostapd: fix CVE-2019-9497, CVE-2019-9498, CVE-2019-9499 2019-04-11 11:26:01 +02:00
064-0014-EAP-pwd-Check-element-x-y-coordinates-explicitly.patch hostapd: fix CVE-2019-9497, CVE-2019-9498, CVE-2019-9499 2019-04-11 11:26:01 +02:00
065-0001-EAP-pwd-server-Fix-reassembly-buffer-handling.patch hostapd: Fix security problem 2019-09-10 21:51:26 +02:00
065-0003-EAP-pwd-peer-Fix-reassembly-buffer-handling.patch hostapd: Fix security problem 2019-09-10 21:51:26 +02:00
066-0000-EAP-pwd-Disallow-ECC-groups-with-a-prime-under-256-b.patch hostapd: SAE/EAP-pwd side-channel attack update 2019-09-10 21:51:41 +02:00
066-0000-SAE-Reject-unsuitable-groups-based-on-REVmd-changes.patch hostapd: SAE/EAP-pwd side-channel attack update 2019-09-10 21:51:41 +02:00
066-0001-SAE-Use-const_time_memcmp-for-pwd_value-prime-compar.patch hostapd: SAE/EAP-pwd side-channel attack update 2019-09-10 21:51:41 +02:00
066-0002-EAP-pwd-Use-const_time_memcmp-for-pwd_value-prime-co.patch hostapd: SAE/EAP-pwd side-channel attack update 2019-09-10 21:51:41 +02:00
066-0003-OpenSSL-Use-BN_bn2binpad-or-BN_bn2bin_padded-if-avai.patch hostapd: SAE/EAP-pwd side-channel attack update 2019-09-10 21:51:41 +02:00
066-0004-SAE-Run-through-prf-result-processing-even-if-it-pri.patch hostapd: SAE/EAP-pwd side-channel attack update 2019-09-10 21:51:41 +02:00
066-0005-EAP-pwd-Run-through-prf-result-processing-even-if-it.patch hostapd: SAE/EAP-pwd side-channel attack update 2019-09-10 21:51:41 +02:00
066-0006-dragonfly-Disable-use-of-groups-using-Brainpool-curv.patch hostapd: SAE/EAP-pwd side-channel attack update 2019-09-10 21:51:41 +02:00
100-daemonize_fix.patch hostapd: update to version 2017-08-24 2017-10-07 05:46:04 +03:00
110-no_eapol_fix.patch hostapd: update to version 2018-12-02 (2.7) 2019-01-02 15:47:13 +01:00
120-disable_bridge_packet_workaround.patch hostapd: update to git snapshot of 2018-04-09 2018-04-13 03:27:01 +02:00
200-multicall.patch hostapd: update to version 2018-12-02 (2.7) 2019-01-02 15:47:13 +01:00
300-noscan.patch hostapd: update to version 2018-12-02 (2.7) 2019-01-02 15:47:13 +01:00
301-mesh-noscan.patch hostapd: update to version 2018-12-02 (2.7) 2019-01-02 15:47:13 +01:00
310-rescan_immediately.patch hostapd: update to version 2018-12-02 (2.7) 2019-01-02 15:47:13 +01:00
320-optional_rfkill.patch hostapd: update to version 2016-12-15 2016-12-20 16:24:21 +01:00
330-nl80211_fix_set_freq.patch hostapd: update to version 2018-12-02 (2.7) 2019-01-02 15:47:13 +01:00
340-reload_freq_change.patch hostapd: update to version 2018-12-02 (2.7) 2019-01-02 15:47:13 +01:00
341-mesh-ctrl-iface-channel-switch.patch wpa_supplicant: fix calling channel switch via wpa_cli on mesh interfaces 2019-01-29 11:27:13 +01:00
350-nl80211_del_beacon_bss.patch hostapd: update to version 2018-12-02 (2.7) 2019-01-02 15:47:13 +01:00
360-ctrl_iface_reload.patch hostapd: update to version 2018-12-02 (2.7) 2019-01-02 15:47:13 +01:00
370-ap_sta_support.patch hostapd: add support for passing CSA events from sta/mesh to AP interfaces 2019-01-29 11:27:06 +01:00
380-disable_ctrl_iface_mib.patch hostapd: add support for passing CSA events from sta/mesh to AP interfaces 2019-01-29 11:27:06 +01:00
381-hostapd_cli_UNKNOWN-COMMAND.patch hostapd: backport build fix when OWE is activated 2018-10-14 13:57:14 +02:00
390-wpa_ie_cap_workaround.patch hostapd: update to version 2018-12-02 (2.7) 2019-01-02 15:47:13 +01:00
400-wps_single_auth_enc_type.patch hostapd: update to git snapshot of 2018-03-26 2018-03-27 19:25:32 +02:00
410-limit_debug_messages.patch hostapd: revert signature change in patch 2019-09-19 23:43:27 +02:00
420-indicate-features.patch hostapd: update to git snapshot of 2018-03-26 2018-03-27 19:25:32 +02:00
430-hostapd_cli_ifdef.patch hostapd: add support for client taxonomy in the full config 2018-06-05 09:28:00 +02:00
431-wpa_cli_ifdef.patch hostapd: update to version 2016-09-05 2016-09-08 15:28:38 +02:00
432-missing-typedef.patch hostapd: fix compilation error in wext backend 2016-06-15 19:10:32 +02:00
450-scan_wait.patch hostapd: update to git snapshot of 2018-03-26 2018-03-27 19:25:32 +02:00
460-wpa_supplicant-add-new-config-params-to-be-used-with.patch hostapd: update to version 2018-12-02 (2.7) 2019-01-02 15:47:13 +01:00
461-driver_nl80211-use-new-parameters-during-ibss-join.patch hostapd: update to version 2018-12-02 (2.7) 2019-01-02 15:47:13 +01:00
463-add-mcast_rate-to-11s.patch hostapd: update to version 2018-12-02 (2.7) 2019-01-02 15:47:13 +01:00
464-fix-mesh-obss-check.patch hostapd: update to version 2018-12-02 (2.7) 2019-01-02 15:47:13 +01:00
470-survey_data_fallback.patch hostapd: update to version 2017-08-24 2017-10-07 05:46:04 +03:00
500-lto-jobserver-support.patch hostapd: build with LTO enabled (using jobserver for parallel build) 2018-07-10 14:26:35 +02:00
550-hostapd-Add-Multi-AP-protocol-support.patch hostapd: add Multi-AP patches and config options 2019-02-20 13:17:11 +01:00
551-wpa_supplicant-Add-Multi-AP-protocol-support-to-supp.patch hostapd: add Multi-AP patches and config options 2019-02-20 13:17:11 +01:00
552-tests-Multi-AP-association.patch hostapd: add Multi-AP patches and config options 2019-02-20 13:17:11 +01:00
553-tests-refactor-test_multi_ap.patch hostapd: add Multi-AP patches and config options 2019-02-20 13:17:11 +01:00
554-multi_ap-don-t-reject-backhaul-STA-on-fronhaul-BSS.patch hostapd: add Multi-AP patches and config options 2019-02-20 13:17:11 +01:00
555-WPS-wps_build_wfa_ext-add-multi_ap_subelem-parameter.patch hostapd: add Multi-AP patches and config options 2019-02-20 13:17:11 +01:00
556-wpa_supplicant-support-Multi-AP-backhaul-STA-onboard.patch hostapd: add Multi-AP patches and config options 2019-02-20 13:17:11 +01:00
557-hostapd-support-Multi-AP-backhaul-STA-onboarding.patch hostapd: add Multi-AP patches and config options 2019-02-20 13:17:11 +01:00
558-hostapd-add-README-MULTI-AP.patch hostapd: add Multi-AP patches and config options 2019-02-20 13:17:11 +01:00
559-tests-add-WPS-tests-to-multi_ap-hwsim-tests.patch hostapd: add Multi-AP patches and config options 2019-02-20 13:17:11 +01:00
599-wpa_supplicant-fix-warnings.patch hostapd: declare struct wpa_bss early 2019-09-19 23:43:27 +02:00
600-ubus_support.patch hostapd: add Multi-AP patches and config options 2019-02-20 13:17:11 +01:00