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:

committed by
Gerrit - the friendly Code Review server

parent
9ffc59225d
commit
2b9259f963
@@ -2050,4 +2050,15 @@ QDF_STATUS wlan_mlme_override_bmps_imps(struct wlan_objmgr_psoc *psoc);
|
||||
QDF_STATUS wlan_mlme_is_imps_enabled(struct wlan_objmgr_psoc *psoc,
|
||||
bool *value);
|
||||
|
||||
/*
|
||||
* wlan_mlme_get_wps_uuid() - get the wps uuid string
|
||||
* @wps_params: pointer to mlme wps parameters structure
|
||||
* @data: data to which the parameter is to be copied
|
||||
*
|
||||
* Return None
|
||||
*
|
||||
*/
|
||||
void
|
||||
wlan_mlme_get_wps_uuid(struct wlan_mlme_wps_params *wps_params, uint8_t *data);
|
||||
|
||||
#endif /* _WLAN_MLME_API_H_ */
|
||||
|
Reference in New Issue
Block a user