hostapd: add missing inline stubs for ubus vlan event support
[openwrt/staging/ldir.git] / package / network / services / hostapd / src / src / ap / ubus.h
index de0d1182fd300c47522886f0b7f4af1410a9247c..f746c86e4fee8e06e145b18a83fbd10b9e483d04 100644 (file)
@@ -76,6 +76,14 @@ static inline void hostapd_ubus_free_bss(struct hostapd_data *hapd)
 {
 }
 
+static inline void hostapd_ubus_add_vlan(struct hostapd_data *hapd, struct hostapd_vlan *vlan)
+{
+}
+
+static inline void hostapd_ubus_remove_vlan(struct hostapd_data *hapd, struct hostapd_vlan *vlan)
+{
+}
+
 static inline int hostapd_ubus_handle_event(struct hostapd_data *hapd, struct hostapd_ubus_request *req)
 {
        return 0;