Searched refs:hw_features (Results 1 – 8 of 8) sorted by relevance
28 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, in hostapd_free_hw_features() argument33 if (hw_features == NULL) in hostapd_free_hw_features()37 os_free(hw_features[i].channels); in hostapd_free_hw_features()38 os_free(hw_features[i].rates); in hostapd_free_hw_features()41 os_free(hw_features); in hostapd_free_hw_features()95 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features); in hostapd_get_hw_features()96 iface->hw_features = modes; in hostapd_get_hw_features()670 mode->vht_capab == 0 && iface->hw_features) { in ieee80211ac_supported_vht_capab()674 if (iface->hw_features[i].mode == in ieee80211ac_supported_vht_capab()676 mode = &iface->hw_features[i]; in ieee80211ac_supported_vht_capab()[all …]
15 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
33 mode->vht_capab == 0 && hapd->iface->hw_features) { in hostapd_eid_vht_capabilities()37 if (hapd->iface->hw_features[i].mode == in hostapd_eid_vht_capabilities()39 mode = &hapd->iface->hw_features[i]; in hostapd_eid_vht_capabilities()
38 hw_features.o \
368 struct hostapd_hw_modes *hw_features; member
792 mode = &hapd->iface->hw_features[i]; in hostapd_drv_do_acs()
584 &hapd->iface->hw_features[i]; in hostapd_acs_channel_selected()
384 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features); in hostapd_cleanup_iface_partial()385 iface->hw_features = NULL; in hostapd_cleanup_iface_partial()