Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dmbo.c178 struct wpa_mbo_non_pref_channel *start_pref; in wpas_mbo_non_pref_chan_attrs() local
187 start_pref = &wpa_s->non_pref_chan[0]; 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()
209 start_pref = non_pref; in wpas_mbo_non_pref_chan_attrs()