]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - wpa_supplicant/ap.h
Move struct hostapd_frame_info definition away from driver API
[thirdparty/hostap.git] / wpa_supplicant / ap.h
index a1975d78972af80b6266c8351674325ab1b56cbd..7f253bb7ee3370205968f98a2c2fa5ff051ce41c 100644 (file)
@@ -36,8 +36,7 @@ void ap_tx_status(void *ctx, const u8 *addr,
                  const u8 *buf, size_t len, int ack);
 void ap_rx_from_unknown_sta(void *ctx, const struct ieee80211_hdr *hdr,
                            size_t len);
-void ap_mgmt_rx(void *ctx, const u8 *buf, size_t len,
-               struct hostapd_frame_info *fi);
+void ap_mgmt_rx(void *ctx, struct rx_mgmt *rx_mgmt);
 void ap_mgmt_tx_cb(void *ctx, const u8 *buf, size_t len, u16 stype, int ok);
 
 #endif /* AP_H */