Searched refs:p2p_go_ht40 (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.h1073 * p2p_go_ht40 - Default mode for HT40 enable when operating as GO.
1080 int p2p_go_ht40; member in struct:wpa_config
H A Dconfig_file.c1267 if (config->p2p_go_ht40)
1268 fprintf(f, "p2p_go_ht40=%d\n", config->p2p_go_ht40);
H A Dwpa_supplicant_i.h923 unsigned int p2p_go_ht40:1; member in struct:wpa_supplicant
H A Dp2p_supplicant.c2267 if (wpa_s->p2p_go_ht40)
3316 wpa_s->p2p_go_ht40, wpa_s->p2p_go_vht,
4745 wpa_s->p2p_go_ht40 ? 255 : 100, 20);
4941 wpa_s->p2p_go_ht40,
5534 wpa_s->p2p_go_ht40 = !!ht40;
7076 wpa_s->p2p_go_ht40 = !!ht40;
7154 wpa_s->p2p_go_ht40 = 0;
8100 wpa_s->p2p_go_ht40,
H A Dctrl_iface.c5674 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 ||
6338 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 ||
6426 int ht40 = wpa_s->conf->p2p_go_ht40 || vht;
H A Dconfig.c4782 { INT(p2p_go_ht40), 0 },

Completed in 127 milliseconds