Home | History | Annotate | Download | only in iw

Lines Matching full:condition

28 	enum nl80211_coalesce_condition condition;
79 if (strncmp(buf, "condition=", 10) == 0) {
82 condition = strtoul(cond, &end, 10);
86 condition);
173 " condition=<condition>\n"
176 " condition=<condition>\n"
180 "condition: 1/0 i.e. 'not match'/'match' the patterns\n"
204 enum nl80211_coalesce_condition condition;
224 condition =
227 printf("Rule - max coalescing delay: %dmsec condition:", delay);
228 if (condition)