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
|
@ -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 */
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue