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.
This commit is contained in:
Jouni Malinen 2010-04-11 20:16:43 +03:00 committed by Jouni Malinen
parent f90ceeaabf
commit b3db190fa2
5 changed files with 28 additions and 13 deletions

View file

@ -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,