Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDconfig.h1080 int p2p_go_ht40; member
HDconfig_file.c1267 if (config->p2p_go_ht40) in wpa_config_write_global()
1268 fprintf(f, "p2p_go_ht40=%d\n", config->p2p_go_ht40); in wpa_config_write_global()
HDp2p_supplicant.c2267 if (wpa_s->p2p_go_ht40) in wpas_go_neg_completed()
3316 wpa_s->p2p_go_ht40, wpa_s->p2p_go_vht, in wpas_invitation_result()
4745 wpa_s->p2p_go_ht40 ? 255 : 100, 20); in wpas_p2p_start_go_neg()
4941 wpa_s->p2p_go_ht40, in wpas_p2p_scan_res_join()
5534 wpa_s->p2p_go_ht40 = !!ht40; in wpas_p2p_connect()
7076 wpa_s->p2p_go_ht40 = !!ht40; in wpas_p2p_invite()
7154 wpa_s->p2p_go_ht40 = 0; in wpas_p2p_invite_group()
8100 wpa_s->p2p_go_ht40, in wpas_p2p_fallback_to_go_neg()
HDwpa_supplicant_i.h923 unsigned int p2p_go_ht40:1; member
HDctrl_iface.c5674 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 || in p2p_ctrl_connect()
6338 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 || in p2p_ctrl_invite_persistent()
6426 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; in p2p_ctrl_group_add()
HDconfig.c4782 { INT(p2p_go_ht40), 0 },