Add wpa_supplicant AP mode events for Public Action frames
[libeap.git] / wpa_supplicant / wpa_supplicant_i.h
index f5582c9..062eedd 100644 (file)
@@ -284,6 +284,10 @@ struct wpa_client_mlme {
        size_t ft_ies_len;
 #endif /* CONFIG_IEEE80211R */
 
+       void (*public_action_cb)(void *ctx, const u8 *buf, size_t len,
+                                int freq);
+       void *public_action_cb_ctx;
+
 #else /* CONFIG_CLIENT_MLME */
        int dummy; /* to keep MSVC happy */
 #endif /* CONFIG_CLIENT_MLME */