Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/include/
Drtw_ap.h18 int rtw_check_beacon_data(struct adapter *padapter, u8 *pbuf, int len);
/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c761 …if (rtw_check_beacon_data(padapter, pbuf, (len - 12 - 2)) == _SUCCESS)/* 12 = param header, 2:no… in rtw_set_beacon()
Dioctl_cfg80211.c2285 if (rtw_check_beacon_data(adapter, pbuf, len) == _SUCCESS) in rtw_add_beacon()
/drivers/staging/rtl8723bs/core/
Drtw_ap.c811 int rtw_check_beacon_data(struct adapter *padapter, u8 *pbuf, int len) in rtw_check_beacon_data() function