Home
last modified time | relevance | path

Searched refs:igtk (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-key.c66 bool igtk = keyconf->keyidx == 4 || keyconf->keyidx == 5; in iwl_mvm_get_sec_flags() local
108 if ((!IS_ERR_OR_NULL(sta) && sta->mfp && pairwise) || igtk) in iwl_mvm_get_sec_flags()
263 if (mvm_link->igtk) { in iwl_mvm_sec_key_add()
265 mvm_link->igtk->keyidx); in iwl_mvm_sec_key_add()
267 mvm_link->igtk); in iwl_mvm_sec_key_add()
274 WARN_ON(mvm_link->igtk); in iwl_mvm_sec_key_add()
282 mvm_link->igtk = keyconf; in iwl_mvm_sec_key_add()
319 if (mvm_link->igtk == keyconf) { in _iwl_mvm_sec_key_del()
321 mvm_link->igtk->hw_key_idx = STA_KEY_IDX_INVALID; in _iwl_mvm_sec_key_del()
322 mvm_link->igtk = NULL; in _iwl_mvm_sec_key_del()
H A Dd3.c1449 struct iwl_multicast_key_data igtk; member
1921 iwl_mvm_d3_set_igtk_bigtk_ipn(&status->igtk, in iwl_mvm_d3_update_keys()
2034 mvm_link->igtk = key_config; in iwl_mvm_d3_igtk_bigtk_rekey_add()
2110 &status->igtk)) in iwl_mvm_setup_connection_keep()
2185 BUILD_BUG_ON(sizeof(status->igtk.key) < sizeof(data->key)); in iwl_mvm_convert_igtk()
2186 BUILD_BUG_ON(sizeof(status->igtk.ipn) != sizeof(data->ipn)); in iwl_mvm_convert_igtk()
2191 status->igtk.len = data->key_len; in iwl_mvm_convert_igtk()
2192 status->igtk.flags = data->key_flags; in iwl_mvm_convert_igtk()
2193 status->igtk.id = u32_get_bits(data->key_flags, in iwl_mvm_convert_igtk()
2197 memcpy(status->igtk.key, data->key, sizeof(data->key)); in iwl_mvm_convert_igtk()
[all …]
H A Dops.c921 frob_start = offsetof(struct iwl_mvm_mgmt_mcast_key_cmd, igtk); in iwl_mvm_frob_hcmd()
922 BUILD_BUG_ON(offsetof(struct iwl_mvm_mgmt_mcast_key_cmd, igtk) != in iwl_mvm_frob_hcmd()
923 offsetof(struct iwl_mvm_mgmt_mcast_key_cmd_v1, igtk)); in iwl_mvm_frob_hcmd()
925 frob_end = offsetofend(struct iwl_mvm_mgmt_mcast_key_cmd, igtk); in iwl_mvm_frob_hcmd()
926 BUILD_BUG_ON(offsetof(struct iwl_mvm_mgmt_mcast_key_cmd, igtk) < in iwl_mvm_frob_hcmd()
927 offsetof(struct iwl_mvm_mgmt_mcast_key_cmd_v1, igtk)); in iwl_mvm_frob_hcmd()
H A Dsta.c3745 memcpy(igtk_cmd.igtk, keyconf->key, keyconf->keylen); in iwl_mvm_send_sta_igtk()
3772 memcpy(igtk_cmd_v1.igtk, igtk_cmd.igtk, in iwl_mvm_send_sta_igtk()
3773 ARRAY_SIZE(igtk_cmd_v1.igtk)); in iwl_mvm_send_sta_igtk()
H A Dmvm.h323 struct ieee80211_key_conf *igtk; member
H A Dmac80211.c1035 mvmvif->link[link_id]->igtk = NULL; in iwl_mvm_cleanup_iterator()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dd3.h683 struct iwl_wowlan_igtk_status igtk[WOWLAN_IGTK_KEYS_NUM]; member
719 struct iwl_wowlan_igtk_status igtk[WOWLAN_IGTK_KEYS_NUM]; member
757 struct iwl_wowlan_igtk_status igtk[WOWLAN_IGTK_KEYS_NUM]; member
794 struct iwl_wowlan_igtk_status igtk[WOWLAN_IGTK_KEYS_NUM]; member
829 struct iwl_wowlan_igtk_status igtk[WOWLAN_IGTK_KEYS_NUM]; member
H A Dsta.h440 u8 igtk[16]; member
459 u8 igtk[32]; member
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dhif.h157 int wilc_add_igtk(struct wilc_vif *vif, const u8 *igtk, u8 igtk_key_len,
H A Dhif.c1177 int wilc_add_igtk(struct wilc_vif *vif, const u8 *igtk, u8 igtk_key_len, in wilc_add_igtk() argument
1194 memcpy(&key_buf->key[0], igtk, igtk_key_len); in wilc_add_igtk()