Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:lm_exch

676 	u8 lm_exch;
692 lm_exch = *pos;
714 EAP_PWD_SET_MORE_BIT(lm_exch);
724 wpabuf_put_u8(resp, lm_exch);
747 if (EAP_PWD_GET_LENGTH_BIT(lm_exch)) {
763 if (EAP_PWD_GET_MORE_BIT(lm_exch)) {
780 wpabuf_put_u8(resp, (EAP_PWD_GET_EXCHANGE(lm_exch)));
797 EAP_PWD_GET_EXCHANGE(lm_exch), (int) len);
799 switch (EAP_PWD_GET_EXCHANGE(lm_exch)) {
814 "opcode %d", lm_exch);
838 EAP_PWD_SET_LENGTH_BIT(lm_exch);
839 EAP_PWD_SET_MORE_BIT(lm_exch);
855 wpabuf_put_u8(resp, lm_exch);
856 if (EAP_PWD_GET_LENGTH_BIT(lm_exch)) {