Searched defs:hw_features (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A 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, argument
H A Dhw_features.c25 #include "hw_features.h"
28 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, argument
33 if (hw_features == NULL)
37 os_free(hw_features[i].channels);
38 os_free(hw_features[i].rates);
41 os_free(hw_features);
95 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
96 iface->hw_features = modes;
662 mode->vht_capab == 0 && iface->hw_features) {
666 if (iface->hw_features[
[all...]
H A Dhostapd.h340 struct hostapd_hw_modes *hw_features; member in struct:hostapd_iface
/external/wpa_supplicant_8/src/ap/
H A 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, argument
H A Dhw_features.c25 #include "hw_features.h"
28 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, argument
33 if (hw_features == NULL)
37 os_free(hw_features[i].channels);
38 os_free(hw_features[i].rates);
41 os_free(hw_features);
95 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
96 iface->hw_features = modes;
662 mode->vht_capab == 0 && iface->hw_features) {
666 if (iface->hw_features[
[all...]
H A Dhostapd.h340 struct hostapd_hw_modes *hw_features; member in struct:hostapd_iface
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A 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, argument
H A Dhw_features.c25 #include "hw_features.h"
28 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, argument
33 if (hw_features == NULL)
37 os_free(hw_features[i].channels);
38 os_free(hw_features[i].rates);
41 os_free(hw_features);
95 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
96 iface->hw_features = modes;
662 mode->vht_capab == 0 && iface->hw_features) {
666 if (iface->hw_features[
[all...]
H A Dhostapd.h340 struct hostapd_hw_modes *hw_features; member in struct:hostapd_iface

Completed in 90 milliseconds