| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| p2p_supplicant.h | 39 int persistent_id, int pd, int ht40, int vht, 46 int freq, int vht_center_freq2, int ht40, int vht, 51 int vht_center_freq2, int ht40, int vht, 123 int vht_center_freq2, int ht40, int vht, int max_chwidth,
|
| config_ssid.h | 581 int ht40; member in struct:wpa_ssid 722 * disable_ht40 - Disable HT40 for this network
|
| ap.c | 318 ssid->ht40 = 0; 356 "Enable HT support (p2p_group=%d 11a=%d ht40_hw_capab=%d ssid->ht40=%d)", 361 ssid->ht40); 364 if (ssid->ht40 && 367 conf->secondary_channel = ssid->ht40; 376 ssid->ht40) { 386 * 2.4 GHz channels (e.g., HT40+ on channel 11) 399 conf->secondary_channel = ssid->ht40;
|
| p2p_supplicant.c | 2082 ssid->ht40 = params->ht40; 2474 res->ht40 = 1; 2485 "freq=%d ht40=%d peer_dev=" MACSTR " peer_iface=" MACSTR 2487 res->role_go ? "GO" : "client", res->freq, res->ht40, 5202 * Increase GO config timeout if HT40 is used since it takes some time 5955 * @ht40: Start GO with 40 MHz channel width 5970 int persistent_id, int pd, int ht40, int vht, 6017 wpa_s->p2p_go_ht40 = !!ht40; 6482 int freq, int vht_center_freq2, int ht40, [all...] |
| 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...] |
| mesh.c | 639 ssid->ht40 = params->freq.sec_channel_offset;
|
| 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...] |
| 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;
|
| config_file.c | 791 INT(ht40);
|
| config.c | 2544 { INT_RANGE(ht40, -1, 1) },
|
| /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,
|
| /src/external/bsd/wpa/dist/src/p2p/ |
| p2p.h | 100 int ht40; member in struct:p2p_go_neg_results
|