Fix Probe Request processing in wpa_supplicant AP mode
Commit 2d43d37ff2
broke EVENT_RX_MGMT
processing in wpa_supplicant AP mode. ap_mgmt_rx() needs to be called
for Probe Request frames even if they get notified through the new
D-Bus signal mechanism.
Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
2d43d37ff2
commit
e19fded66e
1 changed files with 0 additions and 1 deletions
|
@ -2349,7 +2349,6 @@ void wpa_supplicant_event(void *ctx, enum wpa_event_type event,
|
||||||
wpas_notify_preq(wpa_s, mgmt->sa, mgmt->da,
|
wpas_notify_preq(wpa_s, mgmt->sa, mgmt->da,
|
||||||
mgmt->bssid, ie, ie_len,
|
mgmt->bssid, ie, ie_len,
|
||||||
data->rx_mgmt.ssi_signal);
|
data->rx_mgmt.ssi_signal);
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ap_mgmt_rx(wpa_s, &data->rx_mgmt);
|
ap_mgmt_rx(wpa_s, &data->rx_mgmt);
|
||||||
|
|
Loading…
Reference in a new issue