HomeSort by relevance Sort by last modified time
    Searched refs:hostapd_hw_modes (Results 1 - 20 of 20) 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)
hw_features.c 31 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features,
53 struct hostapd_hw_modes *modes;
73 struct hostapd_hw_modes *feature = &modes[i];
106 struct hostapd_hw_modes *mode)
461 struct hostapd_hw_modes *mode;
768 struct hostapd_hw_modes *mode = &iface->hw_features[i];
hostapd.h 272 struct hostapd_hw_modes *hw_features;
274 struct hostapd_hw_modes *current_mode;
ap_drv_ops.h 70 struct hostapd_hw_modes *
ap_drv_ops.c 585 struct hostapd_hw_modes *
beacon.c 120 struct hostapd_hw_modes *mode;
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 33 struct hostapd_hw_modes;
697 struct hostapd_hw_modes *modes;
p2p_supplicant.h 157 struct hostapd_hw_modes *mode, u8 channel);
sme.c 1011 static struct hostapd_hw_modes * get_mode(struct hostapd_hw_modes *modes,
1031 struct hostapd_hw_modes *mode;
1082 struct hostapd_hw_modes *hw_mode = NULL;
    [all...]
scan.c 488 static struct hostapd_hw_modes * get_mode(struct hostapd_hw_modes *modes,
508 struct hostapd_hw_modes *mode;
    [all...]
bgscan_learn.c 354 struct hostapd_hw_modes *modes;
driver_i.h 241 static inline struct hostapd_hw_modes *
events.c 543 static int ht_supported(const struct hostapd_hw_modes *mode)
561 static int vht_supported(const struct hostapd_hw_modes *mode)
581 const struct hostapd_hw_modes *mode = NULL, *modes;
    [all...]
ap.c 74 struct hostapd_hw_modes *mode = NULL;
p2p_supplicant.c     [all...]
wps_supplicant.c     [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 89 * struct hostapd_hw_modes - Supported hardware mode information
91 struct hostapd_hw_modes { struct
    [all...]
driver_nl80211.c     [all...]
driver_test.c     [all...]

Completed in 171 milliseconds