HomeSort by relevance Sort by last modified time
    Searched refs:hostapd_hw_modes (Results 1 - 25 of 34) 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)
349 struct hostapd_hw_modes *mode;
394 struct hostapd_hw_modes *mode;
628 struct hostapd_hw_modes *mode = iface->current_mode;
852 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 26 struct hostapd_hw_modes *mode = hapd->iface->current_mode;
126 static int check_valid_vht_mcs(struct hostapd_hw_modes *mode,
224 struct hostapd_hw_modes *mode = iface->current_mode;
hostapd.h 391 struct hostapd_hw_modes *hw_features;
393 struct hostapd_hw_modes *current_mode;
ap_drv_ops.c 555 struct hostapd_hw_modes *
765 struct hostapd_hw_modes *mode,
803 struct hostapd_hw_modes *mode;
ap_drv_ops.h 73 struct hostapd_hw_modes *
  /external/wpa_supplicant_8/wpa_supplicant/
op_classes.c 19 static enum chan_allowed allow_channel(struct hostapd_hw_modes *mode, u8 chan,
43 static int get_center_80mhz(struct hostapd_hw_modes *mode, u8 channel)
65 static enum chan_allowed verify_80mhz(struct hostapd_hw_modes *mode, u8 channel)
100 static int get_center_160mhz(struct hostapd_hw_modes *mode, u8 channel)
122 static enum chan_allowed verify_160mhz(struct hostapd_hw_modes *mode,
162 enum chan_allowed verify_channel(struct hostapd_hw_modes *mode, u8 channel,
215 struct hostapd_hw_modes *mode;
p2p_supplicant.h 146 struct hostapd_hw_modes *mode, u8 channel);
148 struct hostapd_hw_modes *mode, u8 channel);
150 struct hostapd_hw_modes *mode, u8 channel);
wpa_supplicant_i.h 37 struct hostapd_hw_modes;
985 struct hostapd_hw_modes *modes;
    [all...]
rrm.c 446 struct hostapd_hw_modes *mode, int active,
498 struct hostapd_hw_modes *mode, int active)
531 struct hostapd_hw_modes *mode;
586 struct hostapd_hw_modes *mode;
    [all...]
bgscan_learn.c 350 struct hostapd_hw_modes *modes;
ap.c 50 struct hostapd_hw_modes *mode)
124 struct hostapd_hw_modes *mode = NULL;
    [all...]
sme.c     [all...]
driver_i.h 277 static inline struct hostapd_hw_modes *
  /external/wpa_supplicant_8/src/fst/
fst.h 31 struct hostapd_hw_modes;
68 int (*get_hw_modes)(void *ctx, struct hostapd_hw_modes **modes);
fst_iface.h 82 struct hostapd_hw_modes **modes)
fst_group.c 107 struct hostapd_hw_modes *modes;
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_capa.c     [all...]
driver_common.c 113 int ht_supported(const struct hostapd_hw_modes *mode)
131 int vht_supported(const struct hostapd_hw_modes *mode)
driver_nl80211.h 261 struct hostapd_hw_modes *
driver.h 166 * struct hostapd_hw_modes - Supported hardware mode information
168 struct hostapd_hw_modes { struct
    [all...]
driver_hostap.c 1091 static struct hostapd_hw_modes * hostap_get_hw_feature_data(void *priv,
1095 struct hostapd_hw_modes *mode;
1102 mode = os_zalloc(sizeof(struct hostapd_hw_modes));

Completed in 698 milliseconds

1 2