HomeSort by relevance Sort by last modified time
    Searched refs:hw_features (Results 1 - 10 of 10) sorted by null

  /external/wpa_supplicant_8/src/ap/
hw_features.h 15 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features,
29 hostapd_free_hw_features(struct hostapd_hw_modes *hw_features,
hw_features.c 25 #include "hw_features.h"
28 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features,
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[i].mode =
    [all...]
Makefile 38 hw_features.o \
ieee802_11_vht.c 32 mode->vht_capab == 0 && hapd->iface->hw_features) {
36 if (hapd->iface->hw_features[i].mode ==
38 mode = &hapd->iface->hw_features[i];
hostapd.h 339 struct hostapd_hw_modes *hw_features; member in struct:hostapd_iface
hostapd.c 32 #include "hw_features.h"
365 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
366 iface->hw_features = NULL;
    [all...]
drv_callbacks.c 32 #include "hw_features.h"
546 &hapd->iface->hw_features[i];
    [all...]
  /external/wpa_supplicant_8/hostapd/
Android.mk 832 OBJS += src/ap/hw_features.c
Makefile 831 OBJS += ../src/ap/hw_features.o
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 859 OBJS += ../src/ap/hw_features.o
    [all...]

Completed in 512 milliseconds