hostapd: add ht and vht support in handle event function Add ht and vht capabilities...
[openwrt/staging/chunkeey.git] / package / network / services / hostapd / src / src / ap / ubus.h
index ca63b34cb71dc218e1ba41824978b55136fe21f8..185af5a7f43cec221ce75de5f84ba26eb2768577 100644 (file)
@@ -18,6 +18,7 @@ enum hostapd_ubus_event_type {
 struct hostapd_ubus_request {
        enum hostapd_ubus_event_type type;
        const struct ieee80211_mgmt *mgmt_frame;
+       const struct ieee802_11_elems *elems;
        const struct hostapd_frame_info *frame_info;
        const u8 *addr;
 };