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

  /external/wpa_supplicant_8/src/common/
hw_features_common.h 36 int vht_oper_chwidth, int center_segment0,
hw_features_common.c 356 int vht_oper_chwidth, int center_segment0,
370 if (data->vht_enabled) switch (vht_oper_chwidth) {
391 if ((vht_oper_chwidth == VHT_CHANWIDTH_80MHZ &&
393 (vht_oper_chwidth == VHT_CHANWIDTH_80P80MHZ &&
  /external/wpa_supplicant_8/src/ap/
ieee802_11_vht.c 95 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth;
96 if (hapd->iconf->vht_oper_chwidth == 2) {
109 } else if (hapd->iconf->vht_oper_chwidth == 3) {
244 switch (iface->conf->vht_oper_chwidth) {
ap_drv_ops.c 490 int sec_channel_offset, int vht_oper_chwidth,
497 vht_oper_chwidth,
719 int sec_channel_offset, int vht_oper_chwidth,
737 vht_oper_chwidth, center_segment0,
858 /* Note: VHT20 is defined by combination of ht_capab & vht_oper_chwidth
861 if (hapd->iface->conf->vht_oper_chwidth == VHT_CHANWIDTH_80MHZ)
863 else if (hapd->iface->conf->vht_oper_chwidth ==
865 hapd->iface->conf->vht_oper_chwidth ==
dfs.c 32 switch (iface->conf->vht_oper_chwidth) {
236 switch (iface->conf->vht_oper_chwidth) {
280 switch (iface->conf->vht_oper_chwidth) {
338 iface->conf->vht_oper_chwidth);
726 iface->conf->vht_oper_chwidth,
737 iface->conf->vht_oper_chwidth,
897 iface->conf->vht_oper_chwidth,
acs.c 594 iface->conf->vht_oper_chwidth == 1)
629 iface->conf->vht_oper_chwidth == 1 &&
751 switch (iface->conf->vht_oper_chwidth) {
hostapd.c 196 hapd->iconf->vht_oper_chwidth = oldconf->vht_oper_chwidth;
    [all...]
ap_drv_ops.h 64 int sec_channel_offset, int vht_oper_chwidth,
117 int sec_channel_offset, int vht_oper_chwidth,
drv_callbacks.c 537 hapd->iconf->vht_oper_chwidth = chwidth;
635 hapd->iconf->vht_oper_chwidth = VHT_CHANWIDTH_USE_HT;
639 hapd->iconf->vht_oper_chwidth = VHT_CHANWIDTH_80MHZ;
644 hapd->iconf->vht_oper_chwidth =
651 hapd->iconf->vht_oper_chwidth =
    [all...]
ap_config.h 717 u8 vht_oper_chwidth; member in struct:hostapd_config
ctrl_iface_ap.c 552 "vht_oper_chwidth=%d\n"
555 iface->conf->vht_oper_chwidth,
beacon.c 348 hapd->iconf->vht_oper_chwidth,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mesh.c 230 conf->vht_oper_chwidth = ssid->max_oper_chwidth;
231 switch (conf->vht_oper_chwidth) {
ap.c 59 switch (conf->vht_oper_chwidth) {
69 * conf->vht_oper_chwidth might not be set for non-P2P GO cases,
73 conf->vht_oper_chwidth = VHT_CHANWIDTH_160MHZ;
76 conf->vht_oper_chwidth = VHT_CHANWIDTH_80MHZ;
95 conf->vht_oper_chwidth = VHT_CHANWIDTH_USE_HT;
699 conf->vht_oper_chwidth = ssid->max_oper_chwidth;
    [all...]
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 174 milliseconds