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

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.h1083 * p2p_go_vht - Default mode for VHT enable when operating as GO
1090 int p2p_go_vht; member in struct:wpa_config
H A Dconfig_file.c1269 if (config->p2p_go_vht)
1270 fprintf(f, "p2p_go_vht=%d\n", config->p2p_go_vht);
H A Dwpa_supplicant_i.h924 unsigned int p2p_go_vht:1; member in struct:wpa_supplicant
H A Dp2p_supplicant.c2269 if (wpa_s->p2p_go_vht)
3316 wpa_s->p2p_go_ht40, wpa_s->p2p_go_vht,
4942 wpa_s->p2p_go_vht,
5535 wpa_s->p2p_go_vht = !!vht;
7077 wpa_s->p2p_go_vht = !!vht;
7155 wpa_s->p2p_go_vht = 0;
8101 wpa_s->p2p_go_vht,
H A Dctrl_iface.c5673 vht = (os_strstr(cmd, " vht") != NULL) || wpa_s->conf->p2p_go_vht;
6337 vht = (os_strstr(cmd, " vht") != NULL) || wpa_s->conf->p2p_go_vht;
6425 int vht = wpa_s->conf->p2p_go_vht;
H A Dconfig.c4783 { INT(p2p_go_vht), 0 },

Completed in 146 milliseconds