Searched refs:p2p_go_ht40 (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/wpa_supplicant/wpa_supplicant/ |
| HD | config.h | 1080 int p2p_go_ht40; member
|
| HD | config_file.c | 1267 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()
|
| HD | p2p_supplicant.c | 2267 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()
|
| HD | wpa_supplicant_i.h | 923 unsigned int p2p_go_ht40:1; member
|
| HD | ctrl_iface.c | 5674 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()
|
| HD | config.c | 4782 { INT(p2p_go_ht40), 0 },
|