diff options
author | Jouni Malinen <jouni.malinen@atheros.com> | 2009-04-03 19:04:20 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-04-03 19:04:20 +0300 |
commit | 6caf9ca68c0c747a5240e0ac1a17a23ddb5c1d05 (patch) | |
tree | 339a953c1bc683aba5f9b96df97b0f9962a7d4d8 /wpa_supplicant/mlme.h | |
parent | 0892aaaf511367b87ce8a70dfd9675013a0f8cd4 (diff) | |
download | external_wpa_supplicant_8_ti-6caf9ca68c0c747a5240e0ac1a17a23ddb5c1d05.zip external_wpa_supplicant_8_ti-6caf9ca68c0c747a5240e0ac1a17a23ddb5c1d05.tar.gz external_wpa_supplicant_8_ti-6caf9ca68c0c747a5240e0ac1a17a23ddb5c1d05.tar.bz2 |
Share same hw_feature definitions between hostapd and wpa_supplicant
Diffstat (limited to 'wpa_supplicant/mlme.h')
-rw-r--r-- | wpa_supplicant/mlme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wpa_supplicant/mlme.h b/wpa_supplicant/mlme.h index cc58a5b..f1c8aba 100644 --- a/wpa_supplicant/mlme.h +++ b/wpa_supplicant/mlme.h @@ -31,7 +31,7 @@ int ieee80211_sta_associate(struct wpa_supplicant *wpa_s, struct wpa_driver_associate_params *params); int ieee80211_sta_get_ssid(struct wpa_supplicant *wpa_s, u8 *ssid, size_t *len); -void ieee80211_sta_free_hw_features(struct wpa_hw_modes *hw_features, +void ieee80211_sta_free_hw_features(struct hostapd_hw_modes *hw_features, size_t num_hw_features); void ieee80211_sta_rx(struct wpa_supplicant *wpa_s, const u8 *buf, size_t len, struct ieee80211_rx_status *rx_status); |