Home
last modified time | relevance | path

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

/drivers/net/wireless/iwlwifi/dvm/
Dsta.c1135 __le16 key_flags; in iwlagn_send_sta_key() local
1143 key_flags = cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS); in iwlagn_send_sta_key()
1144 key_flags |= STA_KEY_FLG_MAP_KEY_MSK; in iwlagn_send_sta_key()
1148 key_flags |= STA_KEY_FLG_CCMP; in iwlagn_send_sta_key()
1152 key_flags |= STA_KEY_FLG_TKIP; in iwlagn_send_sta_key()
1159 key_flags |= STA_KEY_FLG_KEY_SIZE_MSK; in iwlagn_send_sta_key()
1162 key_flags |= STA_KEY_FLG_WEP; in iwlagn_send_sta_key()
1171 key_flags |= STA_KEY_MULTICAST_MSK; in iwlagn_send_sta_key()
1176 sta_cmd.key.key_flags = key_flags; in iwlagn_send_sta_key()
1210 __le16 key_flags; in iwl_remove_dynamic_key() local
[all …]
Dcommands.h843 __le16 key_flags; member
/drivers/net/wireless/iwlwifi/mvm/
Dsta.c1079 __le16 key_flags; in iwl_mvm_send_sta_key() local
1086 key_flags = cpu_to_le16(keyidx); in iwl_mvm_send_sta_key()
1087 key_flags |= cpu_to_le16(STA_KEY_FLG_WEP_KEY_MAP); in iwl_mvm_send_sta_key()
1091 key_flags |= cpu_to_le16(STA_KEY_FLG_TKIP); in iwl_mvm_send_sta_key()
1098 key_flags |= cpu_to_le16(STA_KEY_FLG_CCM); in iwl_mvm_send_sta_key()
1102 key_flags |= cpu_to_le16(STA_KEY_FLG_EXT); in iwl_mvm_send_sta_key()
1107 key_flags |= cpu_to_le16(STA_KEY_MULTICAST); in iwl_mvm_send_sta_key()
1110 cmd.key_flags = key_flags; in iwl_mvm_send_sta_key()
1287 __le16 key_flags; in iwl_mvm_remove_sta_key() local
1333 key_flags = cpu_to_le16((keyconf->keyidx << STA_KEY_FLG_KEYID_POS) & in iwl_mvm_remove_sta_key()
[all …]
Dfw-api-sta.h244 __le16 key_flags; member
330 __le16 key_flags; member
/drivers/net/wireless/iwlegacy/
D4965-mac.c3249 __le16 key_flags = 0; in il4965_set_wep_dynamic_key_info() local
3256 key_flags |= (STA_KEY_FLG_WEP | STA_KEY_FLG_MAP_KEY_MSK); in il4965_set_wep_dynamic_key_info()
3257 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS); in il4965_set_wep_dynamic_key_info()
3258 key_flags &= ~STA_KEY_FLG_INVALID; in il4965_set_wep_dynamic_key_info()
3261 key_flags |= STA_KEY_FLG_KEY_SIZE_MSK; in il4965_set_wep_dynamic_key_info()
3264 key_flags |= STA_KEY_MULTICAST_MSK; in il4965_set_wep_dynamic_key_info()
3278 key_flags & STA_KEY_FLG_ENCRYPT_MSK) == STA_KEY_FLG_NO_ENC) in il4965_set_wep_dynamic_key_info()
3287 il->stations[sta_id].sta.key.key_flags = key_flags; in il4965_set_wep_dynamic_key_info()
3303 __le16 key_flags = 0; in il4965_set_ccmp_dynamic_key_info() local
3308 key_flags |= (STA_KEY_FLG_CCMP | STA_KEY_FLG_MAP_KEY_MSK); in il4965_set_ccmp_dynamic_key_info()
[all …]
D3945-mac.c137 __le16 key_flags = 0; in il3945_set_ccmp_dynamic_key_info() local
140 key_flags |= (STA_KEY_FLG_CCMP | STA_KEY_FLG_MAP_KEY_MSK); in il3945_set_ccmp_dynamic_key_info()
141 key_flags |= cpu_to_le16(keyconf->keyidx << STA_KEY_FLG_KEYID_POS); in il3945_set_ccmp_dynamic_key_info()
144 key_flags |= STA_KEY_MULTICAST_MSK; in il3945_set_ccmp_dynamic_key_info()
148 key_flags &= ~STA_KEY_FLG_INVALID; in il3945_set_ccmp_dynamic_key_info()
158 key_flags & STA_KEY_FLG_ENCRYPT_MSK) == STA_KEY_FLG_NO_ENC) in il3945_set_ccmp_dynamic_key_info()
167 il->stations[sta_id].sta.key.key_flags = key_flags; in il3945_set_ccmp_dynamic_key_info()
203 il->stations[sta_id].sta.key.key_flags = STA_KEY_FLG_NO_ENC; in il3945_clear_sta_key_info()
Dcommands.h900 __le16 key_flags; member
/drivers/net/wireless/ath/ath10k/
Dwmi.h3384 __le32 key_flags; member
3403 u32 key_flags; member
Dmac.c52 arg.key_flags = WMI_KEY_PAIRWISE; in ath10k_send_key()
54 arg.key_flags = WMI_KEY_GROUP; in ath10k_send_key()
75 arg.key_flags = WMI_KEY_PAIRWISE; in ath10k_send_key()
Dwmi.c3721 cmd->key_flags = __cpu_to_le32(arg->key_flags); in ath10k_wmi_vdev_install_key()