Lines Matching refs:WMBssDesc
150 static void MBi_SetSSIDToBssDesc(WMBssDesc *bssDescp, u32 ggid);
151 static int MBi_GetStoreElement(WMBssDesc *bssDescp, MBBeaconMsgCallback Callbackp);
153 static void MBi_AnalyzeBeacon(WMBssDesc *bssDescp, int index, u16 linkLevel);
154 static void MBi_CheckTGID(WMBssDesc *bssDescp, int inex);
181 static WMBssDesc bssDescbuf ATTRIBUTE_ALIGN(32); // BssDesc temporary buffer.
683 BOOL MB_RecvGameInfoBeacon(MBBeaconMsgCallback Callbackp, u16 linkLevel, WMBssDesc *bssDescp) in MB_RecvGameInfoBeacon()
694 MI_CpuCopy16(bssDescp, &bssDescbuf, sizeof(WMBssDesc)); in MB_RecvGameInfoBeacon()
727 BOOL MBi_CheckMBParent(WMBssDesc *bssDescp) in MBi_CheckMBParent()
748 static void MBi_SetSSIDToBssDesc(WMBssDesc *bssDescp, u32 ggid) in MBi_SetSSIDToBssDesc()
765 static int MBi_GetStoreElement(WMBssDesc *bssDescp, MBBeaconMsgCallback Callbackp) in MBi_GetStoreElement()
812 MI_CpuCopy16(bssDescp, &mbrsp->list[i].bssDesc, sizeof(WMBssDesc)); in MBi_GetStoreElement()
946 static void MBi_AnalyzeBeacon(WMBssDesc *bssDescp, int index, u16 linkLevel) in MBi_AnalyzeBeacon()
994 static void MBi_CheckTGID(WMBssDesc *bssDescp, int index) in MBi_CheckTGID()
1005 MI_CpuCopy16(bssDescp, &mbrsp->list[index].bssDesc, sizeof(WMBssDesc)); in MBi_CheckTGID()