|
@@ -189,8 +189,8 @@ static void sme_auth_handle_rrm(struct wpa_supplicant *wpa_s,
|
|
|
|
|
|
if (wpa_s->drv_rrm_flags & WPA_DRIVER_FLAGS_SUPPORT_BEACON_REPORT)
|
|
|
*pos |= WLAN_RRM_CAPS_BEACON_REPORT_PASSIVE |
|
|
|
- WLAN_RRM_CAPS_BEACON_REPORT_ACTIVE |
|
|
|
- WLAN_RRM_CAPS_BEACON_REPORT_TABLE;
|
|
|
+ WLAN_RRM_CAPS_BEACON_REPORT_ACTIVE;
|
|
|
+ *pos |= WLAN_RRM_CAPS_BEACON_REPORT_TABLE;
|
|
|
|
|
|
if (wpa_s->lci)
|
|
|
pos[1] |= WLAN_RRM_CAPS_LCI_MEASUREMENT;
|