Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:reason

28 static int wpas_mbo_validate_non_pref_chan(u8 oper_class, u8 chan, u8 reason)
30 if (reason > MBO_NON_PREF_CHAN_REASON_INT_INTERFERENCE)
71 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].reason);
133 non_pref->reason != start_pref->reason ||
260 * preference and reason. To make it easy for the functions that build
262 * by their oper_class and reason.
270 if (a->reason != b->reason)
271 return a->reason - b->reason;
332 chan->reason = _reason;
335 chan->chan, chan->reason)) {
337 "Invalid non_pref_chan: oper class %d chan %d reason %d",
338 chan->oper_class, chan->chan, chan->reason);
485 wpa_msg(wpa_s, MSG_INFO, MBO_TRANSITION_REASON "reason=%u",
501 enum mbo_transition_reject_reason reason)
507 reject_attr[2] = reason;