Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/
Dconfig.h1184 int p2p_go_ht40; member
Dconfig_file.c1272 if (config->p2p_go_ht40) in wpa_config_write_global()
1273 fprintf(f, "p2p_go_ht40=%d\n", config->p2p_go_ht40); in wpa_config_write_global()
Dp2p_supplicant.c2473 if (wpa_s->p2p_go_ht40) in wpas_go_neg_completed()
3378 wpa_s->conf->p2p_go_ht40, in wpas_invitation_received()
3607 wpa_s->p2p_go_ht40, wpa_s->p2p_go_vht, in wpas_invitation_result()
5206 wpa_s->p2p_go_ht40 ? 255 : 100, 20); in wpas_p2p_start_go_neg()
5411 wpa_s->p2p_go_ht40, in wpas_p2p_scan_res_join()
6017 wpa_s->p2p_go_ht40 = !!ht40; in wpas_p2p_connect()
7701 wpa_s->p2p_go_ht40 = !!ht40; in wpas_p2p_invite()
7782 wpa_s->p2p_go_ht40 = 0; in wpas_p2p_invite_group()
8738 wpa_s->p2p_go_ht40, in wpas_p2p_fallback_to_go_neg()
Dwpa_supplicant_i.h1163 unsigned int p2p_go_ht40:1; member
Dctrl_iface.c6420 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 || in p2p_ctrl_connect()
7085 ht40 = (os_strstr(cmd, " ht40") != NULL) || wpa_s->conf->p2p_go_ht40 || in p2p_ctrl_invite_persistent()
7187 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; in p2p_ctrl_group_add()
Dconfig.c5474 { INT(p2p_go_ht40), 0 },
/hostap-latest/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c366 int ht40 = wpa_s->conf->p2p_go_ht40 || vht; in wpas_dbus_handler_p2p_group_add()