Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dmbo.c190 struct wpa_mbo_non_pref_channel *non_pref = NULL; in wpas_mbo_non_pref_chan_attrs() local
193 non_pref = &wpa_s->non_pref_chan[i]; in wpas_mbo_non_pref_chan_attrs()
194 if (!non_pref || in wpas_mbo_non_pref_chan_attrs()
195 non_pref->oper_class != start_pref->oper_class || in wpas_mbo_non_pref_chan_attrs()
196 non_pref->reason != start_pref->reason || in wpas_mbo_non_pref_chan_attrs()
197 non_pref->preference != start_pref->preference) { in wpas_mbo_non_pref_chan_attrs()
205 if (!non_pref) in wpas_mbo_non_pref_chan_attrs()
209 start_pref = non_pref; in wpas_mbo_non_pref_chan_attrs()