OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eBssType
(Results
1 - 16
of
16
) sorted by null
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smePrivate.h
78
ScanBssType_e
eBssType
;
smeSm.c
283
if (pSme->
eBssType
== BSS_INFRASTRUCTURE)
731
pSme->tScanParams.
eBssType
= pSme->
eBssType
;
778
if (BSS_INDEPENDENT == pSme->
eBssType
)
781
pSme->tScanParams.
eBssType
= BSS_ANY;
786
pSme->tScanParams.
eBssType
= pSme->
eBssType
;
794
pSme->tScanParams.
eBssType
= pSme->
eBssType
;
801
pSme->tScanParams.
eBssType
= BSS_INFRASTRUCTURE; /* only an AP would transmit a country IE *
[
all
...]
sme.c
165
pSme->
eBssType
= pModifiedInitParams->eDesiredBssType;
473
if (pSme->
eBssType
!= pParam->content.smeDesiredBSSType)
476
pSme->
eBssType
= pParam->content.smeDesiredBSSType;
545
pParam->content.smeDesiredBSSType = pSme->
eBssType
;
668
if (pSme->
eBssType
== BSS_INFRASTRUCTURE)
[
all
...]
smeSelect.c
147
if (TI_FALSE == sme_SelectBssTypeMatch (pCurrentSite->bssType, pSme->
eBssType
))
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
smePrivate.h
76
ScanBssType_e
eBssType
;
smeSm.c
282
if (pSme->
eBssType
== BSS_INFRASTRUCTURE)
724
pSme->tScanParams.
eBssType
= pSme->
eBssType
;
763
if (BSS_INDEPENDENT == pSme->
eBssType
)
766
pSme->tScanParams.
eBssType
= BSS_ANY;
771
pSme->tScanParams.
eBssType
= pSme->
eBssType
;
779
pSme->tScanParams.
eBssType
= pSme->
eBssType
;
786
pSme->tScanParams.
eBssType
= BSS_INFRASTRUCTURE; /* only an AP would transmit a country IE *
[
all
...]
sme.c
157
pSme->
eBssType
= pModifiedInitParams->eDesiredBssType;
431
if (pSme->
eBssType
!= pParam->content.smeDesiredBSSType)
434
pSme->
eBssType
= pParam->content.smeDesiredBSSType;
495
pParam->content.smeDesiredBSSType = pSme->
eBssType
;
616
if (pSme->
eBssType
== BSS_INFRASTRUCTURE)
[
all
...]
smeSelect.c
144
if (TI_FALSE == sme_SelectBssTypeMatch (pCurrentSite->bssType, pSme->
eBssType
))
/hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverScan.h
311
ScanBssType_e
eBssType
; /**< Scan BSS Type */
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverScan.h
312
ScanBssType_e
eBssType
; /**< Scan BSS Type */
/hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBld.h
74
TI_STATUS cmdBld_CmdStartJoin (TI_HANDLE hCmdBld, ScanBssType_e
eBssType
, void *fJoinCompleteCB, TI_HANDLE hCb);
CmdBldCmd.c
527
tFWPeriodicScanParams.bssType = (ScanBssType_e)pPeriodicScanParams->
eBssType
;
[
all
...]
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBld.h
74
TI_STATUS cmdBld_CmdStartJoin (TI_HANDLE hCmdBld, ScanBssType_e
eBssType
, void *fJoinCompleteCB, TI_HANDLE hCb);
CmdBldCmd.c
530
tFWPeriodicScanParams.bssType = (ScanBssType_e)pPeriodicScanParams->
eBssType
;
[
all
...]
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_cmd.c
536
pCuCmd->tPeriodicAppScanParams.
eBssType
= BSS_ANY;
[
all
...]
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
cu_cmd.c
519
pCuCmd->tPeriodicAppScanParams.
eBssType
= BSS_ANY;
[
all
...]
Completed in 109 milliseconds