Home | History | Annotate | Download | only in telephony

Lines Matching full:chap

1649      * (None: 0, PAP: 1, CHAP: 2, PAP&CHAP: 3)
2525 * ((const char **)data)[5] is the PAP / CHAP auth type. Values:
2526 * 0 => PAP and CHAP is never performed.
2527 * 1 => PAP may be performed; CHAP is never performed.
2528 * 2 => CHAP may be performed; PAP is never performed.
2529 * 3 => PAP / CHAP may be performed - baseband dependent.