Searched refs:hw_features (Results 1 – 6 of 6) sorted by relevance
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
30 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, in hostapd_free_hw_features() argument35 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()654 struct hostapd_hw_modes *mode = &iface->hw_features[i]; in hostapd_select_hw_mode()
236 struct hostapd_hw_modes *hw_features; member
333 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features); in hostapd_cleanup_iface_partial()334 iface->hw_features = NULL; in hostapd_cleanup_iface_partial()
777 OBJS += ../src/ap/hw_features.o
762 OBJS += ../src/ap/hw_features.o