Searched refs:issue_auth (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_mlme_ext.c | 56 static void issue_auth(struct rtw_adapter *padapter, struct sta_info *psta, 1073 issue_auth(padapter, pstat, WLAN_STATUS_SUCCESS); in OnAuth23a() 1090 issue_auth(padapter, pstat, (unsigned short)status); in OnAuth23a() 1152 issue_auth(padapter, NULL, 0); in OnAuth23aClient23a() 2824 static void issue_auth(struct rtw_adapter *padapter, struct sta_info *psta, in issue_auth() function 4443 issue_auth(padapter, NULL, 0); in start_clnt_auth() 5393 issue_auth(padapter, NULL, 0); in link_timer_hdl()
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | rtw_mlme_ext.h | 573 void issue_auth(struct adapter *padapter, struct sta_info *psta,
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 796 issue_auth(padapter, pstat, (unsigned short)(_STATS_SUCCESSFUL_)); in OnAuth() 815 issue_auth(padapter, pstat, (unsigned short)status); in OnAuth() 870 issue_auth(padapter, NULL, 0); in OnAuthClient() 2401 void issue_auth(struct adapter *padapter, struct sta_info *psta, unsigned short status) in issue_auth() function 4023 issue_auth(padapter, NULL, 0); in start_clnt_auth() 4898 issue_auth(padapter, NULL, 0); in link_timer_hdl()
|