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

/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.h911 * p2p_go_ht40 - Default mode for HT40 enable when operating as GO.
918 int p2p_go_ht40; member in struct:wpa_config
H A Dwpa_supplicant_i.h754 unsigned int p2p_go_ht40:1; member in struct:wpa_supplicant
H A Dconfig_file.c1052 if (config->p2p_go_ht40)
1053 fprintf(f, "p2p_go_ht40=%u\n", config->p2p_go_ht40);
H A Dp2p_supplicant.c1626 if (wpa_s->p2p_go_ht40)
3342 wpa_s->p2p_go_ht40, wpa_s->p2p_go_vht,
4167 wpa_s->p2p_go_ht40 ? 255 : 100, 20);
4358 wpa_s->p2p_go_ht40,
4833 wpa_s->p2p_go_ht40 = !!ht40;
5946 wpa_s->p2p_go_ht40 = !!ht40;
6007 wpa_s->p2p_go_ht40 = 0;
6919 wpa_s->p2p_go_ht40,
H A Dctrl_iface.c4121 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 ||
4567 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 ||
4648 ht40 = (os_strstr(cmd, "ht40") != NULL) || wpa_s->conf->p2p_go_ht40 ||
H A Dconfig.c3867 { INT(p2p_go_ht40), 0 },

Completed in 181 milliseconds