Home | History | Annotate | Download | only in 4X

Lines Matching refs:ackEmulDB

44 #include "ackEmulDb.h"
48 #include "ackEmulDb.h"
107 ackEmulDB_t* ackEmulDB;
117 ackEmulDB = ackEmulDb_create(hOs);
119 if ( (!ackEmul) || (!ackEmulDB) )
122 utils_nullMemoryFree(hOs, ackEmulDB, sizeof(ackEmulDB_t));
123 WLAN_OS_REPORT(("FATAL ERROR: ackEmul_create(): Error Creating ackEmulDB module- Aborting\n"));
130 ackEmul->pAckEmulDB = ackEmulDB;