aboutsummaryrefslogtreecommitdiffstats
path: root/src/ap/ieee802_11.c
diff options
context:
space:
mode:
authorJouni Malinen <jouni.malinen@atheros.com>2010-10-08 18:16:07 +0300
committerJouni Malinen <j@w1.fi>2010-10-08 18:16:07 +0300
commitdce044cce59af4e2c56e4428ae905bc0bff85c60 (patch)
treef07595f13480afe837e68b91d41aca49d39be9ba /src/ap/ieee802_11.c
parentb74c19faf518547763711995df1098c717c53199 (diff)
downloadexternal_wpa_supplicant_8_ti-dce044cce59af4e2c56e4428ae905bc0bff85c60.zip
external_wpa_supplicant_8_ti-dce044cce59af4e2c56e4428ae905bc0bff85c60.tar.gz
external_wpa_supplicant_8_ti-dce044cce59af4e2c56e4428ae905bc0bff85c60.tar.bz2
P2P: Extend P2P manager functionality to work with driver MLME
Add P2P IE into Beacon, Probe Response, and (Re)Association Request frames for drivers that generate this frames internally.
Diffstat (limited to 'src/ap/ieee802_11.c')
-rw-r--r--src/ap/ieee802_11.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ap/ieee802_11.c b/src/ap/ieee802_11.c
index 7e0b89b..c73a794 100644
--- a/src/ap/ieee802_11.c
+++ b/src/ap/ieee802_11.c
@@ -38,6 +38,7 @@
#include "accounting.h"
#include "ap_config.h"
#include "ap_mlme.h"
+#include "p2p_hostapd.h"
#include "ieee802_11.h"