Lines Matching refs:ggid
87 u32 ggid; // GGID member
146 static void MBi_SendFixedBeacon(u32 ggid, u16 tgid, u8 attribute);
148 static void MBi_SendVolatBeacon(u32 ggid, u16 tgid, u8 attribute);
150 static void MBi_SetSSIDToBssDesc(WMBssDesc *bssDescp, u32 ggid);
245 gameInfop->ggid = mbGameRegp->ggid; in MBi_MakeGameInfo()
429 void MB_SendGameInfoBeacon(u32 ggid, u16 tgid, u8 attribute) in MB_SendGameInfoBeacon() argument
446 MBi_SendFixedBeacon(ggid, tgid, attribute); in MB_SendGameInfoBeacon()
452 MBi_SendVolatBeacon(ggid, tgid, attribute); in MB_SendGameInfoBeacon()
521 static void MBi_SendFixedBeacon(u32 ggid, u16 tgid, u8 attribute) in MBi_SendFixedBeacon() argument
544 bsendBuff.ggid = mbss.nowGameInfop->ggid; in MBi_SendFixedBeacon()
562 (void)WM_SetGameInfo(NULL, (u16 *)&bsendBuff, WM_SIZE_USER_GAMEINFO, ggid, tgid, in MBi_SendFixedBeacon()
578 static void MBi_SendVolatBeacon(u32 ggid, u16 tgid, u8 attribute) in MBi_SendVolatBeacon() argument
593 bsendBuff.ggid = mbss.nowGameInfop->ggid; in MBi_SendVolatBeacon()
606 sSendVolatCallback(mbss.nowGameInfop->ggid); in MBi_SendVolatBeacon()
656 (void)WM_SetGameInfo(NULL, (u16 *)&bsendBuff, WM_SIZE_USER_GAMEINFO, ggid, tgid, in MBi_SendVolatBeacon()
663 sSendVolatCallback(mbss.nowGameInfop->ggid); in MBi_SendVolatBeacon()
748 static void MBi_SetSSIDToBssDesc(WMBssDesc *bssDescp, u32 ggid) in MBi_SetSSIDToBssDesc() argument
758 ((u16 *)bssDescp->ssid)[0] = (u16)(ggid & 0x0000ffff); in MBi_SetSSIDToBssDesc()
759 ((u16 *)bssDescp->ssid)[1] = (u16)((ggid & 0xffff0000) >> 16); in MBi_SetSSIDToBssDesc()
779 if (info->gameInfo.ggid != brecvBuffp->ggid) in MBi_GetStoreElement()
974 info->gameInfo.ggid = brecvBuffp->ggid; // Gets ggid. in MBi_AnalyzeBeacon()
978 MBi_SetSSIDToBssDesc(&info->bssDesc, info->gameInfo.ggid); in MBi_AnalyzeBeacon()
1293 void MB_SetUserVolatData(u32 ggid, const u8 *userData, u32 size) in MB_SetUserVolatData() argument
1306 while (gameInfo->ggid != ggid) in MB_SetUserVolatData()