OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eSsidType
(Results
1 - 8
of
8
) sorted by null
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smePrivate.h
80
ESsidType
eSsidType
;
sme.c
177
pSme->
eSsidType
= SSID_TYPE_INVALID;
182
pSme->
eSsidType
= SSID_TYPE_ANY;
187
pSme->
eSsidType
= SSID_TYPE_SPECIFIC;
414
pSme->
eSsidType
= SSID_TYPE_INVALID;
419
pSme->
eSsidType
= SSID_TYPE_ANY;
424
pSme->
eSsidType
= SSID_TYPE_SPECIFIC;
613
if (SSID_TYPE_SPECIFIC == pSme->
eSsidType
)
[
all
...]
smeSelect.c
52
ESsidType
eDesiredSsidType);
125
if (TI_FALSE == sme_SelectSsidMatch (hSme, &(pCurrentSite->ssid), &(pSme->tSsid), pSme->
eSsidType
))
275
ESsidType
eDesiredSsidType)
smeSm.c
733
if (SSID_TYPE_ANY == pSme->
eSsidType
)
766
if ((SSID_TYPE_ANY != pSme->
eSsidType
) &&
[
all
...]
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
smePrivate.h
78
ESsidType
eSsidType
;
sme.c
164
pSme->
eSsidType
= SSID_TYPE_INVALID;
169
pSme->
eSsidType
= SSID_TYPE_ANY;
174
pSme->
eSsidType
= SSID_TYPE_SPECIFIC;
377
pSme->
eSsidType
= SSID_TYPE_INVALID;
382
pSme->
eSsidType
= SSID_TYPE_ANY;
387
pSme->
eSsidType
= SSID_TYPE_SPECIFIC;
563
if (SSID_TYPE_SPECIFIC == pSme->
eSsidType
)
[
all
...]
smeSm.c
726
if (SSID_TYPE_ANY == pSme->
eSsidType
)
751
if ((SSID_TYPE_ANY != pSme->
eSsidType
) &&
[
all
...]
smeSelect.c
52
ESsidType
eDesiredSsidType);
122
if (TI_FALSE == sme_SelectSsidMatch (hSme, &(pCurrentSite->ssid), &(pSme->tSsid), pSme->
eSsidType
))
250
ESsidType
eDesiredSsidType)
Completed in 19 milliseconds