P2P: Preparations for adding P2P IE into Beacon/Probe Response frames
This commit is contained in:
parent
b305c684b8
commit
c2af2afb3b
3 changed files with 52 additions and 0 deletions
|
@ -235,6 +235,13 @@ static void hostapd_cleanup(struct hostapd_data *hapd)
|
|||
|
||||
os_free(hapd->probereq_cb);
|
||||
hapd->probereq_cb = NULL;
|
||||
|
||||
#ifdef CONFIG_P2P
|
||||
wpabuf_free(hapd->p2p_beacon_ie);
|
||||
hapd->p2p_beacon_ie = NULL;
|
||||
wpabuf_free(hapd->p2p_probe_resp_ie);
|
||||
hapd->p2p_probe_resp_ie = NULL;
|
||||
#endif /* CONFIG_P2P */
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue