Searched refs:issue_auth (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/rtl8723au/core/ |
D | rtw_mlme_ext.c | 56 static void issue_auth(struct rtw_adapter *padapter, struct sta_info *psta, 1075 issue_auth(padapter, pstat, WLAN_STATUS_SUCCESS); in OnAuth23a() 1092 issue_auth(padapter, pstat, (unsigned short)status); in OnAuth23a() 1154 issue_auth(padapter, NULL, 0); in OnAuth23aClient23a() 2828 static void issue_auth(struct rtw_adapter *padapter, struct sta_info *psta, in issue_auth() function 4451 issue_auth(padapter, NULL, 0); in start_clnt_auth() 5413 issue_auth(padapter, NULL, 0); in link_timer_hdl()
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 805 issue_auth(padapter, pstat, (unsigned short)(_STATS_SUCCESSFUL_)); in OnAuth() 824 issue_auth(padapter, pstat, (unsigned short)status); in OnAuth() 879 issue_auth(padapter, NULL, 0); in OnAuthClient() 2411 void issue_auth(struct adapter *padapter, struct sta_info *psta, unsigned short status) in issue_auth() function 4022 issue_auth(padapter, NULL, 0); in start_clnt_auth() 4896 issue_auth(padapter, NULL, 0); in link_timer_hdl()
|
/drivers/staging/rtl8188eu/include/ |
D | rtw_mlme_ext.h | 574 void issue_auth(struct adapter *padapter, struct sta_info *psta,
|