Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dmbo.c29 static int wpas_mbo_validate_non_pref_chan(u8 oper_class, u8 chan, u8 reason) in wpas_mbo_validate_non_pref_chan() argument
35 if (ieee80211_chan_to_freq(NULL, oper_class, chan) == -1) in wpas_mbo_validate_non_pref_chan()
138 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].oper_class); in wpas_mbo_non_pref_chan_attr_body()
212 non_pref->oper_class != start_pref->oper_class || in wpas_mbo_non_pref_chan_attrs()
333 return a->oper_class == b->oper_class && a->chan == b->chan; in wpa_non_pref_chan_is_eq()
350 if (a->oper_class != b->oper_class) in wpa_non_pref_chan_cmp()
351 return (int) a->oper_class - (int) b->oper_class; in wpa_non_pref_chan_cmp()
411 chan->oper_class = _oper_class; in wpas_mbo_update_non_pref_chan()
416 if (wpas_mbo_validate_non_pref_chan(chan->oper_class, in wpas_mbo_update_non_pref_chan()
420 chan->oper_class, chan->chan, chan->reason); in wpas_mbo_update_non_pref_chan()
[all …]
H A Ddriver_i.h657 struct wpa_supplicant *wpa_s, const u8 *addr, u8 oper_class, in wpa_drv_tdls_enable_channel_switch() argument
663 oper_class, in wpa_drv_tdls_enable_channel_switch()
H A Dwpas_glue.c852 void *ctx, const u8 *addr, u8 oper_class, in wpa_supplicant_tdls_enable_channel_switch() argument
857 return wpa_drv_tdls_enable_channel_switch(wpa_s, addr, oper_class, in wpa_supplicant_tdls_enable_channel_switch()
H A Drrm.c1260 params->freqs = wpas_beacon_request_freqs(wpa_s, req->oper_class, in wpas_rm_handle_beacon_req()
H A Dwpa_supplicant_i.h1393 u8 oper_class; member
H A Dctrl_iface.c1166 u8 oper_class; in wpa_supplicant_ctrl_iface_tdls_chan_switch() local
1182 oper_class = strtol(pos, &end, 10); in wpa_supplicant_ctrl_iface_tdls_chan_switch()
1223 MAC2STR(peer), oper_class, freq_params.freq, in wpa_supplicant_ctrl_iface_tdls_chan_switch()
1229 return wpa_tdls_enable_chan_switch(wpa_s->wpa, peer, oper_class, in wpa_supplicant_ctrl_iface_tdls_chan_switch()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtdls.c334 u8 oper_class, in iwl_mvm_tdls_config_channel_switch() argument
503 struct ieee80211_sta *sta, u8 oper_class, in iwl_mvm_tdls_channel_switch()
528 oper_class, chandef, 0, 0, 0, in iwl_mvm_tdls_channel_switch()
545 mvm->tdls_cs.peer.op_class = oper_class; in iwl_mvm_tdls_channel_switch()
505 iwl_mvm_tdls_channel_switch(struct ieee80211_hw * hw,struct ieee80211_vif * vif,struct ieee80211_sta * sta,u8 oper_class,struct cfg80211_chan_def * chandef,struct sk_buff * tmpl_skb,u32 ch_sw_tm_ie) iwl_mvm_tdls_channel_switch() argument
H A Dmvm.h2547 struct ieee80211_sta *sta, u8 oper_class, in iwl_mvm_cipher_to_location_cipher()
/freebsd/contrib/wpa/src/p2p/
H A Dp2p_build.c377 u8 oper_class, u8 channel, in p2p_buf_add_oob_go_neg_channel() argument
384 wpabuf_put_u8(buf, oper_class); /* Operating Class */ in p2p_buf_add_oob_go_neg_channel()
389 oper_class, channel, role); in p2p_buf_add_oob_go_neg_channel()
H A Dp2p_i.h777 u8 oper_class, u8 channel,
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_i.h443 u8 oper_class, in wpa_sm_tdls_enable_channel_switch() argument
448 oper_class, in wpa_sm_tdls_enable_channel_switch()
H A Dwpa.h86 void *ctx, const u8 *addr, u8 oper_class,
582 u8 oper_class,
H A Dtdls.c3258 u8 oper_class, in wpa_tdls_enable_chan_switch() argument
3298 oper_class, freq_params); in wpa_tdls_enable_chan_switch()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c4334 u8 *oper_class; in hostapd_config_fill() local
4344 oper_class = os_malloc(oper_class_len); in hostapd_config_fill()
4345 if (oper_class == NULL) in hostapd_config_fill()
4347 if (hexstr2bin(pos, oper_class, oper_class_len)) { in hostapd_config_fill()
4351 os_free(oper_class); in hostapd_config_fill()
4355 bss->hs20_operating_class = oper_class; in hostapd_config_fill()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c2994 u8 oper_class = 0; in wpas_dbus_handler_tdls_channel_switch() local
3029 oper_class = entry.byte_value; in wpas_dbus_handler_tdls_channel_switch()
3059 if (oper_class == 0) { in wpas_dbus_handler_tdls_channel_switch()
3082 MAC2STR(peer), oper_class, freq_params.freq, in wpas_dbus_handler_tdls_channel_switch()
3088 ret = wpa_tdls_enable_chan_switch(wpa_s->wpa, peer, oper_class, in wpas_dbus_handler_tdls_channel_switch()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h4565 void *priv, const u8 *addr, u8 oper_class,
H A Ddriver_nl80211.c10622 nl80211_tdls_enable_channel_switch(void *priv, const u8 *addr, u8 oper_class, in nl80211_tdls_enable_channel_switch() argument
10636 MAC2STR(addr), oper_class, params->freq); in nl80211_tdls_enable_channel_switch()
10640 nla_put_u8(msg, NL80211_ATTR_OPER_CLASS, oper_class) || in nl80211_tdls_enable_channel_switch()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h2164 u8 oper_class; /* Operating Class */ member