qcacld-3.0: Add legacy mlme component

Add legacy mlme component main APIs and init/deinit from HDD.

Change-Id: I3d3de3bca9a4fd0896a9d6a076b5e60bb1a5ca83
CRs-Fixed: 2272959
This commit is contained in:
Sandeep Puligilla
2018-05-17 19:23:41 -07:00
committed by nshrivas
父節點 0a4f4e598f
當前提交 c5609d5bdc
共有 5 個文件被更改,包括 275 次插入1 次删除

查看文件

@@ -0,0 +1,38 @@
/*
* Copyright (c) 2018 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
* above copyright notice and this permission notice appear in all
* copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
* WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
* AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
/*
* DOC: contains mlme structure definations
*/
#ifndef _WLAN_MLME_STRUCT_H_
#define _WLAN_MLME_STRUCT_H_
#include <wlan_cmn.h>
/**
* struct wlan_mlme_cfg -MLME config items
* @cfg: cfg items
*/
struct wlan_mlme_cfg {
uint8_t test;
/* VHT config */
/* HT config */
};
#endif