Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7996/
Dmt7996.h391 int mt7996_mcu_get_chan_mib_info(struct mt7996_phy *phy, bool chan_switch);
Dmcu.c3164 int mt7996_mcu_get_chan_mib_info(struct mt7996_phy *phy, bool chan_switch) in mt7996_mcu_get_chan_mib_info() argument
3208 if (chan_switch) in mt7996_mcu_get_chan_mib_info()
/Linux-v6.6/net/mac80211/
Dibss.c926 sizeof(mgmt->u.action.u.chan_switch); in ieee80211_rx_mgmt_spectrum_mgmt()
1656 u.action.u.chan_switch.variable); in ieee80211_ibss_rx_queued_mgmt()
1662 mgmt->u.action.u.chan_switch.variable, in ieee80211_ibss_rx_queued_mgmt()
Dmesh.c1627 pos = mgmt->u.action.u.chan_switch.variable; in mesh_rx_csa_frame()
1629 u.action.u.chan_switch.variable); in mesh_rx_csa_frame()
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()
Dutil.c4505 u.action.u.chan_switch); in ieee80211_send_action_csa()
4534 mgmt->u.action.u.chan_switch.action_code = WLAN_ACTION_SPCT_CHL_SWITCH; in ieee80211_send_action_csa()
Dmlme.c6310 u.action.u.chan_switch.variable); in ieee80211_sta_rx_queued_mgmt()
6317 mgmt->u.action.u.chan_switch.variable, in ieee80211_sta_rx_queued_mgmt()
Drx.c3678 sizeof(mgmt->u.action.u.chan_switch))) in ieee80211_rx_h_action()
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7915/
Dmt7915.h490 int mt7915_mcu_get_chan_mib_info(struct mt7915_phy *phy, bool chan_switch);
Dmcu.c3000 int mt7915_mcu_get_chan_mib_info(struct mt7915_phy *phy, bool chan_switch) in mt7915_mcu_get_chan_mib_info() argument
3051 if (chan_switch) in mt7915_mcu_get_chan_mib_info()
/Linux-v6.6/include/linux/
Dieee80211.h1320 } __packed chan_switch; member