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:
38
components/mlme/dispatcher/inc/wlan_mlme_public_struct.h
Normal file
38
components/mlme/dispatcher/inc/wlan_mlme_public_struct.h
Normal file
@@ -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
|
Reference in New Issue
Block a user