Man Page: struct_ieee80211_key_conf
Operating Environment: centos
Section: 9
STRUCTIEEE80211_KEY(9) Advanced driver interface STRUCT IEEE80211_KEY(9)NAMEstruct_ieee80211_key_conf - key informationSYNOPSISstruct ieee80211_key_conf { u32 cipher; u8 icv_len; u8 iv_len; u8 hw_key_idx; u8 flags; s8 keyidx; u8 keylen; u8 key[0]; };MEMBERScipher The key's cipher suite selector. icv_len The ICV length for this key type iv_len The IV length for this key type hw_key_idx To be set by the driver, this is the key index the driver wants to be given when a frame is transmitted and needs to be encrypted in hardware. flags key flags, see enum ieee80211_key_flags. keyidx the key index (0-3) keylen key material length key[0] key material. For ALG_TKIP the key is encoded as a 256-bit (32 byte)DESCRIPTIONThis key information is given by mac80211 to the driver by the set_key callback in struct ieee80211_ops.DATA BLOCK- Temporal Encryption Key (128 bits) - Temporal Authenticator Tx MIC Key (64 bits) - Temporal Authenticator Rx MIC Key (64 bits)AUTHORJohannes Berg <johannes@sipsolutions.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 STRUCT IEEE80211_KEY(9)
| Related Man Pages |
|---|
| enum_ieee80211_key_flags(9) - centos |
| struct_cfg80211_assoc_request(9) - centos |
| struct_cfg80211_scan_request(9) - centos |
| struct_ieee80211_rx_status(9) - centos |
| rijndael(9) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| How to increment version inside a file? |
| Controlling user input |
| [TIP] Processing YAML files with yq |
| Please Welcome Dave Munro to the Moderator Team! |