Searched refs:stainfo_offset (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dxmit_linux.c142 int stainfo_offset; local
146 stainfo_offset = rtw_stainfo_offset(pstapriv, psta);
147 if (stainfo_offset_valid(stainfo_offset)) {
148 chk_alive_list[chk_alive_num++] = stainfo_offset;
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c248 int stainfo_offset; local
250 stainfo_offset = rtw_stainfo_offset(pstapriv, psta);
251 if (stainfo_offset_valid(stainfo_offset))
252 chk_alive_list[chk_alive_num++] = stainfo_offset;
2043 int stainfo_offset; local
2047 stainfo_offset = rtw_stainfo_offset(pstapriv, psta);
2048 if (stainfo_offset_valid(stainfo_offset))
2049 chk_alive_list[chk_alive_num++] = stainfo_offset;

Completed in 190 milliseconds