Lines Matching +full:rx +full:- +full:input
1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
5 * Copyright (C) 2024-2025 Intel Corporation
13 #include "fw/api/mac-cfg.h"
20 } input; member
28 .input.notif = {
33 .desc = "no EMLSR, no beacon loss since Rx, no disconnect",
34 .input.notif = {
39 .desc = "no EMLSR, beacon loss since Rx, disconnect",
40 .input.notif = {
53 vif->cfg.assoc = false; in fake_ieee80211_connection_loss()
58 struct iwl_mld *mld = test->priv; in test_missed_beacon()
61 (const void *)(test->param_value); in test_missed_beacon()
75 pkt = iwl_mld_kunit_create_pkt(test_param->input.notif); in test_missed_beacon()
76 notif = (void *)pkt->data; in test_missed_beacon()
78 if (test_param->input.emlsr) { in test_missed_beacon()
85 notif->link_id = cpu_to_le32(mld_vif->deflink.fw_id); in test_missed_beacon()
88 wiphy_lock(mld->wiphy); in test_missed_beacon()
92 wiphy_unlock(mld->wiphy); in test_missed_beacon()
94 KUNIT_ASSERT_NE(test, vif->cfg.assoc, test_param->output.disconnected); in test_missed_beacon()
105 .name = "iwlmld-link",