HomeSort by relevance Sort by last modified time
    Searched refs:initVec (Results 1 - 21 of 21) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/
conn.c 79 static void release_module(conn_t *pConn, UINT32 initVec);
103 UINT32 initVec;
107 initVec = 0;
113 initVec |= (1<<CONN_INIT_BIT);
119 release_module(pConn, initVec);
123 initVec |= (1<<TIMER_INIT_BIT);
130 release_module(pConn, initVec);
135 initVec |= (1<<IBSS_SM_INIT_BIT);
141 release_module(pConn, initVec);
146 initVec |= (1<<INFRA_SM_INIT_BIT)
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/AirLink_Managment/
requestHandler.c 68 static void release_module(requestHandler_t *pRequestHandler, TI_UINT32 initVec);
98 TI_UINT32 initVec = 0;
107 initVec |= (1 << REQUEST_HANDLER_INIT_BIT);
240 TI_UINT32 initVec;
245 initVec = 0xFFFF;
246 release_module(pRequestHandler, initVec);
583 initVec - Vector that contains a bit set for each
591 static void release_module(requestHandler_t *pRequestHandler, TI_UINT32 initVec)
594 if ( initVec & (1 << REQUEST_HANDLER_INIT_BIT) )
597 initVec = 0
    [all...]
SwitchChannel.c 172 static void release_module(switchChannel_t *pSwitchChannel, TI_UINT32 initVec);
211 TI_UINT32 initVec = 0;
220 initVec |= (1 << SC_INIT_BIT);
229 release_module(pSwitchChannel, initVec);
233 initVec |= (1 << SC_SM_INIT_BIT);
439 TI_UINT32 initVec;
445 initVec = 0xff;
446 release_module(pSwitchChannel, initVec);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/
requestHandler.c 70 static void release_module(requestHandler_t *pRequestHandler, UINT32 initVec);
100 UINT32 initVec = 0;
109 initVec |= (1 << REQUEST_HANDLER_INIT_BIT);
244 UINT32 initVec;
249 initVec = 0xFFFF;
250 release_module(pRequestHandler, initVec);
599 initVec - Vector that contains a bit set for each
607 static void release_module(requestHandler_t *pRequestHandler, UINT32 initVec)
610 if ( initVec & (1 << REQUEST_HANDLER_INIT_BIT) )
614 initVec = 0
    [all...]
measurementMgr.c 85 static void measurementMgr_releaseModule(measurementMgr_t * pMeasurementMgr, UINT32 initVec);
114 UINT32 initVec = 0;
126 initVec |= (1 << MEASUREMENT_INIT_BIT);
134 measurementMgr_releaseModule(pMeasurementMgr, initVec);
138 initVec |= (1<<MEASUREMENT_ACTIVATION_DELAY_TIMER_INIT_BIT);
144 measurementMgr_releaseModule(pMeasurementMgr, initVec);
151 measurementMgr_releaseModule(pMeasurementMgr, initVec);
157 measurementMgr_releaseModule(pMeasurementMgr, initVec);
163 measurementMgr_releaseModule(pMeasurementMgr, initVec);
173 measurementMgr_releaseModule(pMeasurementMgr, initVec);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/smeSm/
smeSmApi.c 68 static void release_module(smeSm_t *pSmeSm, UINT32 initVec);
94 UINT32 initVec;
96 initVec = 0;
103 initVec |= (1 << SME_INIT_BIT);
108 release_module(pSmeSm, initVec);
112 initVec |= (1 << SM_INIT_BIT);
119 release_module(pSmeSm, initVec);
123 initVec |= (1 << TIMER_INIT_BIT);
261 UINT32 initVec;
267 initVec = 0xFFFF
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/AirLink_Managment/
requestHandler.c 68 static void release_module(requestHandler_t *pRequestHandler, TI_UINT32 initVec);
98 TI_UINT32 initVec = 0;
107 initVec |= (1 << REQUEST_HANDLER_INIT_BIT);
240 TI_UINT32 initVec;
245 initVec = 0xFFFF;
246 release_module(pRequestHandler, initVec);
586 initVec - Vector that contains a bit set for each
594 static void release_module(requestHandler_t *pRequestHandler, TI_UINT32 initVec)
597 if ( initVec & (1 << REQUEST_HANDLER_INIT_BIT) )
600 initVec = 0
    [all...]
SwitchChannel.c 172 static void release_module(switchChannel_t *pSwitchChannel, TI_UINT32 initVec);
211 TI_UINT32 initVec = 0;
220 initVec |= (1 << SC_INIT_BIT);
229 release_module(pSwitchChannel, initVec);
233 initVec |= (1 << SC_SM_INIT_BIT);
439 TI_UINT32 initVec;
445 initVec = 0xff;
446 release_module(pSwitchChannel, initVec);
    [all...]
measurementMgr.c 473 TI_UINT32 initVec;
480 initVec = 0xFFFF; /* release everything */
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncn.h 239 * \param initVec - a vector holding on bits for allocated components and off bits for non allocated components
241 void scanConcentrator_freeMem( TI_HANDLE hScanCncn, UINT16 initVec );
ScanCncn.c 151 * \param initVec - a vector holding on bits for allocated components and off bits for non allocated components
153 void scanConcentrator_freeMem( TI_HANDLE hScanCncn, UINT16 initVec )
158 if ( initVec & (1<<SCAN_ALLOC_APP_SM) )
162 if ( initVec & (1 << SCAN_ALLOC_DRV_SM) )
166 if ( initVec & (1 << SCAN_ALLOC_CONT_SM) )
170 if ( initVec & (1 << SCAN_ALLOC_IMMED_SM) )
174 if ( initVec & (1 << SCAN_ALLOC_OID_SM) )
179 if ( initVec & (1 << SCAN_ALLOC_OBJECT) )
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Application/
roamingMngr.c 118 static void roamingMngr_releaseModule(roamingMngr_t *pRoamingMngr, TI_UINT32 initVec);
138 * I - initVec - indicates which modules should be released
146 static void roamingMngr_releaseModule(roamingMngr_t *pRoamingMngr, TI_UINT32 initVec)
153 if (initVec & (1 << ROAMING_MNGR_SM_INIT_BIT))
158 if (initVec & (1 << ROAMING_MNGR_CONTEXT_INIT_BIT))
163 initVec = 0;
649 TI_UINT32 initVec;
651 initVec = 0;
657 initVec |= (1 << ROAMING_MNGR_CONTEXT_INIT_BIT);
665 roamingMngr_releaseModule(pRoamingMngr, initVec);
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Application/
roamingMngr.c 118 static void roamingMngr_releaseModule(roamingMngr_t *pRoamingMngr, TI_UINT32 initVec);
138 * I - initVec - indicates which modules should be released
146 static void roamingMngr_releaseModule(roamingMngr_t *pRoamingMngr, TI_UINT32 initVec)
153 if (initVec & (1 << ROAMING_MNGR_SM_INIT_BIT))
158 if (initVec & (1 << ROAMING_MNGR_CONTEXT_INIT_BIT))
163 initVec = 0;
650 TI_UINT32 initVec;
652 initVec = 0;
658 initVec |= (1 << ROAMING_MNGR_CONTEXT_INIT_BIT);
666 roamingMngr_releaseModule(pRoamingMngr, initVec);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/SwitchChannel/
SwitchChannel.c 194 static void release_module(switchChannel_t *pSwitchChannel, UINT32 initVec);
233 UINT32 initVec = 0;
242 initVec |= (1 << SC_INIT_BIT);
251 release_module(pSwitchChannel, initVec);
255 initVec |= (1 << SC_SM_INIT_BIT);
476 UINT32 initVec;
482 initVec = 0xff;
483 release_module(pSwitchChannel, initVec);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/Roaming/
roamingMngr.c 267 static void roamingMngr_releaseModule(roamingMngr_t *pRoamingMngr, UINT32 initVec);
298 UINT32 initVec;
300 initVec = 0;
306 initVec |= (1 << ROAMING_MNGR_CONTEXT_INIT_BIT);
312 roamingMngr_releaseModule(pRoamingMngr, initVec);
316 initVec |= (1 << ROAMING_MNGR_SM_INIT_BIT);
334 * I - initVec - indicates which modules should be released
342 static void roamingMngr_releaseModule(roamingMngr_t *pRoamingMngr, UINT32 initVec)
349 if (initVec & (1 << ROAMING_MNGR_SM_INIT_BIT))
354 if (initVec & (1 << ROAMING_MNGR_CONTEXT_INIT_BIT)
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
qosMngr.c 84 static void release_module(qosMngr_t *pQosMngr, TI_UINT32 initVec);
115 TI_UINT32 initVec = 0;
130 initVec |= (1 << QOS_MNGR_INIT_BIT_LOCAL_VECTOR);
141 initVec |= (1 << QOS_MNGR_INIT_BIT_ADM_CTRL);
163 TI_UINT32 initVec;
169 initVec = 0xFFFF;
170 release_module(pQosMngr, initVec);
182 initVec - Vector that contains a bit set for each module thah had been initiualized
188 static void release_module(qosMngr_t *pQosMngr, TI_UINT32 initVec)
191 if (initVec & (1 << QOS_MNGR_INIT_BIT_ADM_CTRL)
    [all...]
siteMgr.c 198 static void release_module(siteMgr_t *pSiteMgr, TI_UINT32 initVec);
288 TI_UINT32 initVec;
290 initVec = 0;
300 initVec |= (1 << SITE_MGR_INIT_BIT);
305 release_module(pSiteMgr, initVec);
309 initVec |= (1 << DESIRED_PARAMS_INIT_BIT);
314 release_module(pSiteMgr, initVec);
318 initVec |= (1 << MGMT_PARAMS_INIT_BIT);
571 TI_UINT32 initVec;
577 initVec = 0xFFFF
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/
qosMngr.c 82 static void release_module(qosMngr_t *pQosMngr, UINT32 initVec);
113 UINT32 initVec = 0;
124 initVec |= (1 << QOS_MNGR_INIT_BIT_LOCAL_VECTOR);
135 initVec |= (1 << QOS_MNGR_INIT_BIT_ADM_CTRL);
157 UINT32 initVec;
163 initVec = 0xFFFF;
164 release_module(pQosMngr, initVec);
176 initVec - Vector that contains a bit set for each module thah had been initiualized
182 static void release_module(qosMngr_t *pQosMngr, UINT32 initVec)
185 if (initVec & (1 << QOS_MNGR_INIT_BIT_ADM_CTRL)
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
qosMngr.c 80 static void release_module(qosMngr_t *pQosMngr, TI_UINT32 initVec);
111 TI_UINT32 initVec = 0;
124 initVec |= (1 << QOS_MNGR_INIT_BIT_LOCAL_VECTOR);
135 initVec |= (1 << QOS_MNGR_INIT_BIT_ADM_CTRL);
157 TI_UINT32 initVec;
163 initVec = 0xFFFF;
164 release_module(pQosMngr, initVec);
176 initVec - Vector that contains a bit set for each module thah had been initiualized
182 static void release_module(qosMngr_t *pQosMngr, TI_UINT32 initVec)
185 if (initVec & (1 << QOS_MNGR_INIT_BIT_ADM_CTRL)
    [all...]
siteMgr.c 186 static void release_module(siteMgr_t *pSiteMgr, TI_UINT32 initVec);
279 TI_UINT32 initVec;
281 initVec = 0;
289 initVec |= (1 << SITE_MGR_INIT_BIT);
294 release_module(pSiteMgr, initVec);
298 initVec |= (1 << DESIRED_PARAMS_INIT_BIT);
303 release_module(pSiteMgr, initVec);
307 initVec |= (1 << MGMT_PARAMS_INIT_BIT);
560 TI_UINT32 initVec;
566 initVec = 0xFFFF
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
siteMgr.c 175 static void release_module(siteMgr_t *pSiteMgr, UINT32 initVec);
320 UINT32 initVec;
322 initVec = 0;
330 initVec |= (1 << SITE_MGR_INIT_BIT);
335 release_module(pSiteMgr, initVec);
339 initVec |= (1 << DESIRED_PARAMS_INIT_BIT);
344 release_module(pSiteMgr, initVec);
348 initVec |= (1 << MGMT_PARAMS_INIT_BIT);
631 UINT32 initVec;
637 initVec = 0xFFFF
    [all...]

Completed in 3249 milliseconds