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:
parent
f90ceeaabf
commit
b3db190fa2
5 changed files with 28 additions and 13 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue