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

  /external/wpa_supplicant_8/src/ap/
hw_features.h 21 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features,
30 struct hostapd_hw_modes *mode);
33 hostapd_free_hw_features(struct hostapd_hw_modes *hw_features,
64 struct hostapd_hw_modes *mode)
hostapd.h 197 struct hostapd_hw_modes *hw_features;
199 struct hostapd_hw_modes *current_mode;
hw_features.c 30 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features,
52 struct hostapd_hw_modes *modes;
72 struct hostapd_hw_modes *feature = &modes[i];
105 struct hostapd_hw_modes *mode)
608 struct hostapd_hw_modes *mode = &iface->hw_features[i];
ap_drv_ops.h 66 struct hostapd_hw_modes *
ap_drv_ops.c 492 struct hostapd_hw_modes *
beacon.c 119 struct hostapd_hw_modes *mode;
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 32 struct hostapd_hw_modes;
529 struct hostapd_hw_modes *modes;
bgscan_learn.c 351 struct hostapd_hw_modes *modes;
driver_i.h 240 static inline struct hostapd_hw_modes *
ap.c 83 struct hostapd_hw_modes *mode = NULL;
p2p_supplicant.c     [all...]
events.c 476 static int ht_supported(const struct hostapd_hw_modes *mode)
496 const struct hostapd_hw_modes *mode = NULL, *modes;
    [all...]
wps_supplicant.c 1137 struct hostapd_hw_modes *modes;
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.c 1089 static struct hostapd_hw_modes * hostap_get_hw_feature_data(void *priv,
1093 struct hostapd_hw_modes *mode;
1100 mode = os_zalloc(sizeof(struct hostapd_hw_modes));
driver.h 60 * struct hostapd_hw_modes - Supported hardware mode information
62 struct hostapd_hw_modes { struct
    [all...]
driver_nl80211.c     [all...]
driver_test.c     [all...]

Completed in 65 milliseconds