Home
last modified time | relevance | path

Searched refs:next_tie_breaker (Results 1 - 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_i.h331 * next_tie_breaker - Next tie-breaker value to use in GO Negotiation
333 u8 next_tie_breaker; member
H A Dp2p.c1622 dev->tie_breaker = p2p->next_tie_breaker; in p2p_connect()
1623 p2p->next_tie_breaker = !p2p->next_tie_breaker; in p2p_connect()
2952 if (os_get_random(&p2p->next_tie_breaker, 1) < 0) in p2p_init()
2953 p2p->next_tie_breaker = 0; in p2p_init()
2954 p2p->next_tie_breaker &= 0x01; in p2p_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p.c1745 dev->tie_breaker = p2p->next_tie_breaker;
1746 p2p->next_tie_breaker = !p2p->next_tie_breaker;
3092 if (os_get_random(&p2p->next_tie_breaker, 1) < 0)
3093 p2p->next_tie_breaker = 0;
3094 p2p->next_tie_breaker &= 0x01;
H A Dp2p_i.h331 * next_tie_breaker - Next tie-breaker value to use in GO Negotiation
333 u8 next_tie_breaker; member

Completed in 19 milliseconds