Add support for Time Advertisement
This adds preliminary support for IEEE 802.11v Time Advertisement mechanism with UTC TSF offset.
This commit is contained in:
parent
96b2cb226a
commit
39b97072b2
11 changed files with 156 additions and 0 deletions
|
@ -261,6 +261,8 @@ static void hostapd_cleanup(struct hostapd_data *hapd)
|
|||
wpabuf_free(hapd->p2p_probe_resp_ie);
|
||||
hapd->p2p_probe_resp_ie = NULL;
|
||||
#endif /* CONFIG_P2P */
|
||||
|
||||
wpabuf_free(hapd->time_adv);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue