Searched refs:oper_class (Results 1 – 4 of 4) sorted by relevance
35 static int wpas_mbo_validate_non_pref_chan(u8 oper_class, u8 chan, u8 reason) in wpas_mbo_validate_non_pref_chan() argument41 if (ieee80211_chan_to_freq(NULL, oper_class, chan) == -1) in wpas_mbo_validate_non_pref_chan()133 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].oper_class); in wpas_mbo_non_pref_chan_attr_body()207 non_pref->oper_class != start_pref->oper_class || in wpas_mbo_non_pref_chan_attrs()330 return a->oper_class == b->oper_class && a->chan == b->chan; in wpa_non_pref_chan_is_eq()346 if (a->oper_class != b->oper_class) in wpa_non_pref_chan_cmp()347 return (int) a->oper_class - (int) b->oper_class; in wpa_non_pref_chan_cmp()407 chan->oper_class = _oper_class; in wpas_mbo_update_non_pref_chan()412 if (wpas_mbo_validate_non_pref_chan(chan->oper_class, in wpas_mbo_update_non_pref_chan()416 chan->oper_class, chan->chan, chan->reason); in wpas_mbo_update_non_pref_chan()[all …]
128 u8 oper_class; member
827 u8 oper_class; /* Operating Class */ member
36 uint8_t oper_class; /**< Operating class of the channel */ member