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

  /external/wpa_supplicant_8/src/ap/
hw_features.h 20 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features,
32 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;
620 struct hostapd_hw_modes *mode = &iface->hw_features[i];
hostapd.h 192 struct hostapd_hw_modes *hw_features; member in struct:hostapd_iface
hostapd.c 34 #include "hw_features.h"
286 hostapd_free_hw_features(iface->hw_features, iface->num_hw_features);
287 iface->hw_features = NULL;
  /external/wpa_supplicant/
mlme.h 32 void ieee80211_sta_free_hw_features(struct wpa_hw_modes *hw_features,
83 ieee80211_sta_free_hw_features(struct wpa_hw_modes *hw_features,
mlme.c     [all...]
driver_wext.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.h 34 void ieee80211_sta_free_hw_features(struct wpa_hw_modes *hw_features,
91 ieee80211_sta_free_hw_features(struct wpa_hw_modes *hw_features,
wpa_priv.c 1053 void wpa_supplicant_sta_free_hw_features(struct wpa_hw_modes *hw_features,
1058 if (hw_features == NULL)
1062 os_free(hw_features[i].channels);
1063 os_free(hw_features[i].rates);
1066 os_free(hw_features);
mlme.c     [all...]
wpa_supplicant.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver.h     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 634 void ieee80211_sta_free_hw_features(struct hostapd_hw_modes *hw_features,
wpa_supplicant.c     [all...]
Makefile 688 OBJS += ../src/ap/hw_features.o
    [all...]
  /external/wpa_supplicant_8/hostapd/
Android.mk 761 OBJS += src/ap/hw_features.c
Makefile 727 OBJS += ../src/ap/hw_features.o

Completed in 987 milliseconds