Home
last modified time | relevance | path

Searched refs:next_start (Results 1 – 1 of 1) sorted by relevance

/hostap-latest/src/ap/
Dgas_query_ap.c651 static int next_start = 0; in gas_query_new_dialog_token() local
656 gas, dst, (next_start + dialog_token) % 256)) in gas_query_new_dialog_token()
661 dialog_token = (next_start + dialog_token) % 256; in gas_query_new_dialog_token()
662 next_start = (dialog_token + 1) % 256; in gas_query_new_dialog_token()