Searched refs:burst_period (Results 1 – 3 of 3) sorted by relevance
39 struct arg_int *burst_period; member414 .burst_period = 2, in wifi_cmd_ftm()446 if (ftm_args.burst_period->count != 0) { in wifi_cmd_ftm()447 if (ftm_args.burst_period->ival[0] >= 2 && in wifi_cmd_ftm()448 ftm_args.burst_period->ival[0] < 256) { in wifi_cmd_ftm()449 ftmi_cfg.burst_period = ftm_args.burst_period->ival[0]; in wifi_cmd_ftm()458 ftmi_cfg.frm_count, ftmi_cfg.burst_period*100); in wifi_cmd_ftm()537 …ftm_args.burst_period = arg_int0("p", "burst_period", "<2-255 (x 100 mSec)>", "Periodicity of FTM … in register_wifi()
529 …uint16_t burst_period; /**< Requested time period between consecutive FTM bursts in 100's of … member
72 * `-p` OR `--burst_period`: Periodicity of FTM bursts in 100's of miliseconds (0: No preference, de…