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