Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.c1487 tstrDisconnectNotifInfo strDisconnectNotifInfo; in Handle_RcvdGnrlAsyncInfo() local
1633 memset(&strDisconnectNotifInfo, 0, sizeof(tstrDisconnectNotifInfo)); in Handle_RcvdGnrlAsyncInfo()
1641 strDisconnectNotifInfo.u16reason = 0; in Handle_RcvdGnrlAsyncInfo()
1642 strDisconnectNotifInfo.ie = NULL; in Handle_RcvdGnrlAsyncInfo()
1643 strDisconnectNotifInfo.ie_len = 0; in Handle_RcvdGnrlAsyncInfo()
1652 &strDisconnectNotifInfo, in Handle_RcvdGnrlAsyncInfo()
1991 tstrDisconnectNotifInfo strDisconnectNotifInfo; in Handle_Disconnect() local
1993 memset(&strDisconnectNotifInfo, 0, sizeof(tstrDisconnectNotifInfo)); in Handle_Disconnect()
1995 strDisconnectNotifInfo.u16reason = 0; in Handle_Disconnect()
1996 strDisconnectNotifInfo.ie = NULL; in Handle_Disconnect()
[all …]