Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dsta.c1194 __le16 key_flags; in iwl_mvm_send_sta_key() local
1203 key_flags = cpu_to_le16(keyidx); in iwl_mvm_send_sta_key()
1204 key_flags |= cpu_to_le16(STA_KEY_FLG_WEP_KEY_MAP); in iwl_mvm_send_sta_key()
1208 key_flags |= cpu_to_le16(STA_KEY_FLG_TKIP); in iwl_mvm_send_sta_key()
1215 key_flags |= cpu_to_le16(STA_KEY_FLG_CCM); in iwl_mvm_send_sta_key()
1219 key_flags |= cpu_to_le16(STA_KEY_FLG_WEP_13BYTES); in iwl_mvm_send_sta_key()
1222 key_flags |= cpu_to_le16(STA_KEY_FLG_WEP); in iwl_mvm_send_sta_key()
1226 key_flags |= cpu_to_le16(STA_KEY_FLG_EXT); in iwl_mvm_send_sta_key()
1231 key_flags |= cpu_to_le16(STA_KEY_MULTICAST); in iwl_mvm_send_sta_key()
1234 cmd.key_flags = key_flags; in iwl_mvm_send_sta_key()
[all …]
Dfw-api-sta.h244 __le16 key_flags; member
330 __le16 key_flags; member
/linux-4.1.27/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
/linux-4.1.27/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
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dmac.c54 arg.key_flags = WMI_KEY_PAIRWISE; in ath10k_send_key()
56 arg.key_flags = WMI_KEY_GROUP; in ath10k_send_key()
74 arg.key_flags = WMI_KEY_PAIRWISE; in ath10k_send_key()
77 arg.key_flags |= WMI_KEY_TX_USAGE; in ath10k_send_key()
Dwmi.h3393 __le32 key_flags; member
3412 u32 key_flags; member
Dwmi-tlv.c1596 cmd->key_flags = __cpu_to_le32(arg->key_flags); in ath10k_wmi_tlv_op_gen_vdev_install_key()
Dwmi.c4470 cmd->key_flags = __cpu_to_le32(arg->key_flags); in ath10k_wmi_op_gen_vdev_install_key()