Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dibss.c902 sizeof(mgmt->u.action.u.chan_switch); in ieee80211_rx_mgmt_spectrum_mgmt()
1616 u.action.u.chan_switch.variable); in ieee80211_ibss_rx_queued_mgmt()
1621 elems = ieee802_11_parse_elems(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.c1628 pos = mgmt->u.action.u.chan_switch.variable; in mesh_rx_csa_frame()
1630 u.action.u.chan_switch.variable); in mesh_rx_csa_frame()
H A Dutil.c3774 u.action.u.chan_switch); in ieee80211_send_action_csa()
3803 mgmt->u.action.u.chan_switch.action_code = WLAN_ACTION_SPCT_CHL_SWITCH; in ieee80211_send_action_csa()
H A Dmlme.c8316 u.action.u.chan_switch.variable); in ieee80211_sta_rx_queued_mgmt()
8322 elems = ieee802_11_parse_elems(mgmt->u.action.u.chan_switch.variable, in ieee80211_sta_rx_queued_mgmt()
H A Drx.c3800 sizeof(mgmt->u.action.u.chan_switch))) in ieee80211_rx_h_action()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmt7915.h515 int mt7915_mcu_get_chan_mib_info(struct mt7915_phy *phy, bool chan_switch);
H A Dmcu.c3143 int mt7915_mcu_get_chan_mib_info(struct mt7915_phy *phy, bool chan_switch) in mt7915_mcu_get_chan_mib_info() argument
3199 if (chan_switch) in mt7915_mcu_get_chan_mib_info()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmt7996.h724 int mt7996_mcu_get_chan_mib_info(struct mt7996_phy *phy, bool chan_switch);
H A Dmcu.c3948 int mt7996_mcu_get_chan_mib_info(struct mt7996_phy *phy, bool chan_switch) in mt7996_mcu_get_chan_mib_info() argument
3998 if (chan_switch) in mt7996_mcu_get_chan_mib_info()
/linux/include/linux/
H A Dieee80211.h1059 } __packed chan_switch; member