Lines Matching refs:msg_len
1500 size_t msg_len; in eap_sm_processIdentity() local
1507 &msg_len); in eap_sm_processIdentity()
1521 pos, msg_len); in eap_sm_processIdentity()
1775 size_t i, msg_len; in eap_sm_processNotify() local
1778 &msg_len); in eap_sm_processNotify()
1782 pos, msg_len); in eap_sm_processNotify()
1784 msg = os_malloc(msg_len + 1); in eap_sm_processNotify()
1787 for (i = 0; i < msg_len; i++) in eap_sm_processNotify()
1789 msg[msg_len] = '\0'; in eap_sm_processNotify()
2618 void eap_sm_request_otp(struct eap_sm *sm, const char *msg, size_t msg_len) in eap_sm_request_otp() argument
2620 eap_sm_request(sm, WPA_CTRL_REQ_EAP_OTP, msg, msg_len); in eap_sm_request_otp()