Searched refs:brecvBuffp (Results 1 – 1 of 1) sorted by relevance
180 static MbBeacon *brecvBuffp; // Beacon receive buffer. variable699 brecvBuffp = (MbBeacon *) bssDescp->gameInfo.userGameInfo; in MB_RecvGameInfoBeacon()702 if (MBi_calc_cksum((u16 *)&brecvBuffp->data, MB_BEACON_DATA_SIZE)) in MB_RecvGameInfoBeacon()779 if (info->gameInfo.ggid != brecvBuffp->ggid) in MBi_GetStoreElement()789 if (mbrsp->list[i].gameInfo.fileNo != brecvBuffp->fileNo) in MBi_GetStoreElement()814 mbrsp->list[i].gameInfo.seqNoFixed = brecvBuffp->seqNoFixed; in MBi_GetStoreElement()957 if (info->beaconNo == brecvBuffp->beaconNo) in MBi_AnalyzeBeacon()972 info->beaconNo = brecvBuffp->beaconNo; in MBi_AnalyzeBeacon()974 info->gameInfo.ggid = brecvBuffp->ggid; // Gets ggid. in MBi_AnalyzeBeacon()975 info->gameInfo.fileNo = brecvBuffp->fileNo; // Gets fileNo. in MBi_AnalyzeBeacon()[all …]