Lines Matching refs:protocol
38 WXCProtocolContext protocol[1] ATTRIBUTE_ALIGN(32); member
90 WXC_FindNextBlock(work->protocol, work->protocol->current_block, 0, FALSE); in WXCi_SeekNextBlock()
94 target = WXC_FindNextBlock(work->protocol, NULL, 0, TRUE); in WXCi_SeekNextBlock()
99 WXC_SetCurrentBlock(work->protocol, target); in WXCi_SeekNextBlock()
127 WXC_BeaconSendHook(work->protocol, &work->parent_param); in WXCi_DriverEventCallback()
157 cb.matched = WXC_BeaconRecvHook(work->protocol, cb.bssdesc); in WXCi_DriverEventCallback()
164 work->parent_param.ggid = WXC_GetCurrentBlock(work->protocol)->ggid; in WXCi_DriverEventCallback()
205 WXC_BeaconSendHook(work->protocol, &work->parent_param); in WXCi_DriverEventCallback()
245 WXC_CallPreConnectHook(work->protocol, bss, &bss->ssid[8]); in WXCi_DriverEventCallback()
254 const WXCProtocolRegistry *block = WXC_GetCurrentBlock(work->protocol); in WXCi_DriverEventCallback()
280 WXC_ResetSequence(work->protocol, parent_size, child_size); in WXCi_DriverEventCallback()
291 WXC_AddBlockSequence(work->protocol, in WXCi_DriverEventCallback()
298 WXC_ConnectHook(work->protocol, (u16)(1 << aid)); in WXCi_DriverEventCallback()
321 WXC_DisconnectHook(work->protocol, (u16)(u32)arg); in WXCi_DriverEventCallback()
330 (WXC_GetStateCode() == WXC_STATE_ENDING) || !WXC_GetCurrentBlock(work->protocol)) in WXCi_DriverEventCallback()
340 WXC_PacketSendHook(work->protocol, (WXCPacketInfo *) arg); in WXCi_DriverEventCallback()
345 (void)WXC_PacketRecvHook(work->protocol, (const WXCPacketInfo *)arg); in WXCi_DriverEventCallback()
347 if (!work->protocol->current_block->impl->IsExecuting(work->protocol)) in WXCi_DriverEventCallback()
404 WXC_InitProtocol(work->protocol); in WXC_Init()
673 WXCProtocolRegistry *current = WXC_GetCurrentBlock(work->protocol); in WXC_GetCurrentGgid()
680 ggid = work->protocol->target_ggid; in WXC_GetCurrentGgid()
759 WXC_AddBlockSequence(work->protocol, send_buf, send_size, recv_buf, recv_max); in WXC_AddData()
786 WXCProtocolRegistry *same_ggid = WXC_FindNextBlock(work->protocol, NULL, ggid, TRUE); in WXC_RegisterDataEx()
794 WXCProtocolRegistry *p_data = WXC_FindNextBlock(work->protocol, NULL, 0, TRUE); in WXC_RegisterDataEx()
834 WXCProtocolRegistry *target = WXC_FindNextBlock(work->protocol, NULL, ggid, TRUE); in WXC_SetInitialData()
856 WXCProtocolRegistry *target = WXC_FindNextBlock(work->protocol, NULL, ggid, TRUE); in WXC_UnregisterData()
860 target = WXC_FindNextBlock(work->protocol, NULL, (u32)(ggid | WXC_GGID_COMMON_BIT), TRUE); in WXC_UnregisterData()
865 if ((WXC_GetUserBitmap() != 0) && (target == WXC_GetCurrentBlock(work->protocol))) in WXC_UnregisterData()