Searched refs:rtw_check_beacon_data (Results 1 – 3 of 3) sorted by relevance
40 int rtw_check_beacon_data(struct adapter *padapter, u8 *pbuf, int len);
856 int rtw_check_beacon_data(struct adapter *padapter, u8 *pbuf, int len) in rtw_check_beacon_data() function
2470 …if (rtw_check_beacon_data(padapter, pbuf, (len-12-2)) == _SUCCESS)/* 12 = param header, 2:no pac… in rtw_set_beacon()