| lt_ret_t lt_l2_recv_encrypted_res | ( | lt_l2_state_t * | s2, |
| uint8_t * | buff, | ||
| uint16_t | max_len | ||
| ) |
Data are received into handle's l3_buff.
lt_session_start().| s2 | Structure holding l2 state |
| buff | Buffer where encrypted l3 result will be stored |
| max_len | Maximal length of buff. Whole buffer might be used, or just its part. |
| LT_OK | Function executed successfully |
| other | Function did not execute successully |