Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_recv.c1166 int ch_set_idx = rtw_ch_set_search_ch(pmlmeext->channel_set, rtw_get_oper_ch(adapter)); in validate_recv_frame() local
1167 if (ch_set_idx >= 0) in validate_recv_frame()
1168 pmlmeext->channel_set[ch_set_idx].rx_count++; in validate_recv_frame()
Drtw_mlme_ext.c6295 int ch_set_idx; in site_survey() local
6297 ch_set_idx = rtw_ch_set_search_ch(pmlmeext->channel_set, survey_channel); in site_survey()
6298 if (ch_set_idx >= 0) in site_survey()
6299 ScanType = pmlmeext->channel_set[ch_set_idx].ScanType; in site_survey()