Searched refs:burst_period (Results 1 – 3 of 3) sorted by relevance
40 struct arg_int *burst_period; member420 .burst_period = 2, in wifi_cmd_ftm()463 if (ftm_args.burst_period->count != 0) { in wifi_cmd_ftm()464 if (ftm_args.burst_period->ival[0] >= 2 && in wifi_cmd_ftm()465 ftm_args.burst_period->ival[0] < 256) { in wifi_cmd_ftm()466 ftmi_cfg.burst_period = ftm_args.burst_period->ival[0]; in wifi_cmd_ftm()474 ftmi_cfg.frm_count, ftmi_cfg.burst_period*100); in wifi_cmd_ftm()584 …ftm_args.burst_period = arg_int0("p", "burst_period", "<2-255 (x 100 mSec)>", "Periodicity of FTM … in register_wifi()
528 …uint16_t burst_period; /**< Requested time period between consecutive FTM bursts in 100's of … member
71 * `-p` OR `--burst_period`: Periodicity of FTM bursts in 100's of miliseconds (0: No preference, de…