Lines Matching refs:key_flags
2862 __le16 key_flags; in iwl_mvm_send_sta_key() local
2876 key_flags = cpu_to_le16(keyidx); in iwl_mvm_send_sta_key()
2877 key_flags |= cpu_to_le16(STA_KEY_FLG_WEP_KEY_MAP); in iwl_mvm_send_sta_key()
2881 key_flags |= cpu_to_le16(STA_KEY_FLG_TKIP); in iwl_mvm_send_sta_key()
2901 key_flags |= cpu_to_le16(STA_KEY_FLG_CCM); in iwl_mvm_send_sta_key()
2907 key_flags |= cpu_to_le16(STA_KEY_FLG_WEP_13BYTES); in iwl_mvm_send_sta_key()
2910 key_flags |= cpu_to_le16(STA_KEY_FLG_WEP); in iwl_mvm_send_sta_key()
2914 key_flags |= cpu_to_le16(STA_KEY_FLG_KEY_32BYTES); in iwl_mvm_send_sta_key()
2917 key_flags |= cpu_to_le16(STA_KEY_FLG_GCMP); in iwl_mvm_send_sta_key()
2923 key_flags |= cpu_to_le16(STA_KEY_FLG_EXT); in iwl_mvm_send_sta_key()
2928 key_flags |= cpu_to_le16(STA_KEY_MULTICAST); in iwl_mvm_send_sta_key()
2931 u.cmd.common.key_flags = key_flags; in iwl_mvm_send_sta_key()
3124 __le16 key_flags; in __iwl_mvm_remove_sta_key() local
3132 key_flags = cpu_to_le16((keyconf->keyidx << STA_KEY_FLG_KEYID_POS) & in __iwl_mvm_remove_sta_key()
3134 key_flags |= cpu_to_le16(STA_KEY_FLG_NO_ENC | STA_KEY_FLG_WEP_KEY_MAP); in __iwl_mvm_remove_sta_key()
3135 key_flags |= cpu_to_le16(STA_KEY_NOT_VALID); in __iwl_mvm_remove_sta_key()
3138 key_flags |= cpu_to_le16(STA_KEY_MULTICAST); in __iwl_mvm_remove_sta_key()
3144 u.cmd.common.key_flags = key_flags; in __iwl_mvm_remove_sta_key()