Lines Matching full:priority
29 int priority;
291 /* TODO: drop priority for old candidate entries */
342 * @prio: Priority (the smaller number, the higher priority)
364 /* If BSSID already on candidate list, update the priority of the old
365 * entry. Do not override priority based on normal scan results. */
378 cand->priority = prio;
384 cand->priority = prio;
387 /* Add candidate to the list; order by increasing priority value. i.e.,
388 * highest priority (smallest value) first. */
391 if (cand->priority <= pos->priority) {
460 /* Give less priority to candidates found from normal scan results. */