Lines Matching refs:cb
654 WMCallbackFunc cb = w9b->CallbackTable[callback_p->apiid]; in WmReceiveFifo() local
657 if (cb != NULL) in WmReceiveFifo()
659 cb((void *)callback_p); in WmReceiveFifo()
704 WMStartParentCallback *cb = (WMStartParentCallback *)callback_p; in WmReceiveFifo() local
705 state = cb->state; in WmReceiveFifo()
706 aid = cb->aid; in WmReceiveFifo()
708 macAddress = cb->macAddress; in WmReceiveFifo()
709 ssid = cb->ssid; in WmReceiveFifo()
710 reason = cb->reason; in WmReceiveFifo()
711 parentSize = cb->parentSize; in WmReceiveFifo()
712 childSize = cb->childSize; in WmReceiveFifo()
716 WMStartConnectCallback *cb = (WMStartConnectCallback *)callback_p; in WmReceiveFifo() local
717 state = cb->state; in WmReceiveFifo()
719 myAid = cb->aid; in WmReceiveFifo()
720 macAddress = cb->macAddress; in WmReceiveFifo()
722 reason = cb->reason; in WmReceiveFifo()
723 parentSize = cb->parentSize; in WmReceiveFifo()
724 childSize = cb->childSize; in WmReceiveFifo()