Searched refs:hw_features (Results 1 - 25 of 25) 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;
637 mode->vht_capab == 0 && iface->hw_features) {
641 if (iface->hw_features[
[all...]
H A DMakefile40 hw_features.o \
H A Dieee802_11_vht.c33 mode->vht_capab == 0 && hapd->iface->hw_features) {
37 if (hapd->iface->hw_features[i].mode ==
39 mode = &hapd->iface->hw_features[i];
H A Dhostapd.h391 struct hostapd_hw_modes *hw_features; member in struct:hostapd_iface
H A Dap_drv_ops.c839 mode = &hapd->iface->hw_features[i];
H A Dhostapd.c34 #include "hw_features.h"
397 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
398 iface->hw_features = NULL;
H A Ddrv_callbacks.c34 #include "hw_features.h"
590 &hapd->iface->hw_features[i];
/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;
637 mode->vht_capab == 0 && iface->hw_features) {
641 if (iface->hw_features[
[all...]
H A DMakefile40 hw_features.o \
H A Dieee802_11_vht.c33 mode->vht_capab == 0 && hapd->iface->hw_features) {
37 if (hapd->iface->hw_features[i].mode ==
39 mode = &hapd->iface->hw_features[i];
H A Dhostapd.h391 struct hostapd_hw_modes *hw_features; member in struct:hostapd_iface
H A Dap_drv_ops.c839 mode = &hapd->iface->hw_features[i];
H A Dhostapd.c34 #include "hw_features.h"
397 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
398 iface->hw_features = NULL;
H A Ddrv_callbacks.c34 #include "hw_features.h"
590 &hapd->iface->hw_features[i];
/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;
637 mode->vht_capab == 0 && iface->hw_features) {
641 if (iface->hw_features[
[all...]
H A DMakefile40 hw_features.o \
H A Dieee802_11_vht.c33 mode->vht_capab == 0 && hapd->iface->hw_features) {
37 if (hapd->iface->hw_features[i].mode ==
39 mode = &hapd->iface->hw_features[i];
H A Dhostapd.h391 struct hostapd_hw_modes *hw_features; member in struct:hostapd_iface
H A Dap_drv_ops.c839 mode = &hapd->iface->hw_features[i];
H A Dhostapd.c34 #include "hw_features.h"
397 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
398 iface->hw_features = NULL;
H A Ddrv_callbacks.c34 #include "hw_features.h"
590 &hapd->iface->hw_features[i];
/external/wpa_supplicant_8/hostapd/
H A DAndroid.mk910 OBJS += src/ap/hw_features.c

Completed in 366 milliseconds