HomeSort by relevance Sort by last modified time
    Searched refs:CON_PARM_SIGN (Results 1 - 3 of 3) sorted by null

  /hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/
console.h 36 #define CON_PARM_SIGN 0x20 /* Signed param */
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
ticon.c 419 {(PS8)"Rssi threshold", CON_PARM_RANGE | CON_PARM_SIGN, -100, 0, -80 } };
426 {(PS8)"RSSI Threshold", CON_PARM_RANGE | CON_PARM_SIGN, -100, 0, -97 },
427 {(PS8)"SNR threshold", CON_PARM_RANGE | CON_PARM_SIGN, -10, 100, 0 },
489 {(PS8)"RSSI threshold", CON_PARM_RANGE| CON_PARM_SIGN, -100, 0, 0 },
577 {(PS8)"Quality threshold", CON_PARM_RANGE | CON_PARM_SIGN, -150, 0, -70 }, CON_LAST_PARM };
601 {(PS8)"Low rssi threshold", CON_PARM_RANGE | CON_PARM_SIGN, -150, 0, -80 }, CON_LAST_PARM };
612 {(PS8)"low Quality for scan", CON_PARM_RANGE | CON_PARM_SIGN, -150, -40, -85 }, CON_LAST_PARM };
617 {(PS8)"Normal quality for scan", CON_PARM_RANGE | CON_PARM_SIGN, -150, -40, -70 }, CON_LAST_PARM };
623 {(PS8)"Threshold [dB / dBm] ", CON_PARM_RANGE | CON_PARM_SIGN, -100, 100, 0 },
    [all...]
console.c 396 if (p_token->u.token.parm[i].flags & CON_PARM_SIGN)
410 if (p_token->u.token.parm[i].flags & CON_PARM_SIGN)
435 if (p_token->u.token.parm[i].flags & CON_PARM_SIGN)
469 if (p_token->u.token.parm[i].flags & CON_PARM_SIGN)
570 os_error_printf(CU_MSG_INFO2, (PS8)(p_token->u.token.parm[i].flags & CON_PARM_SIGN) ? (PS8)(" (%d..%d%s)") : (PS8)(" (%lu..%lu%s)"),

Completed in 1611 milliseconds