Home | History | Annotate | Download | only in wifi_hal

Lines Matching refs:rsp_data

261     NanResponseMsg  rsp_data;
266 memset(&rsp_data, 0, sizeof(rsp_data));
267 //get the rsp_data
268 ret = getNanResponse(&id, &rsp_data);
271 ret, rsp_data.status, rsp_data.value, rsp_data.response_type);
272 if (ret == 0 && (rsp_data.response_type == NAN_RESPONSE_STATS) &&
274 (rsp_data.body.stats_response.stats_type == NAN_STATS_ID_DE_TIMING_SYNC)) {
280 NanSyncStats *pSyncStats = &rsp_data.body.stats_response.data.sync_stats;
291 (*mHandler.NotifyResponse)(id, &rsp_data);