Home
last modified time | relevance | path

Searched refs:ctrlDataTrafficThreshold (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Data_link/
DCtrl.c190 …TrafficIntensityThresholds.uHighThreshold = ctrlDataInitParams->ctrlDataTrafficThreshold.uHighThre… in ctrlData_SetDefaults()
191 …aTrafficIntensityThresholds.uLowThreshold = ctrlDataInitParams->ctrlDataTrafficThreshold.uLowThres… in ctrlData_SetDefaults()
192 …taTrafficIntensityThresholds.TestInterval = ctrlDataInitParams->ctrlDataTrafficThreshold.TestInter… in ctrlData_SetDefaults()
/hardware/ti/wlan/wl1271/stad/Export_Inc/
DparamOut.h990 OS_802_11_TRAFFIC_INTENSITY_THRESHOLD_PARAMS ctrlDataTrafficThreshold; member
/hardware/ti/wlan/wl1271/platforms/os/common/src/
DosRgstry.c3291 sizeof p->ctrlDataInitParams.ctrlDataTrafficThreshold.uHighThreshold, in regFillInitTable()
3292 … (TI_UINT8*)&p->ctrlDataInitParams.ctrlDataTrafficThreshold.uHighThreshold); in regFillInitTable()
3298 sizeof p->ctrlDataInitParams.ctrlDataTrafficThreshold.uLowThreshold, in regFillInitTable()
3299 … (TI_UINT8*)&p->ctrlDataInitParams.ctrlDataTrafficThreshold.uLowThreshold); in regFillInitTable()
3305 sizeof p->ctrlDataInitParams.ctrlDataTrafficThreshold.TestInterval, in regFillInitTable()
3306 … (TI_UINT8*)&p->ctrlDataInitParams.ctrlDataTrafficThreshold.TestInterval); in regFillInitTable()