Home
last modified time | relevance | path

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

/hostap-latest/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()
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()
337 return a->oper_class == b->oper_class && a->chan == b->chan; in wpa_non_pref_chan_is_eq()
354 if (a->oper_class != b->oper_class) in wpa_non_pref_chan_cmp()
355 return (int) a->oper_class - (int) b->oper_class; in wpa_non_pref_chan_cmp()
415 chan->oper_class = _oper_class; in wpas_mbo_update_non_pref_chan()
420 if (wpas_mbo_validate_non_pref_chan(chan->oper_class, in wpas_mbo_update_non_pref_chan()
424 chan->oper_class, chan->chan, chan->reason); in wpas_mbo_update_non_pref_chan()
[all …]
Ddriver_i.h660 struct wpa_supplicant *wpa_s, const u8 *addr, u8 oper_class, in wpa_drv_tdls_enable_channel_switch() argument
666 oper_class, in wpa_drv_tdls_enable_channel_switch()
Dwpas_glue.c868 void *ctx, const u8 *addr, u8 oper_class, in wpa_supplicant_tdls_enable_channel_switch() argument
873 return wpa_drv_tdls_enable_channel_switch(wpa_s, addr, oper_class, in wpa_supplicant_tdls_enable_channel_switch()
Drrm.c1260 params->freqs = wpas_beacon_request_freqs(wpa_s, req->oper_class, in wpas_rm_handle_beacon_req()
Dwpa_supplicant_i.h1404 u8 oper_class; member
Dctrl_iface.c1167 u8 oper_class; in wpa_supplicant_ctrl_iface_tdls_chan_switch() local
1183 oper_class = strtol(pos, &end, 10); in wpa_supplicant_ctrl_iface_tdls_chan_switch()
1224 MAC2STR(peer), oper_class, freq_params.freq, in wpa_supplicant_ctrl_iface_tdls_chan_switch()
1230 return wpa_tdls_enable_chan_switch(wpa_s->wpa, peer, oper_class, in wpa_supplicant_ctrl_iface_tdls_chan_switch()
/hostap-latest/src/p2p/
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()
Dp2p_i.h777 u8 oper_class, u8 channel,
/hostap-latest/src/rsn_supp/
Dwpa_i.h449 u8 oper_class, in wpa_sm_tdls_enable_channel_switch() argument
454 oper_class, in wpa_sm_tdls_enable_channel_switch()
Dwpa.h86 void *ctx, const u8 *addr, u8 oper_class,
630 u8 oper_class,
Dtdls.c3258 u8 oper_class, in wpa_tdls_enable_chan_switch() argument
3298 oper_class, freq_params); in wpa_tdls_enable_chan_switch()
/hostap-latest/hostapd/
Dconfig_file.c4403 u8 *oper_class; in hostapd_config_fill() local
4413 oper_class = os_malloc(oper_class_len); in hostapd_config_fill()
4414 if (oper_class == NULL) in hostapd_config_fill()
4416 if (hexstr2bin(pos, oper_class, oper_class_len)) { in hostapd_config_fill()
4420 os_free(oper_class); in hostapd_config_fill()
4424 bss->hs20_operating_class = oper_class; in hostapd_config_fill()
/hostap-latest/wpa_supplicant/dbus/
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()
/hostap-latest/src/common/
Dieee802_11_defs.h2172 u8 oper_class; /* Operating Class */ member
/hostap-latest/src/drivers/
Ddriver.h4594 void *priv, const u8 *addr, u8 oper_class,
Ddriver_nl80211.c10680 nl80211_tdls_enable_channel_switch(void *priv, const u8 *addr, u8 oper_class, in nl80211_tdls_enable_channel_switch() argument
10694 MAC2STR(addr), oper_class, params->freq); in nl80211_tdls_enable_channel_switch()
10698 nla_put_u8(msg, NL80211_ATTR_OPER_CLASS, oper_class) || in nl80211_tdls_enable_channel_switch()