openwrt/package/network/services/hostapd/patches
Arnout Vandecappelle (Essensium/Mind) 2e0f41e73a hostapd: add Multi-AP patches and config options
Cherry-pick Multi-AP commits from uptream:
 9c06f0f6a hostapd: Add Multi-AP protocol support
 5abc7823b wpa_supplicant: Add Multi-AP backhaul STA support
 a1debd338 tests: Refactor test_multi_ap
 bfcdac1c8 Multi-AP: Don't reject backhaul STA on fronthaul BSS
 cb3c156e7 tests: Update multi_ap_fronthaul_on_ap to match implementation
 56a2d788f WPS: Add multi_ap_subelem to wps_build_wfa_ext()
 83ebf5586 wpa_supplicant: Support Multi-AP backhaul STA onboarding with WPS
 66819b07b hostapd: Support Multi-AP backhaul STA onboarding with WPS
 8682f384c hostapd: Add README-MULTI-AP
 b1daf498a tests: Multi-AP WPS provisioning

Add support for Multi-AP to the UCI configuration. Every wifi-iface gets
an option 'multi_ap'. For APs, its value can be 0 (multi-AP support
disabled), 1 (backhaul AP), 2 (fronthaul AP), or 3 (fronthaul + backhaul
AP). For STAs, it can be 0 (not a backhaul STA) or 1 (backhaul STA, can
only associate with backhaul AP).

Also add new optional parameter to wps_start ubus call of
wpa_supplicant to indicate that a Multi-AP backhaul link is required.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2019-02-20 13:17:11 +01:00
..
001-mesh-factor-out-mesh-join-function.patch
002-mesh-factor-out-rsn-initialization.patch
003-mesh-relocate-RSN-init-function.patch
004-mesh-use-setup-completion-callback-to-complete-mesh-.patch
005-mesh-reflect-country-setting-to-mesh-configuration.patch
006-mesh-inform-kernel-driver-DFS-handler-in-userspace.patch
007-mesh-apply-channel-attributes-before-running-Mesh.patch
008-mesh-set-interface-type-to-mesh-before-setting-inter.patch
009-mesh-set-mesh-center-frequency.patch
010-mesh-consider-mesh-interface-on-dfs-event-handler.patch
011-mesh-Allow-DFS-channels-to-be-selected-if-dfs-is-ena.patch
013-mesh-do-not-allow-pri-sec-channel-switch.patch
014-mesh-do-not-allow-scan-result-to-swap-pri-sec.patch
015-mesh-do-not-use-offchan-mgmt-tx-on-DFS.patch
016-mesh-fix-channel-switch-error-during-CAC.patch
017-mesh-use-right-interface-context-to-send-DFS-event-m.patch
018-mesh-make-forwarding-configurable.patch
031-mesh-add-VHT_CHANWIDTH_USE_HT-to-max_oper_chwidth.patch
032-mesh-implement-use-of-VHT20-config-in-mesh-mode.patch
040-FT-Fix-CONFIG_IEEE80211X-y-build-without-CONFIG_FILS.patch
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
100-daemonize_fix.patch
110-no_eapol_fix.patch
120-disable_bridge_packet_workaround.patch
200-multicall.patch
300-noscan.patch
301-mesh-noscan.patch
310-rescan_immediately.patch
320-optional_rfkill.patch
330-nl80211_fix_set_freq.patch
340-reload_freq_change.patch
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
360-ctrl_iface_reload.patch
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
390-wpa_ie_cap_workaround.patch
400-wps_single_auth_enc_type.patch
410-limit_debug_messages.patch
420-indicate-features.patch
430-hostapd_cli_ifdef.patch
431-wpa_cli_ifdef.patch
432-missing-typedef.patch
450-scan_wait.patch
460-wpa_supplicant-add-new-config-params-to-be-used-with.patch
461-driver_nl80211-use-new-parameters-during-ibss-join.patch
463-add-mcast_rate-to-11s.patch
464-fix-mesh-obss-check.patch
470-survey_data_fallback.patch
500-lto-jobserver-support.patch
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
600-ubus_support.patch hostapd: add Multi-AP patches and config options 2019-02-20 13:17:11 +01:00