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

1 2

  /external/wpa_supplicant_8/src/common/
hw_features_common.h 15 struct hostapd_channel_data * hw_get_channel_chan(struct hostapd_hw_modes *mode,
17 struct hostapd_channel_data * hw_get_channel_freq(struct hostapd_hw_modes *mode,
20 int hw_get_freq(struct hostapd_hw_modes *mode, int chan);
21 int hw_get_chan(struct hostapd_hw_modes *mode, int freq);
23 int allowed_ht40_channel_pair(struct hostapd_hw_modes *mode, int pri_chan,
26 int check_40mhz_5g(struct hostapd_hw_modes *mode,
29 int check_40mhz_2g4(struct hostapd_hw_modes *mode,
hw_features_common.c 19 struct hostapd_channel_data * hw_get_channel_chan(struct hostapd_hw_modes *mode,
43 struct hostapd_channel_data * hw_get_channel_freq(struct hostapd_hw_modes *mode,
67 int hw_get_freq(struct hostapd_hw_modes *mode, int chan)
77 int hw_get_chan(struct hostapd_hw_modes *mode, int freq)
87 int allowed_ht40_channel_pair(struct hostapd_hw_modes *mode, int pri_chan,
170 int check_40mhz_5g(struct hostapd_hw_modes *mode,
267 int check_40mhz_2g4(struct hostapd_hw_modes *mode,
  /external/wpa_supplicant_8/src/ap/
hw_features.h 15 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features,
25 struct hostapd_hw_modes *mode);
29 hostapd_free_hw_features(struct hostapd_hw_modes *hw_features,
65 struct hostapd_hw_modes *mode)
hw_features.c 28 void hostapd_free_hw_features(struct hostapd_hw_modes *hw_features,
80 struct hostapd_hw_modes *modes;
100 struct hostapd_hw_modes *feature = &modes[i];
146 struct hostapd_hw_modes *mode)
340 struct hostapd_hw_modes *mode;
385 struct hostapd_hw_modes *mode;
653 struct hostapd_hw_modes *mode = iface->current_mode;
904 struct hostapd_hw_modes *mode = &iface->hw_features[i];
dfs.c 126 dfs_get_chan_data(struct hostapd_hw_modes *mode, int freq, int first_chan_idx)
139 static int dfs_chan_range_available(struct hostapd_hw_modes *mode,
186 struct hostapd_hw_modes *mode;
266 struct hostapd_hw_modes *mode;
355 struct hostapd_hw_modes *mode;
375 struct hostapd_hw_modes *mode;
404 struct hostapd_hw_modes *mode;
429 struct hostapd_hw_modes *mode;
474 struct hostapd_hw_modes *mode;
503 struct hostapd_hw_modes *mode
    [all...]
ieee802_11_vht.c 25 struct hostapd_hw_modes *mode = hapd->iface->current_mode;
93 static int check_valid_vht_mcs(struct hostapd_hw_modes *mode,
hostapd.h 339 struct hostapd_hw_modes *hw_features;
341 struct hostapd_hw_modes *current_mode;
ap_drv_ops.h 72 struct hostapd_hw_modes *
ap_drv_ops.c 563 struct hostapd_hw_modes *
736 struct hostapd_hw_modes *mode;
beacon.c 228 struct hostapd_hw_modes *mode;
drv_callbacks.c 545 struct hostapd_hw_modes *mode =
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_common.c 111 int ht_supported(const struct hostapd_hw_modes *mode)
129 int vht_supported(const struct hostapd_hw_modes *mode)
driver_nl80211_capa.c 910 struct hostapd_hw_modes *modes;
914 static void phy_info_ht_capa(struct hostapd_hw_modes *mode, struct nlattr *capa,
936 static void phy_info_vht_capa(struct hostapd_hw_modes *mode,
951 static void phy_info_freq(struct hostapd_hw_modes *mode,
998 struct hostapd_hw_modes *mode, struct nlattr *tb)
1050 static int phy_info_rates(struct hostapd_hw_modes *mode, struct nlattr *tb)
1097 struct hostapd_hw_modes *mode;
1176 static struct hostapd_hw_modes *
1177 wpa_driver_nl80211_postprocess_modes(struct hostapd_hw_modes *modes,
1181 struct hostapd_hw_modes *mode11g = NULL, *nmodes, *mode
    [all...]
driver_nl80211.h 227 struct hostapd_hw_modes *
driver.h 124 * struct hostapd_hw_modes - Supported hardware mode information
126 struct hostapd_hw_modes { struct
    [all...]
driver_hostap.c 1098 static struct hostapd_hw_modes * hostap_get_hw_feature_data(void *priv,
1102 struct hostapd_hw_modes *mode;
1109 mode = os_zalloc(sizeof(struct hostapd_hw_modes));
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.h 130 struct hostapd_hw_modes *mode, u8 channel);
132 struct hostapd_hw_modes *mode, u8 channel);
wpa_supplicant_i.h 36 struct hostapd_hw_modes;
895 struct hostapd_hw_modes *modes;
    [all...]
sme.c     [all...]
scan.c 519 static struct hostapd_hw_modes * get_mode(struct hostapd_hw_modes *modes,
539 struct hostapd_hw_modes *mode;
    [all...]
bgscan_learn.c 353 struct hostapd_hw_modes *modes;
ap.c 50 struct hostapd_hw_modes *mode)
94 struct hostapd_hw_modes *mode = NULL;
    [all...]
p2p_supplicant.c     [all...]
driver_i.h 270 static inline struct hostapd_hw_modes *
wnm_sta.c 722 struct hostapd_hw_modes *mode = &wpa_s->hw.modes[i];

Completed in 85 milliseconds

1 2