Searched refs:p2p_go_ht40 (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/ |
D | p2p_iface.cpp | 329 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; in joinGroup() 1058 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; in connectInternal() 1121 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; in addGroupInternal() 1191 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; in reinvokeInternal() 1629 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; in addGroup_1_2Internal()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config.h | 1079 int p2p_go_ht40; member
|
D | config_file.c | 1266 if (config->p2p_go_ht40) in wpa_config_write_global() 1267 fprintf(f, "p2p_go_ht40=%d\n", config->p2p_go_ht40); in wpa_config_write_global()
|
D | p2p_supplicant.c | 2267 if (wpa_s->p2p_go_ht40) in wpas_go_neg_completed() 3324 wpa_s->p2p_go_ht40, wpa_s->p2p_go_vht, in wpas_invitation_result() 4751 wpa_s->p2p_go_ht40 ? 255 : 100, 20); in wpas_p2p_start_go_neg() 4947 wpa_s->p2p_go_ht40, in wpas_p2p_scan_res_join() 5540 wpa_s->p2p_go_ht40 = !!ht40; in wpas_p2p_connect() 7082 wpa_s->p2p_go_ht40 = !!ht40; in wpas_p2p_invite() 7160 wpa_s->p2p_go_ht40 = 0; in wpas_p2p_invite_group() 8106 wpa_s->p2p_go_ht40, in wpas_p2p_fallback_to_go_neg()
|
D | wpa_supplicant_i.h | 922 unsigned int p2p_go_ht40:1; member
|
D | ctrl_iface.c | 5631 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 || in p2p_ctrl_connect() 6295 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 || in p2p_ctrl_invite_persistent() 6383 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; in p2p_ctrl_group_add()
|
D | config.c | 4780 { INT(p2p_go_ht40), 0 },
|