Searched defs:FragTh (Results 1 - 2 of 2) sorted by relevance

/system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
H A Dcu_wext.c450 S32 CuOs_SetFragTh(THandle hCuWext, S32 FragTh) argument
456 pCuWext->req_data.frag.value = FragTh;
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
H A Dcu_cmd.c1398 S32 FragTh; local
1402 if(OK != CuOs_GetFragTh(pCuCmd->hCuWext, &FragTh)) return;
1403 os_error_printf(CU_MSG_INFO2, (PS8)"Frag. threshold = %d\n", FragTh);
1407 FragTh = parm[0].value;
1408 CuOs_SetFragTh(pCuCmd->hCuWext, FragTh);
2153 S32 FragTh; local
2173 if(OK != CuOs_GetFragTh(pCuCmd->hCuWext, &FragTh)) return;
2189 os_error_printf(CU_MSG_INFO2, (PS8)" Frag. threshold : %u\n", FragTh);

Completed in 383 milliseconds