Fix couple of forgotten wpa_hw_modes -> hostapd_hw_modes
Some build configurations resulted in failure due to missed structure rename.
This commit is contained in:
parent
a0b2f99bd7
commit
c2220ec0b7
2 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ static inline int ieee80211_sta_get_ssid(struct wpa_supplicant *wpa_s,
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void
|
static inline void
|
||||||
ieee80211_sta_free_hw_features(struct wpa_hw_modes *hw_features,
|
ieee80211_sta_free_hw_features(struct hostapd_hw_modes *hw_features,
|
||||||
size_t num_hw_features)
|
size_t num_hw_features)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
@ -1050,7 +1050,7 @@ void wpa_supplicant_rx_eapol(void *ctx, const u8 *src_addr,
|
||||||
|
|
||||||
|
|
||||||
#ifdef CONFIG_CLIENT_MLME
|
#ifdef CONFIG_CLIENT_MLME
|
||||||
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)
|
size_t num_hw_features)
|
||||||
{
|
{
|
||||||
size_t i;
|
size_t i;
|
||||||
|
|
Loading…
Reference in a new issue