Home | History | Annotate | Download | only in wifi_hal

Lines Matching full:syncstats

929     NanStatsRequest syncStats;
930 memset(&syncStats, 0, sizeof(syncStats));
931 syncStats.header.handle = 0x0;
932 syncStats.header.transaction_id = 0x1234;
933 syncStats.stats_id = NAN_STATS_ID_DE_TIMING_SYNC;
934 syncStats.clear = 0;
937 ret = putNanStats(&syncStats);