Lines Matching defs:key

657  * struct key_params - key information
659 * Information about a key
661 * @key: key material
662 * @key_len: length of key material
668 * @vlan_id: vlan_id for VLAN group key (if nonzero)
669 * @mode: key install mode (RX_TX, NO_TX or SET_TX)
672 const u8 *key;
990 * @cipher_group: group key cipher suite (or 0 if unset)
992 * @ciphers_pairwise: unicast key cipher suites
1009 * @wep_tx_key: key index (0..3) of the default TX static WEP key
2504 * @key_len: length of WEP key for shared key authentication
2505 * @key_idx: index of WEP key for shared key authentication
2506 * @key: WEP key for shared key authentication
2518 const u8 *key;
2668 * @wep_tx_key: key index (0..3) of the default TX static WEP key
2730 * @key_len: length of WEP key for shared key authentication
2731 * @key_idx: index of WEP key for shared key authentication
2732 * @key: WEP key for shared key authentication
2782 const u8 *key;
2862 * @pmk: The PMK for the PMKSA identified by @pmkid. This is used for key
3068 * @kek: key encryption key (@kek_len bytes)
3069 * @kck: key confirmation key (@kck_len bytes)
3606 * @add_key: add a key with the given parameters. @mac_addr will be %NULL
3607 * when adding a group key.
3609 * @get_key: get information about the key with the given parameters.
3611 * key. All pointers given to the @callback function need not be valid
3613 * not possible to retrieve the key, -ENOENT if it doesn't exist.
3615 * @del_key: remove a key given the @mac_addr (%NULL for a group key)
3616 * and @key_index, return -ENOENT if the key doesn't exist.
3618 * @set_default_key: set the default key on an interface
3620 * @set_default_mgmt_key: set the default management frame key on an interface
3622 * @set_default_beacon_key: set the default Beacon frame key on an interface
4303 * @WIPHY_FLAG_HAS_STATIC_WEP: The device supports static WEP key installation
5194 * @wext.keys: (private) (WEP) key data
5199 * @wext.default_key: (private) selected default key index
5200 * @wext.default_mgmt_key: (private) selected default management key index
6439 * @key_type: The key type that the received frame used
8008 * wiphy_WARN() acts like wiphy_printk(), but with the key difference