Home
last modified time | relevance | path

Searched refs:issue_asocrsp (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h571 void issue_asocrsp(struct adapter *padapter, unsigned short status,
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c1303 issue_asocrsp(padapter, status, pstat, WIFI_ASSOCRSP); in OnAssocReq()
1305 issue_asocrsp(padapter, status, pstat, WIFI_REASSOCRSP); in OnAssocReq()
1332 issue_asocrsp(padapter, status, pstat, WIFI_ASSOCRSP); in OnAssocReq()
1334 issue_asocrsp(padapter, status, pstat, WIFI_REASSOCRSP); in OnAssocReq()
2540 void issue_asocrsp(struct adapter *padapter, unsigned short status, struct sta_info *pstat, int pkt… in issue_asocrsp() function