aboutsummaryrefslogtreecommitdiffstats
path: root/src/ap/hostapd.h
diff options
context:
space:
mode:
authorJouni Malinen <jouni.malinen@atheros.com>2010-04-11 20:16:43 +0300
committerJouni Malinen <j@w1.fi>2010-04-11 20:16:43 +0300
commitb3db190fa21929dd9f041708f9717ca135070fee (patch)
tree8e46906fd65876b11b4e900919e13b44e9c97de9 /src/ap/hostapd.h
parentf90ceeaabf8a00a84152195f6c1cacbfcaa2ca57 (diff)
downloadexternal_wpa_supplicant_8_ti-b3db190fa21929dd9f041708f9717ca135070fee.zip
external_wpa_supplicant_8_ti-b3db190fa21929dd9f041708f9717ca135070fee.tar.gz
external_wpa_supplicant_8_ti-b3db190fa21929dd9f041708f9717ca135070fee.tar.bz2
Started to make set_ap_wps_ie() capable of adding multiple IEs
This mechanism can be used to add various IEs to Beacon and Probe Response frames and it should be made clear that it is not reserved only for WPS IE.
Diffstat (limited to 'src/ap/hostapd.h')
-rw-r--r--src/ap/hostapd.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ap/hostapd.h b/src/ap/hostapd.h
index 61956f8..3d0bab5 100644
--- a/src/ap/hostapd.h
+++ b/src/ap/hostapd.h
@@ -48,9 +48,7 @@ struct hostapd_frame_info {
struct hostapd_driver_ops {
- int (*set_ap_wps_ie)(struct hostapd_data *hapd,
- const struct wpabuf *beacon,
- const struct wpabuf *probe);
+ int (*set_ap_wps_ie)(struct hostapd_data *hapd);
int (*send_mgmt_frame)(struct hostapd_data *hapd, const void *msg,
size_t len);
int (*send_eapol)(struct hostapd_data *hapd, const u8 *addr,