/external/wpa_supplicant_8/wpa_supplicant/ |
D | mbo.c | 28 static int wpas_mbo_validate_non_pref_chan(u8 oper_class, u8 chan, u8 reason) in wpas_mbo_validate_non_pref_chan() argument 34 if (ieee80211_chan_to_freq(NULL, oper_class, chan) == -1) in wpas_mbo_validate_non_pref_chan() 65 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].oper_class); in wpas_mbo_non_pref_chan_attr_body() 132 non_pref->oper_class != start_pref->oper_class || in wpas_mbo_non_pref_chan_attrs() 251 return a->oper_class == b->oper_class && a->chan == b->chan; in wpa_non_pref_chan_is_eq() 268 if (a->oper_class != b->oper_class) in wpa_non_pref_chan_cmp() 269 return a->oper_class - b->oper_class; in wpa_non_pref_chan_cmp() 329 chan->oper_class = _oper_class; in wpas_mbo_update_non_pref_chan() 334 if (wpas_mbo_validate_non_pref_chan(chan->oper_class, in wpas_mbo_update_non_pref_chan() 338 chan->oper_class, chan->chan, chan->reason); in wpas_mbo_update_non_pref_chan() [all …]
|
D | driver_i.h | 619 struct wpa_supplicant *wpa_s, const u8 *addr, u8 oper_class, in wpa_drv_tdls_enable_channel_switch() argument 625 oper_class, in wpa_drv_tdls_enable_channel_switch()
|
D | wpas_glue.c | 772 void *ctx, const u8 *addr, u8 oper_class, in wpa_supplicant_tdls_enable_channel_switch() argument 777 return wpa_drv_tdls_enable_channel_switch(wpa_s, addr, oper_class, in wpa_supplicant_tdls_enable_channel_switch()
|
D | wpa_supplicant_i.h | 1111 u8 oper_class; member
|
D | rrm.c | 1090 wpa_s, req->oper_class, req->channel, in wpas_rm_handle_beacon_req()
|
D | ctrl_iface.c | 905 u8 oper_class; in wpa_supplicant_ctrl_iface_tdls_chan_switch() local 921 oper_class = strtol(pos, &end, 10); in wpa_supplicant_ctrl_iface_tdls_chan_switch() 962 MAC2STR(peer), oper_class, freq_params.freq, in wpa_supplicant_ctrl_iface_tdls_chan_switch() 968 return wpa_tdls_enable_chan_switch(wpa_s->wpa, peer, oper_class, in wpa_supplicant_ctrl_iface_tdls_chan_switch()
|
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cfg80211/rdev_tdls_channel_switch/ |
D | format | 13 field:u8 oper_class; offset:66; size:1; signed:0; 20 … cf2: %u", REC->wiphy_name, REC->name, REC->ifindex, (REC->addr), REC->oper_class, REC->band, REC-…
|
/external/wpa_supplicant_8/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 | 780 u8 oper_class, u8 channel,
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_i.h | 360 u8 oper_class, in wpa_sm_tdls_enable_channel_switch() argument 365 oper_class, in wpa_sm_tdls_enable_channel_switch()
|
D | wpa.h | 75 void *ctx, const u8 *addr, u8 oper_class, 421 u8 oper_class,
|
D | tdls.c | 2984 u8 oper_class, in wpa_tdls_enable_chan_switch() argument 3024 oper_class, freq_params); in wpa_tdls_enable_chan_switch()
|
/external/wpa_supplicant_8/hostapd/ |
D | config_file.c | 3462 u8 *oper_class; in hostapd_config_fill() local 3472 oper_class = os_malloc(oper_class_len); in hostapd_config_fill() 3473 if (oper_class == NULL) in hostapd_config_fill() 3475 if (hexstr2bin(pos, oper_class, oper_class_len)) { in hostapd_config_fill() 3479 os_free(oper_class); in hostapd_config_fill() 3483 bss->hs20_operating_class = oper_class; in hostapd_config_fill()
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 2336 u8 oper_class = 0; in wpas_dbus_handler_tdls_channel_switch() local 2371 oper_class = entry.byte_value; in wpas_dbus_handler_tdls_channel_switch() 2401 if (oper_class == 0) { in wpas_dbus_handler_tdls_channel_switch() 2424 MAC2STR(peer), oper_class, freq_params.freq, in wpas_dbus_handler_tdls_channel_switch() 2430 ret = wpa_tdls_enable_chan_switch(wpa_s->wpa, peer, oper_class, in wpas_dbus_handler_tdls_channel_switch()
|
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_defs.h | 1806 u8 oper_class; /* Operating Class */ member
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 3530 void *priv, const u8 *addr, u8 oper_class,
|
D | driver_nl80211.c | 8081 nl80211_tdls_enable_channel_switch(void *priv, const u8 *addr, u8 oper_class, in nl80211_tdls_enable_channel_switch() argument 8095 MAC2STR(addr), oper_class, params->freq); in nl80211_tdls_enable_channel_switch() 8099 nla_put_u8(msg, NL80211_ATTR_OPER_CLASS, oper_class) || in nl80211_tdls_enable_channel_switch()
|