openwrt/package/network/services/hostapd/patches
Abhilash Tuse 6b9eb0c73a hostapd: fix reload frequency change patch
When sta is configured, hostapd receives 'stop' and 'update' command from
wpa_supplicant. In the update command, hostapd gets sta parameters with
which it configures ap.

Problem is, with the default wireless configuration:
mode:11g freq:2.4GHz channel:1
If sta is connected to 5GHz network, then ap does not work. Ideally with
340-reload_freq_change.patch hostapd should reload the frequency changes
and start ap in 5GHz, but ap becomes invisible in the network.

This issue can be reproduced with following /etc/config/wireless:
config wifi-device  radio0
        option type     mac80211
        option channel  1
        option hwmode   11g
        option path     'virtual/uccp420/uccwlan'
        option htmode   'none'

config wifi-iface 'ap'
        option device 'radio0'
        option encryption 'none'
        option mode 'ap'
        option network 'ap'
        option ssid 'MyTestNet'
        option encryption none

config wifi-iface 'sta'
       option device radio0
       option network sta
       option mode sta
       option ssid TestNet-5G
       option encryption psk2
       option key 12345

This change updates current_mode structure based on configured hw_mode
received from wpa_supplicant. Also prepare rates table after frequency
selection.

Signed-off-by: Abhilash Tuse <Abhilash.Tuse@imgtec.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name> [cleanup, patch refresh]
(cherry picked from commit 41feba8c4a)
2017-12-13 15:23:59 +01:00
..
001-Fix-race-condition-between-AssocResp-callback-and-4a.patch hostapd: backport a few upstream fixes 2017-01-15 14:53:28 +01:00
002-Fix-duplicate-Reassociation-Request-frame-dropping.patch hostapd: backport a few upstream fixes 2017-01-15 14:53:28 +01:00
003-RSN-IBSS-Fix-TK-clearing-on-Authentication-frame-RX.patch hostapd: backport a few upstream fixes 2017-01-15 14:53:28 +01:00
004-hostapd-Add-possibility-to-send-debug-messages-to-sy.patch hostapd: backport support for sending debug messages to the syslog 2017-02-05 22:29:56 +01:00
005-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch hostapd: merge fixes for WPA packet number reuse with replayed messages and key reinstallation 2017-10-16 12:18:19 +02:00
006-Prevent-reinstallation-of-an-already-in-use-group-ke.patch hostapd: merge fixes for WPA packet number reuse with replayed messages and key reinstallation 2017-10-16 12:18:19 +02:00
007-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch hostapd: merge fixes for WPA packet number reuse with replayed messages and key reinstallation 2017-10-16 12:18:19 +02:00
008-Prevent-installation-of-an-all-zero-TK.patch hostapd: merge fixes for WPA packet number reuse with replayed messages and key reinstallation 2017-10-16 12:18:19 +02:00
009-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch hostapd: merge fixes for WPA packet number reuse with replayed messages and key reinstallation 2017-10-16 12:18:19 +02:00
010-TDLS-Reject-TPK-TK-reconfiguration.patch hostapd: merge fixes for WPA packet number reuse with replayed messages and key reinstallation 2017-10-16 12:18:19 +02:00
011-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch hostapd: merge fixes for WPA packet number reuse with replayed messages and key reinstallation 2017-10-16 12:18:19 +02:00
012-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch hostapd: merge fixes for WPA packet number reuse with replayed messages and key reinstallation 2017-10-16 12:18:19 +02:00
013-Add-hostapd-options-wpa_group_update_count-and-wpa_p.patch hostapd: backport extra changes related to KRACK 2017-10-17 17:54:59 +03:00
014-WPA-Extra-defense-against-PTK-reinstalls-in-4-way-ha.patch hostapd: backport extra changes related to KRACK 2017-10-17 17:54:59 +03:00
015-Clear-PMK-length-and-check-for-this-when-deriving-PT.patch hostapd: backport extra changes related to KRACK 2017-10-17 17:54:59 +03:00
016-Optional-AP-side-workaround-for-key-reinstallation-a.patch hostapd: backport extra changes related to KRACK 2017-10-17 17:54:59 +03:00
017-Additional-consistentcy-checks-for-PTK-component-len.patch hostapd: backport extra changes related to KRACK 2017-10-17 17:54:59 +03:00
018-Clear-BSSID-information-in-supplicant-state-machine-.patch hostapd: backport extra changes related to KRACK 2017-10-17 17:54:59 +03:00
019-WNM-Ignore-WNM-Sleep-Mode-Request-in-wnm_sleep_mode-.patch hostapd: backport fix for wnm_sleep_mode=0 2017-12-07 19:45:44 +01:00
100-daemonize_fix.patch hostapd: backport support for sending debug messages to the syslog 2017-02-05 22:29:56 +01:00
110-no_eapol_fix.patch hostapd: update to version 2016-12-15 2016-12-20 16:24:21 +01:00
120-disable_bridge_packet_workaround.patch hostapd: update to version 2016-09-05 2016-09-08 15:28:38 +02:00
200-multicall.patch hostapd: backport support for sending debug messages to the syslog 2017-02-05 22:29:56 +01:00
300-noscan.patch hostapd: update to version 2016-12-19 2016-12-20 21:35:56 +01:00
310-rescan_immediately.patch hostapd: update to version 2016-12-15 2016-12-20 16:24:21 +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 2016-12-15 2016-12-20 16:24:21 +01:00
340-reload_freq_change.patch hostapd: fix reload frequency change patch 2017-12-13 15:23:59 +01:00
350-nl80211_del_beacon_bss.patch hostapd: update to version 2016-12-15 2016-12-20 16:24:21 +01:00
360-ctrl_iface_reload.patch hostapd: update to version 2016-12-15 2016-12-20 16:24:21 +01:00
370-ap_sta_support.patch hostapd: update to version 2016-12-19 2016-12-20 21:35:56 +01:00
380-disable_ctrl_iface_mib.patch hostapd: merge fixes for WPA packet number reuse with replayed messages and key reinstallation 2017-10-16 12:18:19 +02:00
390-wpa_ie_cap_workaround.patch hostapd: update to version 2016-12-19 2016-12-20 21:35:56 +01:00
400-wps_single_auth_enc_type.patch hostapd: update to version 2016-09-05 2016-09-08 15:28:38 +02:00
410-limit_debug_messages.patch hostapd: backport support for sending debug messages to the syslog 2017-02-05 22:29:56 +01:00
420-indicate-features.patch hostapd: backport support for sending debug messages to the syslog 2017-02-05 22:29:56 +01:00
430-hostapd_cli_ifdef.patch hostapd: update to version 2016-12-15 2016-12-20 16:24:21 +01: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: backport support for sending debug messages to the syslog 2017-02-05 22:29:56 +01:00
460-wpa_supplicant-add-new-config-params-to-be-used-with.patch hostapd: update to version 2016-12-15 2016-12-20 16:24:21 +01:00
461-driver_nl80211-use-new-parameters-during-ibss-join.patch hostapd: update to version 2016-12-15 2016-12-20 16:24:21 +01:00
462-wpa_s-support-htmode-param.patch hostapd: update to version 2016-12-15 2016-12-20 16:24:21 +01:00
470-survey_data_fallback.patch hostapd: implement fallback for incomplete survey data 2016-06-15 17:31:48 +02:00
600-ubus_support.patch hostapd: fix reload frequency change patch 2017-12-13 15:23:59 +01:00