HomeSort by: relevance | last modified time | path
    Searched refs:oper_chwidth (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/wpa/dist/src/common/
hw_features_common.c 459 enum oper_chan_width oper_chwidth,
484 if (oper_chwidth == CONF_OPER_CHWIDTH_80MHZ)
486 else if (oper_chwidth == CONF_OPER_CHWIDTH_160MHZ ||
487 oper_chwidth == CONF_OPER_CHWIDTH_80P80MHZ)
489 else if (oper_chwidth == CONF_OPER_CHWIDTH_320MHZ)
570 if (data->eht_enabled) switch (oper_chwidth) {
583 if (data->he_enabled || data->eht_enabled) switch (oper_chwidth) {
630 } else if (data->vht_enabled) switch (oper_chwidth) {
654 oper_chwidth_legacy = oper_chwidth;
663 data->vht_enabled) switch (oper_chwidth) {
    [all...]
hw_features_common.h 46 enum oper_chan_width oper_chwidth,
  /src/external/bsd/wpa/dist/src/ap/
neighbor_db.c 209 enum oper_chan_width oper_chwidth; local
211 oper_chwidth = hostapd_get_oper_chwidth(hapd->iconf);
217 if ((!vht && !he) || oper_chwidth == CONF_OPER_CHWIDTH_USE_HT)
219 if (oper_chwidth == CONF_OPER_CHWIDTH_80MHZ)
221 if (oper_chwidth == CONF_OPER_CHWIDTH_160MHZ)
223 if (oper_chwidth == CONF_OPER_CHWIDTH_80P80MHZ)
ieee802_11_vht.c 79 enum oper_chan_width oper_chwidth = local
100 &oper_chwidth, &seg0, &seg1);
112 oper->vht_op_info_chwidth = oper_chwidth;
113 if (oper_chwidth == CONF_OPER_CHWIDTH_160MHZ) {
126 } else if (oper_chwidth == CONF_OPER_CHWIDTH_80P80MHZ) {
ieee802_11_he.c 223 enum oper_chan_width oper_chwidth = local
234 &oper_chwidth, &seg0, &seg1);
266 if (oper_chwidth == CONF_OPER_CHWIDTH_160MHZ ||
267 oper_chwidth == CONF_OPER_CHWIDTH_320MHZ) {
ap_drv_ops.c 648 int sec_channel_offset, int oper_chwidth,
657 sec_channel_offset, oper_chwidth,
988 int sec_channel_offset, int oper_chwidth,
1010 oper_chwidth, center_segment0,
1182 /* Note: VHT20 is defined by combination of ht_capab & oper_chwidth
1188 enum oper_chan_width oper_chwidth; local
1190 oper_chwidth = hostapd_get_oper_chwidth(hapd->iface->conf);
1191 if (oper_chwidth == CONF_OPER_CHWIDTH_80MHZ)
1193 else if (oper_chwidth == CONF_OPER_CHWIDTH_160MHZ ||
1194 oper_chwidth == CONF_OPER_CHWIDTH_80P80MHZ
    [all...]
ap_config.h 1257 enum oper_chan_width oper_chwidth)
1261 conf->eht_oper_chwidth = oper_chwidth;
1262 if (oper_chwidth == CONF_OPER_CHWIDTH_320MHZ)
1263 oper_chwidth = CONF_OPER_CHWIDTH_160MHZ;
1267 conf->he_oper_chwidth = oper_chwidth;
1269 conf->vht_oper_chwidth = oper_chwidth;
ap_drv_ops.h 75 bool eht_enabled, int sec_channel_offset, int oper_chwidth,
139 int sec_channel_offset, int oper_chwidth,
dfs.c 1254 int oper_chwidth; local
1256 oper_chwidth = hostapd_get_oper_chwidth(iface->conf);
1257 if (oper_chwidth == CONF_OPER_CHWIDTH_USE_HT)
1260 hostapd_set_oper_chwidth(iface->conf, oper_chwidth - 1);

Completed in 23 milliseconds