Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/include/
Drtw_ap.h28 int rtw_check_beacon_data(struct adapter *padapter, u8 *pbuf, int len);
/drivers/staging/rtl8723bs/include/
Drtw_ap.h18 int rtw_check_beacon_data(struct adapter *padapter, u8 *pbuf, int len);
/drivers/staging/rtl8188eu/core/
Drtw_ap.c731 int rtw_check_beacon_data(struct adapter *padapter, u8 *pbuf, int len) in rtw_check_beacon_data() function
/drivers/staging/rtl8723bs/core/
Drtw_ap.c943 int rtw_check_beacon_data(struct adapter *padapter, u8 *pbuf, int len) in rtw_check_beacon_data() function
Drtw_mlme_ext.c5997 if (rtw_check_beacon_data(adapter, pbuf, sz) == _SUCCESS) { in rtw_auto_ap_start_beacon()
/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c2741 if (rtw_check_beacon_data(adapter, pbuf, len) == _SUCCESS) in rtw_add_beacon()
Dioctl_linux.c3717 …if (rtw_check_beacon_data(padapter, pbuf, (len-12-2)) == _SUCCESS)/* 12 = param header, 2:no pac… in rtw_set_beacon()
/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c2410 …if (rtw_check_beacon_data(padapter, pbuf, len - 12 - 2) == _SUCCESS) /* 12 = param header, 2:no pa… in rtw_set_beacon()