Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Dibss.c910 sizeof(mgmt->u.action.u.chan_switch); in ieee80211_rx_mgmt_spectrum_mgmt()
1622 u.action.u.chan_switch.variable); in ieee80211_ibss_rx_queued_mgmt()
1628 mgmt->u.action.u.chan_switch.variable, in ieee80211_ibss_rx_queued_mgmt()
H A Dtdls.c48 bool chan_switch = local->hw.wiphy->features & in ieee80211_tdls_add_ext_capab() local
63 *pos++ = (chan_switch ? WLAN_EXT_CAPA4_TDLS_CHAN_SWITCH : 0) | in ieee80211_tdls_add_ext_capab()
H A Dmesh.c1621 pos = mgmt->u.action.u.chan_switch.variable; in mesh_rx_csa_frame()
1623 u.action.u.chan_switch.variable); in mesh_rx_csa_frame()
H A Dutil.c3671 u.action.u.chan_switch); in ieee80211_send_action_csa()
3700 mgmt->u.action.u.chan_switch.action_code = WLAN_ACTION_SPCT_CHL_SWITCH; in ieee80211_send_action_csa()
H A Drx.c3720 sizeof(mgmt->u.action.u.chan_switch))) in ieee80211_rx_h_action()
H A Dmlme.c8016 u.action.u.chan_switch.variable); in ieee80211_sta_rx_queued_mgmt()
8023 mgmt->u.action.u.chan_switch.variable, in ieee80211_sta_rx_queued_mgmt()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmt7915.h499 int mt7915_mcu_get_chan_mib_info(struct mt7915_phy *phy, bool chan_switch);
H A Dmcu.c3126 int mt7915_mcu_get_chan_mib_info(struct mt7915_phy *phy, bool chan_switch) in mt7915_mcu_get_chan_mib_info() argument
3182 if (chan_switch) in mt7915_mcu_get_chan_mib_info()
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmt7996.h635 int mt7996_mcu_get_chan_mib_info(struct mt7996_phy *phy, bool chan_switch);
H A Dmcu.c3824 int mt7996_mcu_get_chan_mib_info(struct mt7996_phy *phy, bool chan_switch) in mt7996_mcu_get_chan_mib_info() argument
3874 if (chan_switch) in mt7996_mcu_get_chan_mib_info()
/linux-6.15/include/linux/
H A Dieee80211.h1420 } __packed chan_switch; member