/hostap-latest/wpa_supplicant/ |
D | op_classes.c | 321 int freq2 = 0; in wpas_op_class_supported() local 343 freq2 = 1; in wpas_op_class_supported() 348 freq2 = freq5 = 1; in wpas_op_class_supported() 356 if (op_class->op_class >= 81 && op_class->op_class <= 84 && !freq2) in wpas_op_class_supported()
|
D | ctrl_iface.c | 6372 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local 6443 freq2 = atoi(pos2 + 7); in p2p_ctrl_connect() 6449 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2); in p2p_ctrl_connect() 6496 auth, go_intent, freq, freq2, persistent_id, in p2p_ctrl_connect() 7048 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local 7092 freq2 = atoi(pos + 6); in p2p_ctrl_invite_persistent() 7098 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2); in p2p_ctrl_invite_persistent() 7107 return wpas_p2p_invite(wpa_s, _peer, ssid, NULL, freq, freq2, ht40, vht, in p2p_ctrl_invite_persistent() 7190 int max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_group_add() local 7198 if (sscanf(token, "freq2=%d", &freq2) == 1 || in p2p_ctrl_group_add() [all …]
|
D | p2p_supplicant.c | 6467 static int wpas_same_band(int freq1, int freq2) in wpas_same_band() argument 6473 mode2 = ieee80211_freq_to_chan(freq2, &chan2); in wpas_same_band() 9810 int freq1 = 0, freq2 = 0; in wpas_p2p_move_go_csa() local 9829 freq2 = ieee80211_chan_to_freq( in wpas_p2p_move_go_csa() 9833 if (freq1 < 0 || freq2 < 0) { in wpas_p2p_move_go_csa() 9842 csa_settings.freq_params.center_freq2 = freq2; in wpas_p2p_move_go_csa()
|
/hostap-latest/src/common/ |
D | hw_features_common.c | 522 int freq1, freq2 = 0; in hostapd_set_freq_params() local 551 freq2 = ieee80211_chan_to_freq(NULL, 131, in hostapd_set_freq_params() 553 if (freq2 < 0) { in hostapd_set_freq_params() 562 data->center_freq2 = freq2; in hostapd_set_freq_params()
|
D | ieee802_11_common.h | 306 bool is_same_band(int freq1, int freq2); 319 int chwidth_freq2_to_ch_width(int chwidth, int freq2);
|
D | ieee802_11_common.c | 3000 bool is_same_band(int freq1, int freq2) in is_same_band() argument 3002 if (IS_2P4GHZ(freq1) && IS_2P4GHZ(freq2)) in is_same_band() 3005 if (IS_5GHZ(freq1) && IS_5GHZ(freq2)) in is_same_band() 3008 if (is_6ghz_freq(freq1) && is_6ghz_freq(freq2)) in is_same_band() 3363 int chwidth_freq2_to_ch_width(int chwidth, int freq2) in chwidth_freq2_to_ch_width() argument 3365 if (freq2 < 0) in chwidth_freq2_to_ch_width() 3367 if (freq2) in chwidth_freq2_to_ch_width()
|
/hostap-latest/tests/hwsim/ |
D | wpasupplicant.py | 756 persistent=False, freq=None, freq2=None, argument 769 if freq2: 770 cmd = cmd + ' freq2=' + str(freq2) 805 wait_group=True, freq2=None, max_oper_chwidth=None, argument 818 if freq2: 819 cmd = cmd + ' freq2=' + str(freq2)
|
D | p2p_utils.py | 292 go_intent=r_intent, freq=r_freq, freq2=r_freq2, 299 freq2=i_freq2,
|
D | test_owe.py | 327 freq2 = hapd2.get_status_field("freq") 330 dev[0].scan_for_bss(bssid2, freq=freq2) 333 scan_freq="%s %s" % (freq, freq2))
|
D | test_p2p_channel.py | 832 freq2 = dev[0].get_group_status_field('freq') 833 if freq1 == freq2: 834 raise Exception("Unexpected freq after group reform=" + freq2)
|
/hostap-latest/wpa_supplicant/dbus/ |
D | dbus_new_handlers_p2p.c | 369 int max_oper_chwidth, chwidth = 0, freq2 = 0; in wpas_dbus_handler_p2p_group_add() local 420 freq2 = entry.int32_value; in wpas_dbus_handler_p2p_group_add() 431 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2); in wpas_dbus_handler_p2p_group_add() 477 freq2, ht40, vht, in wpas_dbus_handler_p2p_group_add() 486 } else if (wpas_p2p_group_add(wpa_s, persistent_group, freq, freq2, in wpas_dbus_handler_p2p_group_add()
|
/hostap-latest/doc/ |
D | dbus.doxygen | 1652 …<tr><td>freq2</td><td>i</td><td>Center frequency in MHz for segment 2 when operating in 80 MHz + 8…
|