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:
Jouni Malinen 2011-10-18 00:24:16 +03:00 committed by Jouni Malinen
parent 96b2cb226a
commit 39b97072b2
11 changed files with 156 additions and 0 deletions

View file

@ -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);
}