P2P: Preparations for adding P2P IE into Beacon/Probe Response frames

This commit is contained in:
Jouni Malinen 2010-07-18 14:30:25 -07:00 committed by Jouni Malinen
parent b305c684b8
commit c2af2afb3b
3 changed files with 52 additions and 0 deletions

View file

@ -180,6 +180,11 @@ struct hostapd_data {
void (*wps_reg_success_cb)(void *ctx, const u8 *mac_addr,
const u8 *uuid_e);
void *wps_reg_success_cb_ctx;
#ifdef CONFIG_P2P
struct wpabuf *p2p_beacon_ie;
struct wpabuf *p2p_probe_resp_ie;
#endif /* CONFIG_P2P */
};