/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | op_classes.c | 219 int freq2 = 0; in wpas_op_class_supported() local 237 freq2 = 1; in wpas_op_class_supported() 242 freq2 = freq5 = 1; in wpas_op_class_supported() 247 if (op_class->op_class >= 81 && op_class->op_class <= 84 && !freq2) in wpas_op_class_supported()
|
D | ctrl_iface.c | 5653 static int parse_freq(int chwidth, int freq2) in parse_freq() argument 5655 if (freq2 < 0) in parse_freq() 5657 if (freq2) in parse_freq() 5693 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local 5760 freq2 = atoi(pos2 + 7); in p2p_ctrl_connect() 5766 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_connect() 5810 auth, go_intent, freq, freq2, persistent_id, in p2p_ctrl_connect() 6367 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local 6408 freq2 = atoi(pos + 6); in p2p_ctrl_invite_persistent() 6414 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_invite_persistent() [all …]
|
D | p2p_supplicant.c | 5959 static int wpas_same_band(int freq1, int freq2) in wpas_same_band() argument 5965 mode2 = ieee80211_freq_to_chan(freq2, &chan2); in wpas_same_band() 9184 int freq1 = 0, freq2 = 0; in wpas_p2p_move_go_csa() local 9203 freq2 = ieee80211_chan_to_freq( in wpas_p2p_move_go_csa() 9207 if (freq1 < 0 || freq2 < 0) { in wpas_p2p_move_go_csa() 9216 csa_settings.freq_params.center_freq2 = freq2; in wpas_p2p_move_go_csa()
|
/third_party/gstreamer/gstplugins_bad/ext/spandsp/ |
D | gsttonegeneratesrc.c | 171 src->freq2 = DEFAULT_FREQ; in gst_tone_generate_src_init() 280 src->freq2, in gst_tone_generate_src_fill() 323 src->freq2 = g_value_get_int (value); in gst_tone_generate_src_set_property() 386 g_value_set_int (value, src->freq2); in gst_tone_generate_src_get_property()
|
D | gsttonegeneratesrc.h | 60 …gint freq2; /* 0 for no second frequency, a positive number for the second frequency, in Hz,… member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | op_classes.c | 261 int freq2 = 0; in wpas_op_class_supported() local 280 freq2 = 1; in wpas_op_class_supported() 285 freq2 = freq5 = 1; in wpas_op_class_supported() 290 if (op_class->op_class >= 81 && op_class->op_class <= 84 && !freq2) in wpas_op_class_supported()
|
D | ctrl_iface.c | 6060 static int parse_freq(int chwidth, int freq2) in parse_freq() argument 6062 if (freq2 < 0) in parse_freq() 6064 if (freq2) in parse_freq() 6100 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_connect() local 6171 freq2 = atoi(pos2 + 7); in p2p_ctrl_connect() 6177 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_connect() 6224 auth, go_intent, freq, freq2, persistent_id, in p2p_ctrl_connect() 6781 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; in p2p_ctrl_invite_persistent() local 6825 freq2 = atoi(pos + 6); in p2p_ctrl_invite_persistent() 6831 max_oper_chwidth = parse_freq(chwidth, freq2); in p2p_ctrl_invite_persistent() [all …]
|
D | p2p_supplicant.c | 6983 static int wpas_same_band(int freq1, int freq2) argument 6989 mode2 = ieee80211_freq_to_chan(freq2, &chan2); 10348 int freq1 = 0, freq2 = 0; local 10367 freq2 = ieee80211_chan_to_freq( 10371 if (freq1 < 0 || freq2 < 0) { 10380 csa_settings.freq_params.center_freq2 = freq2;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | hw_features_common.c | 439 int freq1, freq2 = 0; in hostapd_set_freq_params() local 464 freq2 = ieee80211_chan_to_freq(NULL, 131, in hostapd_set_freq_params() 466 if (freq2 < 0) { in hostapd_set_freq_params() 475 data->center_freq2 = freq2; in hostapd_set_freq_params()
|