Searched refs:hw_features (Results 1 – 11 of 11) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | hw_features.h | 21 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, 33 hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, in hostapd_free_hw_features() argument
|
D | hw_features.c | 30 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, in hostapd_free_hw_features() argument 35 if (hw_features == NULL) in hostapd_free_hw_features() 39 os_free(hw_features[i].channels); in hostapd_free_hw_features() 40 os_free(hw_features[i].rates); in hostapd_free_hw_features() 43 os_free(hw_features); in hostapd_free_hw_features() 67 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features); in hostapd_get_hw_features() 68 iface->hw_features = modes; in hostapd_get_hw_features() 653 struct hostapd_hw_modes *mode = &iface->hw_features[i]; in hostapd_select_hw_mode()
|
D | hostapd.h | 218 struct hostapd_hw_modes *hw_features; member
|
D | hostapd.c | 312 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features); in hostapd_cleanup_iface_partial() 313 iface->hw_features = NULL; in hostapd_cleanup_iface_partial()
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | mlme.h | 34 void ieee80211_sta_free_hw_features(struct wpa_hw_modes *hw_features, 91 ieee80211_sta_free_hw_features(struct wpa_hw_modes *hw_features, in ieee80211_sta_free_hw_features() argument
|
D | wpa_priv.c | 1053 void wpa_supplicant_sta_free_hw_features(struct wpa_hw_modes *hw_features, in wpa_supplicant_sta_free_hw_features() argument 1058 if (hw_features == NULL) in wpa_supplicant_sta_free_hw_features() 1062 os_free(hw_features[i].channels); in wpa_supplicant_sta_free_hw_features() 1063 os_free(hw_features[i].rates); in wpa_supplicant_sta_free_hw_features() 1066 os_free(hw_features); in wpa_supplicant_sta_free_hw_features()
|
D | mlme.c | 2833 void ieee80211_sta_free_hw_features(struct wpa_hw_modes *hw_features, in ieee80211_sta_free_hw_features() argument 2838 if (hw_features == NULL) in ieee80211_sta_free_hw_features() 2842 os_free(hw_features[i].channels); in ieee80211_sta_free_hw_features() 2843 os_free(hw_features[i].rates); in ieee80211_sta_free_hw_features() 2846 os_free(hw_features); in ieee80211_sta_free_hw_features()
|
D | wpa_supplicant.c | 1617 void wpa_supplicant_sta_free_hw_features(struct wpa_hw_modes *hw_features, in wpa_supplicant_sta_free_hw_features() argument 1620 ieee80211_sta_free_hw_features(hw_features, num_hw_features); in wpa_supplicant_sta_free_hw_features()
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
D | driver.h | 1343 void wpa_supplicant_sta_free_hw_features(struct wpa_hw_modes *hw_features,
|
/external/wpa_supplicant_8/hostapd/ |
D | Makefile | 784 OBJS += ../src/ap/hw_features.o
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | Makefile | 759 OBJS += ../src/ap/hw_features.o
|