Lines Matching refs:fwHeader
150 pFwReq->fwHeader.msgVersion = (u16)NAN_MSG_VERSION1; in putNanEnable()
151 pFwReq->fwHeader.msgId = NAN_MSG_ID_ENABLE_REQ; in putNanEnable()
152 pFwReq->fwHeader.msgLen = message_len; in putNanEnable()
153 pFwReq->fwHeader.transactionId = id; in putNanEnable()
331 pFwReq->fwHeader.msgVersion = (u16)NAN_MSG_VERSION1; in putNanDisable()
332 pFwReq->fwHeader.msgId = NAN_MSG_ID_DISABLE_REQ; in putNanDisable()
333 pFwReq->fwHeader.msgLen = message_len; in putNanDisable()
334 pFwReq->fwHeader.transactionId = id; in putNanDisable()
442 pFwReq->fwHeader.msgVersion = (u16)NAN_MSG_VERSION1; in putNanConfig()
443 pFwReq->fwHeader.msgId = NAN_MSG_ID_CONFIGURATION_REQ; in putNanConfig()
444 pFwReq->fwHeader.msgLen = message_len; in putNanConfig()
445 pFwReq->fwHeader.transactionId = id; in putNanConfig()
601 pFwReq->fwHeader.msgVersion = (u16)NAN_MSG_VERSION1; in putNanPublish()
602 pFwReq->fwHeader.msgId = NAN_MSG_ID_PUBLISH_SERVICE_REQ; in putNanPublish()
603 pFwReq->fwHeader.msgLen = message_len; in putNanPublish()
605 pFwReq->fwHeader.handle = 0xFFFF; in putNanPublish()
607 pFwReq->fwHeader.handle = pReq->publish_id; in putNanPublish()
609 pFwReq->fwHeader.transactionId = id; in putNanPublish()
784 pFwReq->fwHeader.msgVersion = (u16)NAN_MSG_VERSION1; in putNanPublishCancel()
785 pFwReq->fwHeader.msgId = NAN_MSG_ID_PUBLISH_SERVICE_CANCEL_REQ; in putNanPublishCancel()
786 pFwReq->fwHeader.msgLen = message_len; in putNanPublishCancel()
787 pFwReq->fwHeader.handle = pReq->publish_id; in putNanPublishCancel()
788 pFwReq->fwHeader.transactionId = id; in putNanPublishCancel()
855 pFwReq->fwHeader.msgVersion = (u16)NAN_MSG_VERSION1; in putNanSubscribe()
856 pFwReq->fwHeader.msgId = NAN_MSG_ID_SUBSCRIBE_SERVICE_REQ; in putNanSubscribe()
857 pFwReq->fwHeader.msgLen = message_len; in putNanSubscribe()
859 pFwReq->fwHeader.handle = 0xFFFF; in putNanSubscribe()
861 pFwReq->fwHeader.handle = pReq->subscribe_id; in putNanSubscribe()
863 pFwReq->fwHeader.transactionId = id; in putNanSubscribe()
1040 pFwReq->fwHeader.msgVersion = (u16)NAN_MSG_VERSION1; in putNanSubscribeCancel()
1041 pFwReq->fwHeader.msgId = NAN_MSG_ID_SUBSCRIBE_SERVICE_CANCEL_REQ; in putNanSubscribeCancel()
1042 pFwReq->fwHeader.msgLen = message_len; in putNanSubscribeCancel()
1043 pFwReq->fwHeader.handle = pReq->subscribe_id; in putNanSubscribeCancel()
1044 pFwReq->fwHeader.transactionId = id; in putNanSubscribeCancel()
1084 pFwReq->fwHeader.msgVersion = (u16)NAN_MSG_VERSION1; in putNanTransmitFollowup()
1085 pFwReq->fwHeader.msgId = NAN_MSG_ID_TRANSMIT_FOLLOWUP_REQ; in putNanTransmitFollowup()
1086 pFwReq->fwHeader.msgLen = message_len; in putNanTransmitFollowup()
1087 pFwReq->fwHeader.handle = pReq->publish_subscribe_id; in putNanTransmitFollowup()
1088 pFwReq->fwHeader.transactionId = id; in putNanTransmitFollowup()
1149 pFwReq->fwHeader.msgVersion = (u16)NAN_MSG_VERSION1; in putNanStats()
1150 pFwReq->fwHeader.msgId = NAN_MSG_ID_STATS_REQ; in putNanStats()
1151 pFwReq->fwHeader.msgLen = message_len; in putNanStats()
1152 pFwReq->fwHeader.transactionId = id; in putNanStats()
1190 pFwReq->fwHeader.msgVersion = (u16)NAN_MSG_VERSION1; in putNanTCA()
1191 pFwReq->fwHeader.msgId = NAN_MSG_ID_TCA_REQ; in putNanTCA()
1192 pFwReq->fwHeader.msgLen = message_len; in putNanTCA()
1193 pFwReq->fwHeader.transactionId = id; in putNanTCA()
1247 pFwReq->fwHeader.msgVersion = (u16)NAN_MSG_VERSION1; in putNanBeaconSdfPayload()
1248 pFwReq->fwHeader.msgId = NAN_MSG_ID_BEACON_SDF_REQ; in putNanBeaconSdfPayload()
1249 pFwReq->fwHeader.msgLen = message_len; in putNanBeaconSdfPayload()
1250 pFwReq->fwHeader.transactionId = id; in putNanBeaconSdfPayload()
1531 pFwReq->fwHeader.msgVersion = (u16)NAN_MSG_VERSION1; in putNanCapabilities()
1532 pFwReq->fwHeader.msgId = NAN_MSG_ID_CAPABILITIES_REQ; in putNanCapabilities()
1533 pFwReq->fwHeader.msgLen = message_len; in putNanCapabilities()
1534 pFwReq->fwHeader.transactionId = id; in putNanCapabilities()
1569 pFwReq->fwHeader.msgVersion = (u16)NAN_MSG_VERSION1; in putNanDebugCommand()
1570 pFwReq->fwHeader.msgId = NAN_MSG_ID_TESTMODE_REQ; in putNanDebugCommand()
1571 pFwReq->fwHeader.msgLen = message_len; in putNanDebugCommand()
1572 pFwReq->fwHeader.transactionId = 0; in putNanDebugCommand()