Lines Matching refs:ChppAppHeader
123 .minLength = sizeof(struct ChppAppHeader),
180 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppDispatchWifiResponse()
252 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppDispatchWifiNotification()
403 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppWifiGetCapabilitiesResult()
439 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppWifiConfigureScanMonitorResult()
488 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppWifiRequestScanResult()
533 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppWifiRequestRangingResult()
559 buf += sizeof(struct ChppAppHeader); in chppWifiScanEventNotification()
560 len -= sizeof(struct ChppAppHeader); in chppWifiScanEventNotification()
601 buf += sizeof(struct ChppAppHeader); in chppWifiRangingEventNotification()
602 len -= sizeof(struct ChppAppHeader); in chppWifiRangingEventNotification()
676 struct ChppAppHeader *request = chppAllocClientRequestCommand( in chppWifiClientClose()
710 struct ChppAppHeader *request = chppAllocClientRequestCommand( in chppWifiClientGetCapabilities()