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 == 1 && center_segment1) ||
392 (vht_oper_chwidth == 3 && !center_segment1) ||
  /external/wpa_supplicant_8/src/ap/
ieee802_11_vht.c 83 oper->vht_op_info_chwidth = hapd->iconf->vht_oper_chwidth;
84 if (hapd->iconf->vht_oper_chwidth == 2) {
97 } else if (hapd->iconf->vht_oper_chwidth == 3) {
232 switch (iface->conf->vht_oper_chwidth) {
ap_drv_ops.c 487 int sec_channel_offset, int vht_oper_chwidth,
494 vht_oper_chwidth,
686 int sec_channel_offset, int vht_oper_chwidth,
704 vht_oper_chwidth, center_segment0,
811 /* Note: VHT20 is defined by combination of ht_capab & vht_oper_chwidth
814 if (hapd->iface->conf->vht_oper_chwidth == VHT_CHANWIDTH_80MHZ)
816 else if (hapd->iface->conf->vht_oper_chwidth ==
818 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) {
ap_drv_ops.h 63 int sec_channel_offset, int vht_oper_chwidth,
112 int sec_channel_offset, int vht_oper_chwidth,
drv_callbacks.c 531 hapd->iconf->vht_oper_chwidth = chwidth;
629 hapd->iconf->vht_oper_chwidth = VHT_CHANWIDTH_USE_HT;
633 hapd->iconf->vht_oper_chwidth = VHT_CHANWIDTH_80MHZ;
638 hapd->iconf->vht_oper_chwidth =
645 hapd->iconf->vht_oper_chwidth =
    [all...]
hostapd.c 190 hapd->iconf->vht_oper_chwidth = oldconf->vht_oper_chwidth;
    [all...]
ap_config.h 664 u8 vht_oper_chwidth; member in struct:hostapd_config
ctrl_iface_ap.c 491 "vht_oper_chwidth=%d\n"
498 iface->conf->vht_oper_chwidth,
beacon.c 344 hapd->iconf->vht_oper_chwidth,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mesh.c 199 conf->vht_oper_chwidth = ssid->max_oper_chwidth;
200 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;
676 conf->vht_oper_chwidth = ssid->max_oper_chwidth;
    [all...]
p2p_supplicant.c     [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 126 milliseconds