Home | History | Annotate | Download | only in eap_server

Lines Matching refs:lm_exch

418 	u8 lm_exch;
458 lm_exch = EAP_PWD_OPCODE_ID_EXCH;
462 lm_exch = EAP_PWD_OPCODE_COMMIT_EXCH;
466 lm_exch = EAP_PWD_OPCODE_CONFIRM_EXCH;
472 lm_exch = 0; /* hush now, sweet compiler */
485 EAP_PWD_SET_MORE_BIT(lm_exch);
491 EAP_PWD_SET_LENGTH_BIT(lm_exch);
514 wpabuf_put_u8(req, lm_exch);
515 if (EAP_PWD_GET_LENGTH_BIT(lm_exch))
859 u8 lm_exch;
870 lm_exch = *pos;
892 if (EAP_PWD_GET_LENGTH_BIT(lm_exch)) {
908 if (EAP_PWD_GET_MORE_BIT(lm_exch)) {
935 switch (EAP_PWD_GET_EXCHANGE(lm_exch)) {