Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/
Dp2p_iface.cpp329 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/
Dconfig.h1079 int p2p_go_ht40; member
Dconfig_file.c1266 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()
Dp2p_supplicant.c2267 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()
Dwpa_supplicant_i.h922 unsigned int p2p_go_ht40:1; member
Dctrl_iface.c5631 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()
Dconfig.c4780 { INT(p2p_go_ht40), 0 },