Lines Matching refs:cb
666 WMCallbackFunc cb = w9b->CallbackTable[callback_p->apiid]; in WmReceiveFifo() local
669 if (cb != NULL) in WmReceiveFifo()
671 cb((void *)callback_p); in WmReceiveFifo()
716 WMStartParentCallback *cb = (WMStartParentCallback *)callback_p; in WmReceiveFifo() local
717 state = cb->state; in WmReceiveFifo()
718 aid = cb->aid; in WmReceiveFifo()
720 macAddress = cb->macAddress; in WmReceiveFifo()
721 ssid = cb->ssid; in WmReceiveFifo()
722 reason = cb->reason; in WmReceiveFifo()
723 parentSize = cb->parentSize; in WmReceiveFifo()
724 childSize = cb->childSize; in WmReceiveFifo()
728 WMStartConnectCallback *cb = (WMStartConnectCallback *)callback_p; in WmReceiveFifo() local
729 state = cb->state; in WmReceiveFifo()
731 myAid = cb->aid; in WmReceiveFifo()
732 macAddress = cb->macAddress; in WmReceiveFifo()
734 reason = cb->reason; in WmReceiveFifo()
735 parentSize = cb->parentSize; in WmReceiveFifo()
736 childSize = cb->childSize; in WmReceiveFifo()