Home
last modified time | relevance | path

Searched refs:cca_v2_results (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgvendor.c6862 struct cca_congest_ext_channel_req_v2 *cca_v2_results; in wl_cfgvendor_lstats_get_info() local
7100 cca_v2_results = (struct cca_congest_ext_channel_req_v2 *) iovar_buf; in wl_cfgvendor_lstats_get_info()
7104 (dtoh16(cca_v2_results->ver) == WL_CCA_EXT_REQ_VER_V2)) { in wl_cfgvendor_lstats_get_info()
7106 cur_channel_stat.on_time = dtoh32(cca_v2_results->secs[0].radio_on_time); in wl_cfgvendor_lstats_get_info()
7107 cur_channel_stat.cca_busy_time = dtoh32(cca_v2_results->secs[0].cca_busy_time); in wl_cfgvendor_lstats_get_info()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgvendor.c6867 struct cca_congest_ext_channel_req_v2 *cca_v2_results; in wl_cfgvendor_lstats_get_info() local
7118 cca_v2_results = (struct cca_congest_ext_channel_req_v2 *) iovar_buf; in wl_cfgvendor_lstats_get_info()
7122 (dtoh16(cca_v2_results->ver) == WL_CCA_EXT_REQ_VER_V2)) { in wl_cfgvendor_lstats_get_info()
7124 cur_channel_stat.on_time = dtoh32(cca_v2_results->secs[0].radio_on_time); in wl_cfgvendor_lstats_get_info()
7125 cur_channel_stat.cca_busy_time = dtoh32(cca_v2_results->secs[0].cca_busy_time); in wl_cfgvendor_lstats_get_info()