/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_lpass.c | 47 uint32_t reg_info_2; in wlan_hdd_get_channel_info() local 51 ®_info_1, ®_info_2); in wlan_hdd_get_channel_info() 67 chan_info->reg_info_2 = reg_info_2; in wlan_hdd_get_channel_info()
|
H A D | wlan_hdd_oemdata.c | 453 uint32_t reg_info_2; in oem_process_channel_info_req_msg() local 499 ®_info_1, ®_info_2); in oem_process_channel_info_req_msg() 518 hddChanInfo.reg_info_2 = reg_info_2; in oem_process_channel_info_req_msg() 531 hddChanInfo.reg_info_2 = 0; in oem_process_channel_info_req_msg() 731 peer_info->peer_chan_info.reg_info_2 = chan_info->reg_info_2; in hdd_send_peer_status_ind_to_oem_app() 748 peer_info->peer_chan_info.reg_info_2); in hdd_send_peer_status_ind_to_oem_app()
|
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/inc/ |
H A D | wifi_pos_api.h | 114 uint32_t reg_info_2; member 142 uint32_t reg_info_2; member
|
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/src/ |
H A D | wifi_pos_main.c | 55 #define REG_SET_CHANNEL_MAX_TX_POWER(reg_info_2, val) do { \ argument 56 reg_info_2 &= 0xffff00ff; \ 57 reg_info_2 |= ((val & 0xff) << 8); \ 755 REG_SET_CHANNEL_MAX_TX_POWER(ch_info[i].reg_info_2, in wifi_pos_process_ch_info_req() 766 ch_info[i].reg_info_1, ch_info[i].reg_info_2, in wifi_pos_process_ch_info_req()
|
/wlan-driver/qca-wifi-host-cmn/utils/nlink/inc/ |
H A D | wlan_nlink_common.h | 146 uint32_t reg_info_2; member
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
H A D | wlan_hdd_oemdata.h | 133 uint32_t reg_info_2; member
|
H A D | wlan_hdd_main.h | 4493 ch_info.reg_info_2 = chan_info->reg_info_2; in hdd_send_peer_status_ind_to_app()
|
/wlan-driver/qca-wifi-host-cmn/os_if/linux/wifi_pos/src/ |
H A D | os_if_wifi_pos.c | 243 chan_info->reg_info_2); in os_if_wifi_pos_send_peer_nl_status() 410 channel_rsp->reg_info_2); in os_if_create_ch_nl_resp() 1083 peer_info->peer_chan_info.reg_info_2 = chan_info->reg_info_2; in os_if_wifi_pos_send_peer_status()
|
/wlan-driver/qcacld-3.0/core/sme/inc/ |
H A D | sme_api.h | 93 #define SME_SET_CHANNEL_MAX_TX_POWER(reg_info_2, val) do { \ argument 94 reg_info_2 &= 0xffff00ff; \ 95 reg_info_2 |= ((val & 0xff) << 8); \
|
/wlan-driver/qcacld-3.0/core/sap/src/ |
H A D | sap_fsm.c | 2624 chaninfo->reg_info_2 = in sap_signal_hdd_event() 2625 csr_roaminfo->chan_info.reg_info_2; in sap_signal_hdd_event()
|
/wlan-driver/fw-api/fw/ |
H A D | wmi_unified.h | 2586 A_UINT32 reg_info_2; member 2651 (pwmi_channel)->reg_info_2 &= 0xffffff00; \ 2652 (pwmi_channel)->reg_info_2 |= (val & 0xff); \ 2654 #define WMI_GET_CHANNEL_ANTENNA_MAX(pwmi_channel) ((pwmi_channel)->reg_info_2 & 0xff) 2658 (pwmi_channel)->reg_info_2 &= 0xffff00ff; \ 2659 (pwmi_channel)->reg_info_2 |= ((val & 0xff) << 8); \ 2661 #define WMI_GET_CHANNEL_MAX_TX_POWER(pwmi_channel) ((((pwmi_channel)->reg_info_2)>>8) & 0xff) 2665 (pwmi_channel)->reg_info_2 &= 0xff00ffff; \ 2666 (pwmi_channel)->reg_info_2 |= ((val & 0xff) << 16); \ 2668 #define WMI_GET_CHANNEL_MAX_BANDWIDTH(pwmi_channel) ((((pwmi_channel)->reg_info_2) >> 16) & 0xff)
|
/wlan-driver/qcacld-3.0/core/mac/inc/ |
H A D | sir_api.h | 1030 uint32_t reg_info_2; member
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_process_assoc_req_frame.c | 3427 assoc_ind->chan_info.reg_info_2 = in lim_fill_lim_assoc_ind_params()
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ |
H A D | wmi_unified_param.h | 648 uint32_t reg_info_2; member
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
H A D | wmi_unified_tlv.c | 1407 chan->reg_info_1, chan->reg_info_2, req->channel.maxregpower, in send_vdev_start_cmd_tlv()
|