• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_report_sec_ie(struct adapter *adapter, u8 authmode, u8 *sec_ie);
17 
18 void rtw_reset_securitypriv(struct adapter *adapter);
19 void indicate_wx_scan_complete_event(struct adapter *padapter);
20 
21 #endif	/* _MLME_OSDEP_H_ */
22