AP: Use monotonic clock for SA query timeout
The usual, any timeouts should be using monotonic time. Signed-hostap: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
af5389610b
commit
10e694a618
3 changed files with 8 additions and 8 deletions
|
@ -113,7 +113,7 @@ struct sta_info {
|
|||
u8 *sa_query_trans_id; /* buffer of WLAN_SA_QUERY_TR_ID_LEN *
|
||||
* sa_query_count octets of pending SA Query
|
||||
* transaction identifiers */
|
||||
struct os_time sa_query_start;
|
||||
struct os_reltime sa_query_start;
|
||||
#endif /* CONFIG_IEEE80211W */
|
||||
|
||||
#ifdef CONFIG_INTERWORKING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue