wlan: Advertise host Control Roaming based on FW and Host blacklist feature.
Currently, Wifi Framework configure Blacklist Bssid based on WIFI_FEATURE_CONTROL_ROAMING feature flag and wlan host driver configure this Blacklist Bssid to Firmware based on blacklist bssid timeout & Firmware capability. When Bssid timeout is zero, feature flag will advertise to framework and the framework will trigger blacklist bssid to host driver, this eventually failed to set blacklist info to Firmware due to blacklist timer is zero. So to avoid this condition, framework should not trigger blacklist bssid feature to host driver. This can be achieve by advertise supported Host feature i.e WIFI_FEATURE_CONTROL_ROAMING based on FW cap and blacklist timeout both. Change-Id: Ibc6a9c41d365c32a4ed6840cd2ec00ade1dcb3ad CRs-Fixed: 2795285
Loading
Please register or sign in to comment