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

  /src/external/bsd/wpa/dist/src/p2p/
p2p.h 100 int ht40; member in struct:p2p_go_neg_results
  /src/external/bsd/wpa/dist/wpa_supplicant/
config_ssid.h 581 int ht40; member in struct:wpa_ssid
722 * disable_ht40 - Disable HT40 for this network
scan.c 2682 { 5, 13500 }, /* HT40 MCS0 */
2683 { 8, 27000 }, /* HT40 MCS1 */
2684 { 12, 40500 }, /* HT40 MCS2 */
2685 { 14, 54000 }, /* HT40 MCS3 */
2686 { 18, 81000 }, /* HT40 MCS4 */
2687 { 21, 108000 }, /* HT40 MCS5 */
2688 { 23, 121500 }, /* HT40 MCS6 */
2689 { 28, 135000 }, /* HT40 MCS7 */
2908 bool ht40 = false, vht80 = false, vht160 = false; local
2967 ht40 = true
    [all...]
wpa_supplicant.c 2957 int ht40 = -1; local
2980 /* Check/setup HT40+/HT40- */
2983 ht40 = 1;
2991 if (sec_chan->chan == freq->channel + ht40 * 4)
3002 if (ht40 == -1) {
3009 freq->sec_channel_offset = ht40;
ctrl_iface.c 6376 int ht40, vht, max_oper_chwidth, chwidth = 0, freq2 = 0; local
6394 * [ht40] [vht] [he] [edmg] [auto] [ssid=<hexdump>] */
6424 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 ||
6501 pd, ht40, vht, max_oper_chwidth, he, edmg,
7052 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; local
7089 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 ||
7111 return wpas_p2p_invite(wpa_s, _peer, ssid, NULL, freq, freq2, ht40, vht,
7164 int ht40, int vht, int vht_chwidth
7191 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; local
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 366 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; local
402 } else if (os_strcmp(entry.key, "ht40") == 0 &&
404 ht40 = entry.bool_value;
408 ht40 |= vht;
477 freq2, ht40, vht,
487 ht40, vht, max_oper_chwidth, he, edmg,

Completed in 172 milliseconds