HomeSort by: relevance | last modified time | path
    Searched refs:p2p_ignore_shared_freq (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/wpa_supplicant/
config.h 857 int p2p_ignore_shared_freq; member in struct:wpa_config
config_file.c 1286 if (config->p2p_ignore_shared_freq)
1287 fprintf(f, "p2p_ignore_shared_freq=%d\n",
1288 config->p2p_ignore_shared_freq);
p2p_supplicant.c 248 if (wpa_s->conf->p2p_ignore_shared_freq &&
251 wpa_printf(MSG_DEBUG, "P2P: Ignore own channel preference %d MHz due to p2p_ignore_shared_freq=1 configuration",
6593 (!wpa_s->conf->p2p_ignore_shared_freq || !unused_channels)) {
7745 if (wpa_s->parent->conf->p2p_ignore_shared_freq &&
7749 wpa_printf(MSG_DEBUG, "P2P: Ignore own channel preference %d MHz for invitation due to p2p_ignore_shared_freq=1 configuration",
config.c 5479 { INT_RANGE(p2p_ignore_shared_freq, 0, 1), 0 },

Completed in 26 milliseconds