commit | a8da7d652f4cf2e6c74230536692f81a55fa7c61 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@nordicsemi.no> | Mon Mar 24 13:24:25 2025 +0200 |
committer | Benjamin Cabé <kartben@gmail.com> | Wed Mar 26 16:22:01 2025 +0100 |
tree | a99df76092990ab75651033803c167e7b4acd278 | |
parent | 92da8cb69f5d32ad192d239025d9b4a9a26a121d [diff] |
wifi: shell: Map negative status code to valid status codes The negative status code is actually the errno which we might get returned from lower levels. For example if user sets -t (timeout) option, the -ETIMEDOUT might be returned. In this case map the errno value to connection timeout status value. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>