GNU Linux-libre 4.19.286-gnu1
[releases.git] / drivers / staging / rtl8188eu / include / mlme_osdep.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /******************************************************************************
3  *
4  * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
5  *
6  ******************************************************************************/
7 #ifndef __MLME_OSDEP_H_
8 #define __MLME_OSDEP_H_
9
10 #include <osdep_service.h>
11 #include <drv_types.h>
12
13 void rtw_init_mlme_timer(struct adapter *padapter);
14 void rtw_os_indicate_disconnect(struct adapter *adapter);
15 void rtw_os_indicate_connect(struct adapter *adapter);
16 void rtw_os_indicate_scan_done(struct adapter *padapter, bool aborted);
17 void rtw_report_sec_ie(struct adapter *adapter, u8 authmode, u8 *sec_ie);
18
19 void rtw_reset_securitypriv(struct adapter *adapter);
20 void indicate_wx_scan_complete_event(struct adapter *padapter);
21
22 #endif  /* _MLME_OSDEP_H_ */