Home
last modified time | relevance | path

Searched refs:P2P_PEER_EXPIRATION_AGE (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p.c45 * P2P_PEER_EXPIRATION_AGE - Number of seconds after which inactive peer
48 #ifndef P2P_PEER_EXPIRATION_AGE
49 #define P2P_PEER_EXPIRATION_AGE 60 macro
50 #endif /* P2P_PEER_EXPIRATION_AGE */
61 if (dev->last_seen.sec + P2P_PEER_EXPIRATION_AGE >= now.sec) in p2p_expire_peers()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p.c55 * P2P_PEER_EXPIRATION_AGE - Number of seconds after which inactive peer
58 #ifndef P2P_PEER_EXPIRATION_AGE
59 #define P2P_PEER_EXPIRATION_AGE 60 macro
60 #endif /* P2P_PEER_EXPIRATION_AGE */
111 if (dev->last_seen.sec + P2P_PEER_EXPIRATION_AGE >= now.sec) in p2p_expire_peers()

Completed in 13 milliseconds