Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:duration

108 			unsigned int duration = 200;
119 "TESTING: Increase ROC duration %u -> %u",
120 duration,
121 duration + wpa_s->extra_roc_dur);
122 duration += wpa_s->extra_roc_dur;
127 duration) < 0) {
343 * duration on the channel? */
367 wpa_printf(MSG_DEBUG, "TESTING: Increase ROC duration %u -> %u",
418 * @duration: Duration of the remain-on-channel operation in milliseconds
424 unsigned int freq, unsigned int duration)