Start deprecating various AP mode driver_ops
The preferred way of configuring AP mode will be to use set_ap() instead of number of separate operations hostapd has collected over the years.
This commit is contained in:
parent
9e85b1ed49
commit
062390efd4
7 changed files with 103 additions and 85 deletions
|
@ -34,7 +34,6 @@ int hostapd_set_authorized(struct hostapd_data *hapd,
|
|||
int hostapd_set_sta_flags(struct hostapd_data *hapd, struct sta_info *sta);
|
||||
int hostapd_set_drv_ieee8021x(struct hostapd_data *hapd, const char *ifname,
|
||||
int enabled);
|
||||
int hostapd_set_bss_params(struct hostapd_data *hapd, int use_protection);
|
||||
int hostapd_vlan_if_add(struct hostapd_data *hapd, const char *ifname);
|
||||
int hostapd_vlan_if_remove(struct hostapd_data *hapd, const char *ifname);
|
||||
int hostapd_set_wds_sta(struct hostapd_data *hapd, const u8 *addr, int aid,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue