Searched refs:u32SessionID (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/wilc1000/ |
D | host_interface.h | 1084 s32 host_int_remain_on_channel(struct host_if_drv *hWFIDrv, u32 u32SessionID, u32 u32duration, u16 … 1100 s32 host_int_ListenStateExpired(struct host_if_drv *hWFIDrv, u32 u32SessionID);
|
D | wilc_wfi_cfgoperations.c | 2081 static void WILC_WFI_RemainOnChannelExpired(void *pUserVoid, u32 u32SessionID) in WILC_WFI_RemainOnChannelExpired() argument 2087 if (u32SessionID == priv->strRemainOnChanParams.u32ListenSessionID) { in WILC_WFI_RemainOnChannelExpired() 2098 PRINT_D(GENERIC_DBG, "Received ID 0x%x Expected ID 0x%x (No match)\n", u32SessionID in WILC_WFI_RemainOnChannelExpired()
|
D | host_interface.c | 4349 s32 host_int_remain_on_channel(struct host_if_drv *hif_drv, u32 u32SessionID, in host_int_remain_on_channel() argument 4371 msg.body.remain_on_ch.u32ListenSessionID = u32SessionID; in host_int_remain_on_channel() 4381 s32 host_int_ListenStateExpired(struct host_if_drv *hif_drv, u32 u32SessionID) in host_int_ListenStateExpired() argument 4396 msg.body.remain_on_ch.u32ListenSessionID = u32SessionID; in host_int_ListenStateExpired()
|