/hostap-3.6.0/wpa_supplicant/ |
D | mbo.c | 29 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 …]
|
D | driver_i.h | 661 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()
|
D | wpas_glue.c | 827 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()
|
D | rrm.c | 1224 wpa_s, req->oper_class, req->channel, in wpas_rm_handle_beacon_req()
|
D | wpa_supplicant_i.h | 1370 u8 oper_class; member
|
D | ctrl_iface.c | 1133 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/ |
D | p2p_build.c | 371 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()
|
D | p2p_i.h | 775 u8 oper_class, u8 channel,
|
/hostap-3.6.0/src/rsn_supp/ |
D | wpa_i.h | 426 u8 oper_class, in wpa_sm_tdls_enable_channel_switch() argument 431 oper_class, in wpa_sm_tdls_enable_channel_switch()
|
D | wpa.h | 81 void *ctx, const u8 *addr, u8 oper_class, 543 u8 oper_class,
|
D | tdls.c | 3072 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/ |
D | dbus_new_handlers.c | 2734 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/ |
D | config_file.c | 4103 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/ |
D | ieee802_11_defs.h | 1990 u8 oper_class; /* Operating Class */ member
|
/hostap-3.6.0/src/drivers/ |
D | driver.h | 4036 void *priv, const u8 *addr, u8 oper_class,
|
D | driver_nl80211.c | 9352 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()
|