HomeSort by: relevance | last modified time | path
    Searched defs:freq2 (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
op_classes.c 321 int freq2 = 0; local
343 freq2 = 1;
348 freq2 = freq5 = 1;
356 if (op_class->op_class >= 81 && op_class->op_class <= 84 && !freq2)
p2p_supplicant.c 5950 * @freq2: Center frequency of segment 1 for the GO operating in VHT 80P80 mode
6467 static int wpas_same_band(int freq1, int freq2)
6473 mode2 = ieee80211_freq_to_chan(freq2, &chan2);
9810 int freq1 = 0, freq2 = 0; local
9829 freq2 = ieee80211_chan_to_freq(
9833 if (freq1 < 0 || freq2 < 0) {
9842 csa_settings.freq_params.center_freq2 = freq2;
ctrl_iface.c 6376 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; local
6445 pos2 = os_strstr(pos, " freq2=");
6447 freq2 = atoi(pos2 + 7);
6453 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2);
6500 auth, go_intent, freq, freq2, persistent_id,
7052 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; local
7094 pos = os_strstr(cmd, "freq2=");
7096 freq2 = atoi(pos + 6);
7102 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2);
7111 return wpas_p2p_invite(wpa_s, _peer, ssid, NULL, freq, freq2, ht40, vht
7194 int max_oper_chwidth, chwidth = 0, freq2 = 0; local
    [all...]
  /src/external/bsd/wpa/dist/src/common/
hw_features_common.c 522 int freq1, freq2 = 0; local
551 freq2 = ieee80211_chan_to_freq(NULL, 131,
553 if (freq2 < 0) {
562 data->center_freq2 = freq2;
  /src/sys/dev/pci/
esm.c 1053 unsigned freq, freq2; local
1060 freq2 = calc_timer_freq(&ess->rch);
1061 if (freq2 > freq)
1062 freq = freq2;
  /src/external/gpl3/gcc/dist/gcc/
profile.cc 773 double freq2 = bb->count.to_sreal_scale
776 bb_stats stat = {bb, freq1, freq2,
780 sum2 += freq2;
772 double freq2 = bb->count.to_sreal_scale local
  /src/external/gpl3/gcc.old/dist/gcc/
profile.cc 761 double freq2 = bb->count.to_sreal_scale
764 bb_stats stat = {bb, freq1, freq2,
768 sum2 += freq2;
760 double freq2 = bb->count.to_sreal_scale local
  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 369 int max_oper_chwidth, chwidth = 0, freq2 = 0; local
418 } else if (os_strcmp(entry.key, "freq2") == 0 &&
420 freq2 = entry.int32_value;
431 max_oper_chwidth = chwidth_freq2_to_ch_width(chwidth, freq2);
477 freq2, ht40, vht,
486 } else if (wpas_p2p_group_add(wpa_s, persistent_group, freq, freq2,

Completed in 83 milliseconds