HomeSort by relevance Sort by last modified time
    Searched refs:p2p_cli_probe (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
config.h 1017 * p2p_cli_probe - Enable/disable P2P CLI probe request handling
1026 int p2p_cli_probe; member in struct:wpa_config
    [all...]
config_file.c 1139 if (config->p2p_cli_probe)
1140 fprintf(f, "p2p_cli_probe=%d\n", config->p2p_cli_probe);
    [all...]
wpa_supplicant_i.h 877 unsigned int p2p_cli_probe:1; member in struct:wpa_supplicant
    [all...]
wpa_supplicant.c 764 * P2P connected client in case p2p_cli_probe configuration property is
767 if (wpa_s->conf->p2p_cli_probe && wpa_s->current_ssid &&
770 if (state == WPA_COMPLETED && !wpa_s->p2p_cli_probe) {
773 wpa_s->p2p_cli_probe =
775 } else if (state != WPA_COMPLETED && wpa_s->p2p_cli_probe) {
778 wpa_s->p2p_cli_probe = 0;
    [all...]
p2p_supplicant.c     [all...]
config.c     [all...]

Completed in 73 milliseconds