HomeSort by relevance Sort by last modified time
    Searched refs:fwHeader (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/wlan/qcwcn/wifi_hal/
nan_i.h 254 NanMsgHeader fwHeader;
291 NanMsgHeader fwHeader;
299 NanMsgHeader fwHeader;
308 NanMsgHeader fwHeader;
314 NanMsgHeader fwHeader;
329 NanMsgHeader fwHeader;
340 NanMsgHeader fwHeader;
381 NanMsgHeader fwHeader;
389 NanMsgHeader fwHeader;
398 NanMsgHeader fwHeader;
    [all...]
nan_rsp.cpp 70 pRsp->header.handle = pFwRsp->fwHeader.handle;
71 pRsp->header.transaction_id = pFwRsp->fwHeader.transactionId;
81 pRsp->header.handle = pFwRsp->fwHeader.handle;
82 pRsp->header.transaction_id = pFwRsp->fwHeader.transactionId;
92 pRsp->header.handle = pFwRsp->fwHeader.handle;
93 pRsp->header.transaction_id = pFwRsp->fwHeader.transactionId;
103 pRsp->header.handle = pFwRsp->fwHeader.handle;
104 pRsp->header.transaction_id = pFwRsp->fwHeader.transactionId;
114 pRsp->header.handle = pFwRsp->fwHeader.handle;
115 pRsp->header.transaction_id = pFwRsp->fwHeader.transactionId
    [all...]
nan_req.cpp 113 pFwReq->fwHeader.msgVersion = (u16)NAN_MSG_VERSION1;
114 pFwReq->fwHeader.msgId = NAN_MSG_ID_ENABLE_REQ;
115 pFwReq->fwHeader.msgLen = message_len;
116 pFwReq->fwHeader.handle = pReq->header.handle;
117 pFwReq->fwHeader.transactionId = pReq->header.transaction_id;
249 pFwReq->fwHeader.msgVersion = (u16)NAN_MSG_VERSION1;
250 pFwReq->fwHeader.msgId = NAN_MSG_ID_DISABLE_REQ;
251 pFwReq->fwHeader.msgLen = message_len;
252 pFwReq->fwHeader.handle = pReq->header.handle;
253 pFwReq->fwHeader.transactionId = pReq->header.transaction_id
    [all...]
nan_ind.cpp 197 event->header.handle = pRsp->fwHeader.handle;
198 event->header.transaction_id = pRsp->fwHeader.transactionId;
309 event->header.handle = pRsp->fwHeader.handle;
310 event->header.transaction_id = pRsp->fwHeader.transactionId;
327 event->header.handle = pRsp->fwHeader.handle;
328 event->header.transaction_id = pRsp->fwHeader.transactionId;
455 event->header.handle = pRsp->fwHeader.handle;
456 event->header.transaction_id = pRsp->fwHeader.transactionId;
470 event->header.handle = pRsp->fwHeader.handle;
471 event->header.transaction_id = pRsp->fwHeader.transactionId
    [all...]

Completed in 166 milliseconds