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

  /external/wpa_supplicant_8/src/ap/
hw_features.h 21 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features,
33 hostapd_free_hw_features(struct hostapd_hw_modes *hw_features,
hw_features.c 28 #include "hw_features.h"
31 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features,
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];
hostapd.h 272 struct hostapd_hw_modes *hw_features; member in struct:hostapd_iface
hostapd.c 29 #include "hw_features.h"
309 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
310 iface->hw_features = NULL;
    [all...]
  /external/wpa_supplicant_8/hostapd/
Android.mk 833 OBJS += src/ap/hw_features.c
Makefile 784 OBJS += ../src/ap/hw_features.o
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 774 OBJS += ../src/ap/hw_features.o
    [all...]

Completed in 2892 milliseconds