Lines Matching defs:lm_exch
893 u8 lm_exch;
909 lm_exch = *pos;
931 EAP_PWD_SET_MORE_BIT(lm_exch);
941 wpabuf_put_u8(resp, lm_exch);
969 if (EAP_PWD_GET_LENGTH_BIT(lm_exch)) {
1000 if (EAP_PWD_GET_MORE_BIT(lm_exch) || data->in_frag_pos) {
1021 if (EAP_PWD_GET_MORE_BIT(lm_exch)) {
1026 wpabuf_put_u8(resp, (EAP_PWD_GET_EXCHANGE(lm_exch)));
1041 EAP_PWD_GET_EXCHANGE(lm_exch), (int) len);
1043 switch (EAP_PWD_GET_EXCHANGE(lm_exch)) {
1058 "opcode %d", lm_exch);
1079 lm_exch = EAP_PWD_GET_EXCHANGE(lm_exch);
1087 EAP_PWD_SET_LENGTH_BIT(lm_exch);
1088 EAP_PWD_SET_MORE_BIT(lm_exch);
1104 wpabuf_put_u8(resp, lm_exch);
1105 if (EAP_PWD_GET_LENGTH_BIT(lm_exch)) {