OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bRunning
(Results
1 - 6
of
6
) sorted by null
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smePrivate.h
85
TI_BOOL
bRunning
;
sme.c
195
pSme->
bRunning
= TI_FALSE;
270
pSme->
bRunning
= TI_TRUE;
303
pSme->
bRunning
= TI_FALSE;
358
if(TI_TRUE == pSme->
bRunning
)
[
all
...]
smeSm.c
196
if ((TI_FALSE == pSme->bRadioOn) || (TI_FALSE == pSme->
bRunning
))
225
if (TI_FALSE == pSme->
bRunning
)
620
if ((TI_TRUE == pSme->
bRunning
) && (TI_TRUE == pSme->bRadioOn))
[
all
...]
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
smePrivate.h
83
TI_BOOL
bRunning
;
sme.c
182
pSme->
bRunning
= TI_FALSE;
239
pSme->
bRunning
= TI_TRUE;
272
pSme->
bRunning
= TI_FALSE;
327
if(TI_TRUE == pSme->
bRunning
)
398
/* printk("SME_DESIRED_SSID_ACT_PARAM: bRadioOn = %d,
bRunning
= %d\n", pSme->bRadioOn, pSme->
bRunning
); */
399
pSme->
bRunning
= TI_TRUE; /* set it to TRUE in case it's accidentally altered. */
[
all
...]
smeSm.c
195
if ((TI_FALSE == pSme->bRadioOn) || (TI_FALSE == pSme->
bRunning
))
224
if (TI_FALSE == pSme->
bRunning
)
615
if ((TI_TRUE == pSme->
bRunning
) && (TI_TRUE == pSme->bRadioOn))
[
all
...]
Completed in 122 milliseconds