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:
@@ -5830,6 +5830,8 @@ void wpa_supplicant_event(void *ctx, enum wpa_event_type event,
|
|||||||
notify_bss_changes(
|
notify_bss_changes(
|
||||||
wpa_s, WPA_BSS_FREQ_CHANGED_FLAG,
|
wpa_s, WPA_BSS_FREQ_CHANGED_FLAG,
|
||||||
wpa_s->links[data->ch_switch.link_id].bss);
|
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;
|
break;
|
||||||
case EVENT_CH_SWITCH_STARTED:
|
case EVENT_CH_SWITCH_STARTED:
|
||||||
|
|||||||
Reference in New Issue
Block a user