Home
last modified time | relevance | path

Searched refs:max_peers (Results 1 - 7 of 7) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p.h545 * max_peers - Maximum number of discovered peers to remember
550 size_t max_peers; member
H A Dp2p.c430 if (count + 1 > p2p->cfg->max_peers && oldest) { in p2p_create_device()
2916 if (cfg->max_peers < 1 || in p2p_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p.h565 * max_peers - Maximum number of discovered peers to remember
570 size_t max_peers; member
H A Dp2p.c490 if (count + 1 > p2p->cfg->max_peers && oldest) {
3056 if (cfg->max_peers < 1 ||
/third_party/rust/crates/libc/src/
H A Dpsp.rs3957 max_peers: i32, in sceNetAdhocMatchingCreate()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dp2p_supplicant.c4592 p2p.max_peers = 100; in wpas_p2p_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dp2p_supplicant.c5673 p2p.max_peers = 100;

Completed in 48 milliseconds