Home
last modified time | relevance | path

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

/hostap-3.6.0/wpa_supplicant/
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()
121 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].oper_class); in wpas_mbo_non_pref_chan_attr_body()
195 non_pref->oper_class != start_pref->oper_class || in wpas_mbo_non_pref_chan_attrs()
316 return a->oper_class == b->oper_class && a->chan == b->chan; in wpa_non_pref_chan_is_eq()
333 if (a->oper_class != b->oper_class) in wpa_non_pref_chan_cmp()
334 return (int) a->oper_class - (int) b->oper_class; in wpa_non_pref_chan_cmp()
394 chan->oper_class = _oper_class; in wpas_mbo_update_non_pref_chan()
399 if (wpas_mbo_validate_non_pref_chan(chan->oper_class, in wpas_mbo_update_non_pref_chan()
403 chan->oper_class, chan->chan, chan->reason); in wpas_mbo_update_non_pref_chan()
[all …]
Ddriver_i.h661 struct wpa_supplicant *wpa_s, const u8 *addr, u8 oper_class, in wpa_drv_tdls_enable_channel_switch() argument
667 oper_class, in wpa_drv_tdls_enable_channel_switch()
Dwpas_glue.c827 void *ctx, const u8 *addr, u8 oper_class, in wpa_supplicant_tdls_enable_channel_switch() argument
832 return wpa_drv_tdls_enable_channel_switch(wpa_s, addr, oper_class, in wpa_supplicant_tdls_enable_channel_switch()
Drrm.c1224 wpa_s, req->oper_class, req->channel, in wpas_rm_handle_beacon_req()
Dwpa_supplicant_i.h1370 u8 oper_class; member
Dctrl_iface.c1133 u8 oper_class; in wpa_supplicant_ctrl_iface_tdls_chan_switch() local
1149 oper_class = strtol(pos, &end, 10); in wpa_supplicant_ctrl_iface_tdls_chan_switch()
1190 MAC2STR(peer), oper_class, freq_params.freq, in wpa_supplicant_ctrl_iface_tdls_chan_switch()
1196 return wpa_tdls_enable_chan_switch(wpa_s->wpa, peer, oper_class, in wpa_supplicant_ctrl_iface_tdls_chan_switch()
/hostap-3.6.0/src/p2p/
Dp2p_build.c371 u8 oper_class, u8 channel, in p2p_buf_add_oob_go_neg_channel() argument
378 wpabuf_put_u8(buf, oper_class); /* Operating Class */ in p2p_buf_add_oob_go_neg_channel()
383 oper_class, channel, role); in p2p_buf_add_oob_go_neg_channel()
Dp2p_i.h775 u8 oper_class, u8 channel,
/hostap-3.6.0/src/rsn_supp/
Dwpa_i.h426 u8 oper_class, in wpa_sm_tdls_enable_channel_switch() argument
431 oper_class, in wpa_sm_tdls_enable_channel_switch()
Dwpa.h81 void *ctx, const u8 *addr, u8 oper_class,
543 u8 oper_class,
Dtdls.c3072 u8 oper_class, in wpa_tdls_enable_chan_switch() argument
3112 oper_class, freq_params); in wpa_tdls_enable_chan_switch()
/hostap-3.6.0/wpa_supplicant/dbus/
Ddbus_new_handlers.c2734 u8 oper_class = 0; in wpas_dbus_handler_tdls_channel_switch() local
2769 oper_class = entry.byte_value; in wpas_dbus_handler_tdls_channel_switch()
2799 if (oper_class == 0) { in wpas_dbus_handler_tdls_channel_switch()
2822 MAC2STR(peer), oper_class, freq_params.freq, in wpas_dbus_handler_tdls_channel_switch()
2828 ret = wpa_tdls_enable_chan_switch(wpa_s->wpa, peer, oper_class, in wpas_dbus_handler_tdls_channel_switch()
/hostap-3.6.0/hostapd/
Dconfig_file.c4103 u8 *oper_class; in hostapd_config_fill() local
4113 oper_class = os_malloc(oper_class_len); in hostapd_config_fill()
4114 if (oper_class == NULL) in hostapd_config_fill()
4116 if (hexstr2bin(pos, oper_class, oper_class_len)) { in hostapd_config_fill()
4120 os_free(oper_class); in hostapd_config_fill()
4124 bss->hs20_operating_class = oper_class; in hostapd_config_fill()
/hostap-3.6.0/src/common/
Dieee802_11_defs.h1990 u8 oper_class; /* Operating Class */ member
/hostap-3.6.0/src/drivers/
Ddriver.h4036 void *priv, const u8 *addr, u8 oper_class,
Ddriver_nl80211.c9352 nl80211_tdls_enable_channel_switch(void *priv, const u8 *addr, u8 oper_class, in nl80211_tdls_enable_channel_switch() argument
9366 MAC2STR(addr), oper_class, params->freq); in nl80211_tdls_enable_channel_switch()
9370 nla_put_u8(msg, NL80211_ATTR_OPER_CLASS, oper_class) || in nl80211_tdls_enable_channel_switch()