Searched refs:hw_features (Results 1 - 15 of 15) 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.c24 #include "hw_features.h"
27 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, argument
32 if (hw_features == NULL)
36 os_free(hw_features[i].channels);
37 os_free(hw_features[i].rates);
40 os_free(hw_features);
94 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
95 iface->hw_features = modes;
1084 struct hostapd_hw_modes *mode = &iface->hw_features[i];
H A Dhostapd.h305 struct hostapd_hw_modes *hw_features; member in struct:hostapd_iface
H A Dhostapd.c30 #include "hw_features.h"
344 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
345 iface->hw_features = NULL;
/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.c24 #include "hw_features.h"
27 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, argument
32 if (hw_features == NULL)
36 os_free(hw_features[i].channels);
37 os_free(hw_features[i].rates);
40 os_free(hw_features);
94 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
95 iface->hw_features = modes;
1084 struct hostapd_hw_modes *mode = &iface->hw_features[i];
H A Dhostapd.h305 struct hostapd_hw_modes *hw_features; member in struct:hostapd_iface
H A Dhostapd.c30 #include "hw_features.h"
344 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
345 iface->hw_features = NULL;
/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.c24 #include "hw_features.h"
27 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, argument
32 if (hw_features == NULL)
36 os_free(hw_features[i].channels);
37 os_free(hw_features[i].rates);
40 os_free(hw_features);
94 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
95 iface->hw_features = modes;
1084 struct hostapd_hw_modes *mode = &iface->hw_features[i];
H A Dhostapd.h305 struct hostapd_hw_modes *hw_features; member in struct:hostapd_iface
H A Dhostapd.c30 #include "hw_features.h"
344 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
345 iface->hw_features = NULL;
/external/wpa_supplicant_8/hostapd/
H A DAndroid.mk828 OBJS += src/ap/hw_features.c
H A DMakefile813 OBJS += ../src/ap/hw_features.o
/external/wpa_supplicant_8/wpa_supplicant/
H A DMakefile814 OBJS += ../src/ap/hw_features.o

Completed in 422 milliseconds