HomeSort by relevance Sort by last modified time
    Searched refs:hw_features (Results 1 - 9 of 9) 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;
637 mode->vht_capab == 0 && iface->hw_features) {
641 if (iface->hw_features[i].mode =
    [all...]
Makefile 40 hw_features.o \
ieee802_11_vht.c 33 mode->vht_capab == 0 && hapd->iface->hw_features) {
37 if (hapd->iface->hw_features[i].mode ==
39 mode = &hapd->iface->hw_features[i];
hostapd.h 391 struct hostapd_hw_modes *hw_features; member in struct:hostapd_iface
ap_drv_ops.c 839 mode = &hapd->iface->hw_features[i];
hostapd.c 34 #include "hw_features.h"
397 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
398 iface->hw_features = NULL;
    [all...]
drv_callbacks.c 34 #include "hw_features.h"
590 &hapd->iface->hw_features[i];
    [all...]
  /external/wpa_supplicant_8/hostapd/
Android.mk 910 OBJS += src/ap/hw_features.c

Completed in 504 milliseconds