Lines Matching refs:tgid
146 static void MBi_SendFixedBeacon(u32 ggid, u16 tgid, u8 attribute);
148 static void MBi_SendVolatBeacon(u32 ggid, u16 tgid, u8 attribute);
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
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
656 (void)WM_SetGameInfo(NULL, (u16 *)&bsendBuff, WM_SIZE_USER_GAMEINFO, ggid, tgid, in MBi_SendVolatBeacon()
760 ((u16 *)bssDescp->ssid)[2] = bssDescp->gameInfo.tgid; in MBi_SetSSIDToBssDesc()
996 if (mbrsp->list[index].bssDesc.gameInfo.tgid == bssDescp->gameInfo.tgid) in MBi_CheckTGID()