Lines Matching refs:msg_len
890 size_t msg_len; in eap_sm_processIdentity() local
896 &msg_len); in eap_sm_processIdentity()
910 pos, msg_len); in eap_sm_processIdentity()
1160 size_t i, msg_len; in eap_sm_processNotify() local
1163 &msg_len); in eap_sm_processNotify()
1167 pos, msg_len); in eap_sm_processNotify()
1169 msg = os_malloc(msg_len + 1); in eap_sm_processNotify()
1172 for (i = 0; i < msg_len; i++) in eap_sm_processNotify()
1174 msg[msg_len] = '\0'; in eap_sm_processNotify()
1757 void eap_sm_request_otp(struct eap_sm *sm, const char *msg, size_t msg_len) in eap_sm_request_otp() argument
1759 eap_sm_request(sm, WPA_CTRL_REQ_EAP_OTP, msg, msg_len); in eap_sm_request_otp()