Searched defs:hw_features (Results 1 - 13 of 13) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhw_features.h21 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features,
33 hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, argument
H A Dhw_features.c27 #include "hw_features.h"
30 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, argument
35 if (hw_features == NULL)
39 os_free(hw_features[i].channels);
40 os_free(hw_features[i].rates);
43 os_free(hw_features);
67 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
68 iface->hw_features = modes;
608 struct hostapd_hw_modes *mode = &iface->hw_features[i];
H A Dhostapd.h197 struct hostapd_hw_modes *hw_features; member in struct:hostapd_iface
/external/wpa_supplicant_8/src/ap/
H A Dhw_features.h21 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features,
33 hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, argument
H A Dhw_features.c27 #include "hw_features.h"
30 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, argument
35 if (hw_features == NULL)
39 os_free(hw_features[i].channels);
40 os_free(hw_features[i].rates);
43 os_free(hw_features);
67 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
68 iface->hw_features = modes;
608 struct hostapd_hw_modes *mode = &iface->hw_features[i];
H A Dhostapd.h197 struct hostapd_hw_modes *hw_features; member in struct:hostapd_iface
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhw_features.h21 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features,
33 hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, argument
H A Dhw_features.c27 #include "hw_features.h"
30 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, argument
35 if (hw_features == NULL)
39 os_free(hw_features[i].channels);
40 os_free(hw_features[i].rates);
43 os_free(hw_features);
67 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
68 iface->hw_features = modes;
608 struct hostapd_hw_modes *mode = &iface->hw_features[i];
H A Dhostapd.h197 struct hostapd_hw_modes *hw_features; member in struct:hostapd_iface
/external/wpa_supplicant_6/wpa_supplicant/
H A Dmlme.h34 void ieee80211_sta_free_hw_features(struct wpa_hw_modes *hw_features,
91 ieee80211_sta_free_hw_features(struct wpa_hw_modes *hw_features, argument
H A Dwpa_priv.c1053 void wpa_supplicant_sta_free_hw_features(struct wpa_hw_modes *hw_features, argument
1058 if (hw_features == NULL)
1062 os_free(hw_features[i].channels);
1063 os_free(hw_features[i].rates);
1066 os_free(hw_features);
H A Dwpa_supplicant.c1617 void wpa_supplicant_sta_free_hw_features(struct wpa_hw_modes *hw_features, argument
1620 ieee80211_sta_free_hw_features(hw_features, num_hw_features);
H A Dmlme.c2833 void ieee80211_sta_free_hw_features(struct wpa_hw_modes *hw_features, argument
2838 if (hw_features == NULL)
2842 os_free(hw_features[i].channels);
2843 os_free(hw_features[i].rates);
2846 os_free(hw_features);

Completed in 119 milliseconds