utils: add helper functions to get names by values
authorAndre Heider <a.heider@gmail.com>
Tue, 22 Nov 2022 08:45:23 +0000 (09:45 +0100)
committerJo-Philipp Wich <jo@mein.io>
Thu, 15 Dec 2022 23:09:07 +0000 (00:09 +0100)
commite084781afc99075c4154614b49d99d3308d8c8ee
tree8a4bf01c5dac19a402ab0069bc5c0a1011663dee
parentd09a77a3695b9e684c74fbe66809449ad92b0e96
utils: add helper functions to get names by values

Some defines/enums use bits, while some functions only set a single one.
Make it less painful to get to a name for those.

This avoids hardcoding bit lists for consumers.

Signed-off-by: Andre Heider <a.heider@gmail.com>
include/iwinfo/utils.h
iwinfo_utils.c