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()
96 WXC_SetCurrentBlock(work->protocol, target); in WXCi_SeekNextBlock()
123 WXC_BeaconSendHook(work->protocol, &work->parent_param); in WXCi_DriverEventCallback()
153 cb.matched = WXC_BeaconRecvHook(work->protocol, cb.bssdesc); in WXCi_DriverEventCallback()
160 work->parent_param.ggid = WXC_GetCurrentBlock(work->protocol)->ggid; in WXCi_DriverEventCallback()
201 WXC_BeaconSendHook(work->protocol, &work->parent_param); in WXCi_DriverEventCallback()
241 WXC_CallPreConnectHook(work->protocol, bss, &bss->ssid[8]); in WXCi_DriverEventCallback()
250 const WXCProtocolRegistry *block = WXC_GetCurrentBlock(work->protocol); in WXCi_DriverEventCallback()
276 WXC_ResetSequence(work->protocol, parent_size, child_size); in WXCi_DriverEventCallback()
287 WXC_AddBlockSequence(work->protocol, in WXCi_DriverEventCallback()
294 WXC_ConnectHook(work->protocol, (u16)(1 << aid)); in WXCi_DriverEventCallback()
317 WXC_DisconnectHook(work->protocol, (u16)(u32)arg); in WXCi_DriverEventCallback()
326 (WXC_GetStateCode() == WXC_STATE_ENDING) || !WXC_GetCurrentBlock(work->protocol)) in WXCi_DriverEventCallback()
336 WXC_PacketSendHook(work->protocol, (WXCPacketInfo *) arg); in WXCi_DriverEventCallback()
341 (void)WXC_PacketRecvHook(work->protocol, (const WXCPacketInfo *)arg); in WXCi_DriverEventCallback()
343 if (!work->protocol->current_block->impl->IsExecuting(work->protocol)) in WXCi_DriverEventCallback()
400 WXC_InitProtocol(work->protocol); in WXC_Init()
669 WXCProtocolRegistry *current = WXC_GetCurrentBlock(work->protocol); in WXC_GetCurrentGgid()
676 ggid = work->protocol->target_ggid; in WXC_GetCurrentGgid()
755 WXC_AddBlockSequence(work->protocol, send_buf, send_size, recv_buf, recv_max); in WXC_AddData()
782 WXCProtocolRegistry *same_ggid = WXC_FindNextBlock(work->protocol, NULL, ggid, TRUE); in WXC_RegisterDataEx()
790 WXCProtocolRegistry *p_data = WXC_FindNextBlock(work->protocol, NULL, 0, TRUE); in WXC_RegisterDataEx()
830 WXCProtocolRegistry *target = WXC_FindNextBlock(work->protocol, NULL, ggid, TRUE); in WXC_SetInitialData()
852 WXCProtocolRegistry *target = WXC_FindNextBlock(work->protocol, NULL, ggid, TRUE); in WXC_UnregisterData()
856 target = WXC_FindNextBlock(work->protocol, NULL, (u32)(ggid | WXC_GGID_COMMON_BIT), TRUE); in WXC_UnregisterData()
861 if ((WXC_GetUserBitmap() != 0) && (target == WXC_GetCurrentBlock(work->protocol))) in WXC_UnregisterData()