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

/external/wpa_supplicant_8/hostapd/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.c28 #include "hw_features.h"
31 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, argument
36 if (hw_features == NULL)
40 os_free(hw_features[i].channels);
41 os_free(hw_features[i].rates);
44 os_free(hw_features);
68 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
69 iface->hw_features = modes;
768 struct hostapd_hw_modes *mode = &iface->hw_features[i];
H A Dhostapd.h272 struct hostapd_hw_modes *hw_features; member in struct:hostapd_iface
H A Dhostapd.c29 #include "hw_features.h"
309 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
310 iface->hw_features = NULL;
/external/wpa_supplicant_8/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.c28 #include "hw_features.h"
31 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, argument
36 if (hw_features == NULL)
40 os_free(hw_features[i].channels);
41 os_free(hw_features[i].rates);
44 os_free(hw_features);
68 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
69 iface->hw_features = modes;
768 struct hostapd_hw_modes *mode = &iface->hw_features[i];
H A Dhostapd.h272 struct hostapd_hw_modes *hw_features; member in struct:hostapd_iface
H A Dhostapd.c29 #include "hw_features.h"
309 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
310 iface->hw_features = NULL;
/external/wpa_supplicant_8/wpa_supplicant/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.c28 #include "hw_features.h"
31 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features, argument
36 if (hw_features == NULL)
40 os_free(hw_features[i].channels);
41 os_free(hw_features[i].rates);
44 os_free(hw_features);
68 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
69 iface->hw_features = modes;
768 struct hostapd_hw_modes *mode = &iface->hw_features[i];
H A Dhostapd.h272 struct hostapd_hw_modes *hw_features; member in struct:hostapd_iface
H A Dhostapd.c29 #include "hw_features.h"
309 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
310 iface->hw_features = NULL;
/external/wpa_supplicant_8/hostapd/
H A DAndroid.mk833 OBJS += src/ap/hw_features.c
H A DMakefile784 OBJS += ../src/ap/hw_features.o
/external/wpa_supplicant_8/wpa_supplicant/
H A DMakefile774 OBJS += ../src/ap/hw_features.o

Completed in 147 milliseconds