qcacld-3.0: Refactor WNI_CFG_WPS_UUID cfg to mlme component

WNI_CFG_WPS_UUID should be refactored and adopted by the mlme
component.

Move the cfg item to cfg_mlme_wps_params.h

Change-Id: I79db155ad16998e9d7a7e20c01efbcba1681d61e
CRs-Fixed: 2366599
This commit is contained in:
Pragaspathi Thilagaraj
2018-12-05 22:29:03 +05:30
committed by Gerrit - the friendly Code Review server
szülő 9ffc59225d
commit 2b9259f963
9 fájl változott, egészen pontosan 44 új sor hozzáadva és 17 régi sor törölve

Fájl megtekintése

@@ -3012,3 +3012,11 @@ QDF_STATUS wlan_mlme_override_bmps_imps(struct wlan_objmgr_psoc *psoc)
return QDF_STATUS_SUCCESS;
}
void wlan_mlme_get_wps_uuid(struct wlan_mlme_wps_params *wps_params,
uint8_t *data)
{
qdf_size_t len = wps_params->wps_uuid.len;
wlan_mlme_get_cfg_str(data, &wps_params->wps_uuid, &len);
}