Fix EVENT_FT_RRB_RX processing
This commit is contained in:
parent
1cd973d501
commit
f2dab64ee3
1 changed files with 1 additions and 0 deletions
|
@ -458,6 +458,7 @@ void wpa_supplicant_event(void *ctx, wpa_event_type event,
|
|||
hapd->iface->scan_cb(hapd->iface);
|
||||
break;
|
||||
#ifdef CONFIG_IEEE80211R
|
||||
case EVENT_FT_RRB_RX:
|
||||
wpa_ft_rrb_rx(hapd->wpa_auth, data->ft_rrb_rx.src,
|
||||
data->ft_rrb_rx.data, data->ft_rrb_rx.data_len);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue