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 27 #include "hw_features.h"
30 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features,
35 if (hw_features == NULL)
39 os_free(hw_features[i].channels);
40 os_free(hw_features[i].rates);
43 os_free(hw_features);
67 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
68 iface->hw_features = modes;
654 struct hostapd_hw_modes *mode = &iface->hw_features[i];
hostapd.h 236 struct hostapd_hw_modes *hw_features; member in struct:hostapd_iface
hostapd.c 29 #include "hw_features.h"
333 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
334 iface->hw_features = NULL;
    [all...]
  /external/wpa_supplicant_8/hostapd/
Android.mk 826 OBJS += src/ap/hw_features.c
Makefile 777 OBJS += ../src/ap/hw_features.o
  /external/wpa_supplicant_8/wpa_supplicant/
Makefile 762 OBJS += ../src/ap/hw_features.o
    [all...]

Completed in 61 milliseconds