Home
last modified time | relevance | path

Searched refs:hw_features (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dhw_features.h15 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features,
29 hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, in hostapd_free_hw_features() argument
Dhw_features.c27 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, in hostapd_free_hw_features() argument
32 if (hw_features == NULL) in hostapd_free_hw_features()
36 os_free(hw_features[i].channels); in hostapd_free_hw_features()
37 os_free(hw_features[i].rates); in hostapd_free_hw_features()
40 os_free(hw_features); in hostapd_free_hw_features()
94 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features); in hostapd_get_hw_features()
95 iface->hw_features = modes; in hostapd_get_hw_features()
1084 struct hostapd_hw_modes *mode = &iface->hw_features[i]; in hostapd_select_hw_mode()
Dhostapd.h305 struct hostapd_hw_modes *hw_features; member
Dhostapd.c344 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features); in hostapd_cleanup_iface_partial()
345 iface->hw_features = NULL; in hostapd_cleanup_iface_partial()
/external/wpa_supplicant_8/hostapd/
DMakefile813 OBJS += ../src/ap/hw_features.o
/external/wpa_supplicant_8/wpa_supplicant/
DMakefile814 OBJS += ../src/ap/hw_features.o