Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_ap.h45 int rtw_check_beacon_data(struct adapter *padapter, u8 *pbuf, int len);
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_ap.c837 int rtw_check_beacon_data(struct adapter *padapter, u8 *pbuf, int len) in rtw_check_beacon_data() function
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c2476 …if (rtw_check_beacon_data(padapter, pbuf, (len-12-2)) == _SUCCESS)/* 12 = param header, 2:no pac… in rtw_set_beacon()