Searched refs:hw_features (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/wpa/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;
655 struct hostapd_hw_modes *mode = &iface->hw_features[i];
H A Dhostapd.h223 struct hostapd_hw_modes *hw_features; member in struct:hostapd_iface
H A Dhostapd.c29 #include "hw_features.h"
317 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
318 iface->hw_features = NULL;

Completed in 62 milliseconds