Home | History | Annotate | Download | only in Sta_Management

Lines Matching refs:hSiteMgr

103 TI_STATUS siteMgr_SetDefaults (TI_HANDLE       hSiteMgr,
106 TI_STATUS siteMgr_unLoad(TI_HANDLE hSiteMgr);
108 TI_STATUS siteMgr_setParam(TI_HANDLE hSiteMgr,
111 TI_STATUS siteMgr_getParamWSC(TI_HANDLE hSiteMgr, TIWLN_SIMPLE_CONFIG_MODE *wscParam);
112 TI_STATUS siteMgr_getParam(TI_HANDLE hSiteMgr,
115 TI_STATUS siteMgr_join(TI_HANDLE hSiteMgr);
117 TI_STATUS siteMgr_removeSelfSite(TI_HANDLE hSiteMgr);
119 TI_STATUS siteMgr_disSelectSite(TI_HANDLE hSiteMgr);
123 TI_STATUS siteMgr_start(TI_HANDLE hSiteMgr);
125 TI_STATUS siteMgr_stop(TI_HANDLE hSiteMgr);
127 TI_STATUS siteMgr_resetSiteTable(TI_HANDLE hSiteMgr, siteTablesParams_t* pSiteTableParams);
129 TI_STATUS siteMgr_updatePrimarySiteFailStatus(TI_HANDLE hSiteMgr,
132 TI_BOOL siteMgr_isCurrentBand24(TI_HANDLE hSiteMgr);
134 TI_STATUS pbccAlgorithm(TI_HANDLE hSiteMgr);
136 TI_STATUS siteMgr_assocReport(TI_HANDLE hSiteMgr, TI_UINT16 capabilities, TI_BOOL bCiscoAP);
138 void siteMgr_setCurrentTable(TI_HANDLE hSiteMgr, ERadioBand radioBand);
140 void siteMgr_updateRates(TI_HANDLE hSiteMgr, TI_BOOL dot11a, TI_BOOL updateToOS);
142 void siteMgr_bandParamsConfig(TI_HANDLE hSiteMgr, TI_BOOL updateToOS);
144 void siteMgr_ConfigRate(TI_HANDLE hSiteMgr);
146 TI_STATUS siteMgr_getWMEParamsSite(TI_HANDLE hSiteMgr, dot11_ACParameters_t **pWME_ACParameters_t);
148 TI_STATUS siteMgr_setWMEParamsSite(TI_HANDLE hSiteMgr,dot11_WME_PARAM_t *pDot11_WME_PARAM);
150 void siteMgr_IsERP_Needed(TI_HANDLE hSiteMgr,TI_BOOL *useProtection,TI_BOOL *NonErpPresent,TI_BOOL *barkerPreambleType);
152 TI_STATUS siteMgr_CopyToPrimarySite (TI_HANDLE hSiteMgr, TSiteEntry *pCandidate);
154 TI_STATUS siteMgr_overwritePrimarySite(TI_HANDLE hSiteMgr, bssEntry_t *newAP, TI_BOOL requiredToStorePrevSite);
156 void siteMgr_changeBandParams (TI_HANDLE hSiteMgr, ERadioBand radioBand);
158 TI_BOOL siteMgr_SelectRateMatch (TI_HANDLE hSiteMgr, TSiteEntry *pCurrentSite);
160 siteEntry_t *addSelfSite(TI_HANDLE hSiteMgr);
162 TI_STATUS siteMgr_updateSite(TI_HANDLE hSiteMgr,
169 TI_STATUS siteMgr_IbssMerge(TI_HANDLE hSiteMgr,
176 TI_STATUS siteMgr_saveProbeRespBuffer(TI_HANDLE hSiteMgr, TMacAddr *bssid, TI_UINT8 *pProbeRespBuffer, TI_UINT32 length);
178 TI_STATUS siteMgr_saveBeaconBuffer(TI_HANDLE hSiteMgr, TMacAddr *bssid, TI_UINT8 *pBeaconBuffer, TI_UINT32 length);
180 void siteMgr_UpdatHtParams (TI_HANDLE hSiteMgr, siteEntry_t *pSite, mlmeFrameInfo_t *pFrameInfo);
183 void siteMgr_printPrimarySiteDesc(TI_HANDLE hSiteMgr );