1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-04 18:45:43 +00:00
rtl8812au/os_dep
Ben Hutchings 5b90ddb5cb ioctl_cfg80211: Add support for standard RSSI notifications
Currently background scanning with wpa_supplicant does not work very
well because rtl8812au does not notify it about changes to RSSI.  To
fix this:

* Implement the cfg80211_ops::set_cqm_rssi_config operation to set the
  parameters for RSSI notifications.
* Add a rtw_cfg80211_cqm_rssi_update() function that calls
  cfg80211_cqm_rssi_notify() if the RSSI has changed significantly
  (based on those parameters).
* When connected in infrastructure mode, call
  rtw_cfg80211_cqm_rssi_update() after processing a beacon and
  updating the RSSI.

Signed-off-by: Ben Hutchings <ben.hutchings@mind.be>
2023-11-07 20:52:13 +01:00
..
linux ioctl_cfg80211: Add support for standard RSSI notifications 2023-11-07 20:52:13 +01:00
osdep_service.c Use eth_hw_addr_set instead of dev_addr_set 2023-07-02 12:11:29 +00:00