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

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig.h1127 * p2p_cli_probe - Enable/disable P2P CLI probe request handling
1136 int p2p_cli_probe; member in struct:wpa_config
H A Dconfig_file.c1283 if (config->p2p_cli_probe)
1284 fprintf(f, "p2p_cli_probe=%d\n", config->p2p_cli_probe);
H A Dwpa_supplicant_i.h935 unsigned int p2p_cli_probe:1; member in struct:wpa_supplicant
H A Dwpa_supplicant.c885 * P2P connected client in case p2p_cli_probe configuration property is
888 if (wpa_s->conf->p2p_cli_probe && wpa_s->current_ssid &&
891 if (state == WPA_COMPLETED && !wpa_s->p2p_cli_probe) {
894 wpa_s->p2p_cli_probe =
896 } else if (state != WPA_COMPLETED && wpa_s->p2p_cli_probe) {
899 wpa_s->p2p_cli_probe = 0;
H A Dp2p_supplicant.c2023 d->p2p_cli_probe = s->p2p_cli_probe;
2589 if (!wpa_s->p2p_cli_probe)
H A Dconfig.c4793 { INT_RANGE(p2p_cli_probe, 0, 1), 0 },

Completed in 226 milliseconds