hostapd: bump to 2024-03-09
[openwrt/staging/xback.git] / package / network / services / hostapd / patches / 464-fix-mesh-obss-check.patch
1 --- a/wpa_supplicant/wpa_supplicant.c
2 +++ b/wpa_supplicant/wpa_supplicant.c
3 @@ -3100,6 +3100,10 @@ void ibss_mesh_setup_freq(struct wpa_sup
4
5 freq->freq = ssid->frequency;
6
7 + if (ssid->fixed_freq) {
8 + obss_scan = 0;
9 + }
10 +
11 if (ssid->mode == WPAS_MODE_IBSS && !ssid->fixed_freq) {
12 struct wpa_bss *bss = ibss_find_existing_bss(wpa_s, ssid);
13