Home
last modified time | relevance | path

Searched defs:_roamingMngr_t (Results 1 – 2 of 2) sorted by relevance

/system/wlan/ti/wilink_6_1/stad/src/Application/
DroamingMngrApi.h104 struct _roamingMngr_t struct
107 roamingMngrConfig_t roamingMngrConfig;
108 roamingMngrThresholdsConfig_t roamingMngrThresholdsConfig;
109 TI_UINT32 lowPassFilterRoamingAttemptInMsec;
112 apConn_roamingTrigger_e roamingTrigger; /* the roaming trigger type */
113 …TI_UINT32* pCurrentState; /* pointer to Roaming Generic SM current state */
114 … maskRoamingEvents; /* Indicate if a trigger is already in process, and therefore the
116 … lowQualityTriggerTimestamp; /* TS to filter Too many low Quality roaming triggers */
117 scan4RoamingType_e scanType; /* the scan type performed for Roaming */
118 bssList_t *pListOfAPs; /* list of BSS received from Scan Manager */
[all …]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/Roaming/
DroamingMngr.c151 struct _roamingMngr_t struct
154 roamingMngrConfig_t roamingMngrConfig;
155 roamingMngrThresholdsConfig_t roamingMngrThresholdsConfig;
156 UINT32 lowPassFilterRoamingAttemptInMsec;
160 apConn_roamingTrigger_e roamingTrigger;
162 roamingMngr_smStates currentState;
165 BOOL maskRoamingEvents;
167 UINT32 lowQualityTriggerTimestamp;
169 scan4RoamingType_e scanType;
171 bssList_t *pListOfAPs;
[all …]