Lines Matching refs:ChppAppHeader

68     .minLength = sizeof(struct ChppAppHeader),
101 struct ChppAppHeader *requestHeader);
104 struct ChppAppHeader *requestHeader);
107 struct ChppAppHeader *requestHeader);
110 struct ChppAppHeader *requestHeader, uint8_t *buf, size_t len);
113 struct ChppAppHeader *requestHeader, uint8_t *buf, size_t len);
116 struct ChppAppHeader *requestHeader, uint8_t *buf, size_t len);
146 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppDispatchWifiRequest()
147 buf += sizeof(struct ChppAppHeader); in chppDispatchWifiRequest()
148 len -= sizeof(struct ChppAppHeader); in chppDispatchWifiRequest()
229 struct ChppAppHeader *requestHeader) { in chppWifiServiceOpen()
256 struct ChppAppHeader *response = in chppWifiServiceOpen()
257 chppAllocServiceResponseFixed(requestHeader, struct ChppAppHeader); in chppWifiServiceOpen()
283 struct ChppAppHeader *requestHeader) { in chppWifiServiceClose()
291 struct ChppAppHeader *response = in chppWifiServiceClose()
292 chppAllocServiceResponseFixed(requestHeader, struct ChppAppHeader); in chppWifiServiceClose()
335 struct ChppAppHeader *requestHeader) { in chppWifiServiceGetCapabilities()
377 struct ChppAppHeader *requestHeader, uint8_t *buf, size_t len) { in chppWifiServiceConfigureScanMonitorAsync()
412 struct ChppAppHeader *requestHeader, uint8_t *buf, size_t len) { in chppWifiServiceRequestScanAsync()
462 struct ChppAppHeader *requestHeader, uint8_t *buf, size_t len) { in chppWifiServiceRequestRangingAsync()
481 struct ChppAppHeader *response = in chppWifiServiceRequestRangingAsync()
482 chppAllocServiceResponseFixed(requestHeader, struct ChppAppHeader); in chppWifiServiceRequestRangingAsync()
515 struct ChppAppHeader requestHeader = { in chppWifiServiceScanMonitorStatusChangeCallback()
549 struct ChppAppHeader requestHeader = { in chppWifiServiceScanResponseCallback()
589 notification = chppMalloc(sizeof(struct ChppAppHeader)); in chppWifiServiceScanEventCallback()
593 notificationLen = sizeof(struct ChppAppHeader); in chppWifiServiceScanEventCallback()
603 (notificationLen > sizeof(struct ChppAppHeader)) in chppWifiServiceScanEventCallback()
631 notification = chppMalloc(sizeof(struct ChppAppHeader)); in chppWifiServiceRangingEventCallback()
635 notificationLen = sizeof(struct ChppAppHeader); in chppWifiServiceRangingEventCallback()
645 (notificationLen > sizeof(struct ChppAppHeader)) in chppWifiServiceRangingEventCallback()
652 notificationLen = MIN(notificationLen, sizeof(struct ChppAppHeader)); in chppWifiServiceRangingEventCallback()