Notify frequency to framework when mlo link channel is changed

Bug: 296110378
Test: Manually add logs in wpa_supplicant and framework
Change-Id: I1b513880e9f1a83687874df68e95bf4904b7361e
This commit is contained in:
Shuibing Dai
2023-09-28 17:53:17 -07:00
parent 44de3b58fd
commit 0db6bb1ec4

View File

@@ -5830,6 +5830,8 @@ void wpa_supplicant_event(void *ctx, enum wpa_event_type event,
notify_bss_changes(
wpa_s, WPA_BSS_FREQ_CHANGED_FLAG,
wpa_s->links[data->ch_switch.link_id].bss);
if (data->ch_switch.freq)
wpas_notify_frequency_changed(wpa_s, data->ch_switch.freq);
}
break;
case EVENT_CH_SWITCH_STARTED: