Home
last modified time | relevance | path

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

/hostap-latest/wpa_supplicant/
Dconfig.h1250 int p2p_cli_probe; member
Dconfig_file.c1290 if (config->p2p_cli_probe) in wpa_config_write_global()
1291 fprintf(f, "p2p_cli_probe=%d\n", config->p2p_cli_probe); in wpa_config_write_global()
Dwpa_supplicant_i.h1177 unsigned int p2p_cli_probe:1; member
Dwpa_supplicant.c1057 if (wpa_s->conf->p2p_cli_probe && wpa_s->current_ssid && in wpa_supplicant_set_state()
1060 if (state == WPA_COMPLETED && !wpa_s->p2p_cli_probe) { in wpa_supplicant_set_state()
1063 wpa_s->p2p_cli_probe = in wpa_supplicant_set_state()
1065 } else if (state != WPA_COMPLETED && wpa_s->p2p_cli_probe) { in wpa_supplicant_set_state()
1068 wpa_s->p2p_cli_probe = 0; in wpa_supplicant_set_state()
Dp2p_supplicant.c2213 d->p2p_cli_probe = s->p2p_cli_probe; in wpas_p2p_clone_config()
2797 if (!wpa_s->p2p_cli_probe) in wpas_stop_listen()
Dconfig.c5486 { INT_RANGE(p2p_cli_probe, 0, 1), 0 },