Home
last modified time | relevance | path

Searched refs:non_pref (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dmbo.c207 struct wpa_mbo_non_pref_channel *non_pref = NULL; in wpas_mbo_non_pref_chan_attrs() local
210 non_pref = &wpa_s->non_pref_chan[i]; in wpas_mbo_non_pref_chan_attrs()
211 if (!non_pref || in wpas_mbo_non_pref_chan_attrs()
212 non_pref->oper_class != start_pref->oper_class || in wpas_mbo_non_pref_chan_attrs()
213 non_pref->reason != start_pref->reason || in wpas_mbo_non_pref_chan_attrs()
214 non_pref->preference != start_pref->preference) { in wpas_mbo_non_pref_chan_attrs()
222 if (!non_pref) in wpas_mbo_non_pref_chan_attrs()
226 start_pref = non_pref; in wpas_mbo_non_pref_chan_attrs()