Home
last modified time | relevance | path

Searched refs:psd_20mhz (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/inc/
H A Dwlan_scan_public_structs.h450 uint8_t psd_20mhz; member
/wlan-driver/qcacld-3.0/components/mlme/core/inc/
H A Dwlan_mlme_main.h504 uint8_t psd_20mhz; member
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/
H A Dwlan_scan_utils_api.c1114 rnr->psd_20mhz = data[8]; in util_scan_update_rnr()
1129 rnr->psd_20mhz = data[12]; in util_scan_update_rnr()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms2691 psd_20mhz, 1;
2712 psd_20mhz, 1;
2720 psd_20mhz, 1;
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Ddot11f.h10604 uint8_t psd_20mhz; member
10622 uint8_t psd_20mhz; member
10629 uint8_t psd_20mhz; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c11191 dot11f->tbtt_info.tbtt_info_16.psd_20mhz = 0xfe;
13119 dot11f->tbtt_info.tbtt_info_9.psd_20mhz = psd_power;
13121 dot11f->tbtt_info.tbtt_info_9.psd_20mhz = 127;
13140 dot11f->tbtt_info.tbtt_info_13.psd_20mhz = psd_power;
13142 dot11f->tbtt_info.tbtt_info_13.psd_20mhz = 127;
H A Ddot11f.c11159 pDst->tbtt_info.tbtt_info_9.psd_20mhz = *pBuf; in dot11f_unpack_ie_reduced_neighbor_report()
11261 pDst->tbtt_info.tbtt_info_13.psd_20mhz = *pBuf; in dot11f_unpack_ie_reduced_neighbor_report()
11303 pDst->tbtt_info.tbtt_info_16.psd_20mhz = *pBuf; in dot11f_unpack_ie_reduced_neighbor_report()
31771 *pBuf = pSrc->tbtt_info.tbtt_info_9.psd_20mhz; in dot11f_pack_ie_reduced_neighbor_report()
31813 *pBuf = pSrc->tbtt_info.tbtt_info_13.psd_20mhz; in dot11f_pack_ie_reduced_neighbor_report()
31830 *pBuf = pSrc->tbtt_info.tbtt_info_16.psd_20mhz; in dot11f_pack_ie_reduced_neighbor_report()
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_main.c5736 return mlme_priv->mlme_ap.psd_20mhz; in wlan_mlme_get_sap_psd_for_20mhz()
5758 mlme_priv->mlme_ap.psd_20mhz = psd_power; in wlan_mlme_set_sap_psd_for_20mhz()