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

/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_i.h301 * next_tie_breaker - Next tie-breaker value to use in GO Negotiation
303 u8 next_tie_breaker; member in struct:p2p_data
H A Dp2p.c1447 dev->tie_breaker = p2p->next_tie_breaker;
1448 p2p->next_tie_breaker = !p2p->next_tie_breaker;
2497 if (os_get_random(&p2p->next_tie_breaker, 1) < 0)
2498 p2p->next_tie_breaker = 0;
2499 p2p->next_tie_breaker &= 0x01;
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_i.h301 * next_tie_breaker - Next tie-breaker value to use in GO Negotiation
303 u8 next_tie_breaker; member in struct:p2p_data
H A Dp2p.c1447 dev->tie_breaker = p2p->next_tie_breaker;
1448 p2p->next_tie_breaker = !p2p->next_tie_breaker;
2497 if (os_get_random(&p2p->next_tie_breaker, 1) < 0)
2498 p2p->next_tie_breaker = 0;
2499 p2p->next_tie_breaker &= 0x01;
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_i.h301 * next_tie_breaker - Next tie-breaker value to use in GO Negotiation
303 u8 next_tie_breaker; member in struct:p2p_data
H A Dp2p.c1447 dev->tie_breaker = p2p->next_tie_breaker;
1448 p2p->next_tie_breaker = !p2p->next_tie_breaker;
2497 if (os_get_random(&p2p->next_tie_breaker, 1) < 0)
2498 p2p->next_tie_breaker = 0;
2499 p2p->next_tie_breaker &= 0x01;

Completed in 107 milliseconds