summaryrefslogtreecommitdiff
path: root/include/iwinfo
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2021-01-05 14:21:14 +0000
committerDaniel Golle <daniel@makrotopia.org>2021-01-05 22:19:43 +0000
commit8bfd8d88001e0d239d741c954c2421052b858fc1 (patch)
tree02dee1e9f9ddfc625e8e6b57c7cf8c73118371b6 /include/iwinfo
parent74d13fb98730a7a8af6e6662d0f4281b6655ddd0 (diff)
downloadiwinfo-8bfd8d88001e0d239d741c954c2421052b858fc1.tar.gz
iwinfo: add support for GCMP cipher
Extend support for WPA ciphers by GCMP which is required for 802.11ad. Breaks ABI as ciphers now needs to be a field of 16 bits instead of 8. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'include/iwinfo')
-rw-r--r--include/iwinfo/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/iwinfo/utils.h b/include/iwinfo/utils.h
index 98b9c89..1fa4f52 100644
--- a/include/iwinfo/utils.h
+++ b/include/iwinfo/utils.h
@@ -54,7 +54,7 @@ struct iwinfo_hardware_entry * iwinfo_hardware(struct iwinfo_hardware_id *id);
int iwinfo_hardware_id_from_mtd(struct iwinfo_hardware_id *id);
void iwinfo_parse_rsn(struct iwinfo_crypto_entry *c, uint8_t *data, uint8_t len,
- uint8_t defcipher, uint8_t defauth);
+ uint16_t defcipher, uint8_t defauth);
struct uci_section *iwinfo_uci_get_radio(const char *name, const char *type);
void iwinfo_uci_free(void);