Share same hw_feature definitions between hostapd and wpa_supplicant
[wpasupplicant] / wpa_supplicant / wpa_supplicant.c
index bdeca29..716635f 100644 (file)
@@ -1631,7 +1631,7 @@ void wpa_supplicant_rx_eapol(void *ctx, const u8 *src_addr,
 }
 
 
-void wpa_supplicant_sta_free_hw_features(struct wpa_hw_modes *hw_features,
+void wpa_supplicant_sta_free_hw_features(struct hostapd_hw_modes *hw_features,
                                         size_t num_hw_features)
 {
        ieee80211_sta_free_hw_features(hw_features, num_hw_features);