Home
last modified time | relevance | path

Searched refs:ch_mode (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wmi/src/ !
H A Dwmi_unified_nan_tlv.c902 WMI_HOST_WLAN_PHY_MODE ch_mode; in extract_ndp_confirm_tlv() local
999 ch_mode = WMI_GET_CHANNEL_MODE(&event->ndp_channel_list[i]); in extract_ndp_confirm_tlv()
1001 ch_mode); in extract_ndp_confirm_tlv()
1157 WMI_HOST_WLAN_PHY_MODE ch_mode; in extract_ndp_sch_update_tlv() local
1226 ch_mode = WMI_GET_CHANNEL_MODE(&event->ndl_channel_list[i]); in extract_ndp_sch_update_tlv()
1228 ch_mode); in extract_ndp_sch_update_tlv()
H A Dwmi_unified_ocb_tlv.c546 WMI_SET_CHANNEL_MODE(chan, config->channels[i].ch_mode); in send_ocb_set_config_cmd_tlv()
/wlan-driver/qcacld-3.0/components/ocb/dispatcher/src/ !
H A Dwlan_ocb_ucfg_api.c263 config->channels[i].ch_mode = MODE_11G; in ucfg_ocb_set_channel_config()
265 config->channels[i].ch_mode = MODE_11A; in ucfg_ocb_set_channel_config()
/wlan-driver/qcacld-3.0/components/ocb/dispatcher/inc/ !
H A Dwlan_ocb_public_structs.h154 uint32_t ch_mode; member