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

@@ -1848,6 +1848,11 @@ static void mlme_init_wps_params_cfg(struct wlan_objmgr_psoc *psoc,
cfg_default(CFG_WPS_PIMARY_DEVICE_OUI);
wps_params->wps_state = cfg_default(CFG_WPS_STATE);
wps_params->wps_version = cfg_default(CFG_WPS_VERSION);
wps_params->wps_uuid.max_len = MLME_CFG_WPS_UUID_MAX_LEN;
qdf_uint8_array_parse(cfg_default(CFG_WPS_UUID),
wps_params->wps_uuid.data,
MLME_CFG_WPS_UUID_MAX_LEN,
&wps_params->wps_uuid.len);
}
static void mlme_init_btm_cfg(struct wlan_mlme_btm *btm)