]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - hostapd/hostapd.h
Map STA flags into values defined in driver.h
[thirdparty/hostap.git] / hostapd / hostapd.h
index 52a46d583ae2d5d009dfefbff73508e73db66bc1..e6d564ca793cec1a560cb12ebdce14738f8df64d 100644 (file)
@@ -189,6 +189,7 @@ int hostapd_register_probereq_cb(struct hostapd_data *hapd,
                                 void *ctx);
 int hostapd_set_drv_ieee8021x(struct hostapd_data *hapd, const char *ifname,
                              int enabled);
+int hostapd_sta_flags_to_drv(int flags);
 
 int eap_server_register_methods(void);