Home
last modified time | relevance | path

Searched refs:cancel_remain_on_channel (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h473 if (wpa_s->driver->cancel_remain_on_channel) in wpa_drv_cancel_remain_on_channel()
474 return wpa_s->driver->cancel_remain_on_channel( in wpa_drv_cancel_remain_on_channel()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dinit.c211 dev->ops->cancel_remain_on_channel = NULL; in mt7615_check_offload_capability()
H A Dmain.c1365 .cancel_remain_on_channel = mt7615_cancel_remain_on_channel,
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_core.c682 ops->cancel_remain_on_channel = NULL; in mt792x_get_mac80211_ops()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-mac80211.c1158 .cancel_remain_on_channel = iwl_mvm_cancel_roc,
H A Dmac80211.c6263 .cancel_remain_on_channel = iwl_mvm_cancel_roc,
/freebsd/sys/contrib/dev/rtw89/
H A Dmac80211.c1113 .cancel_remain_on_channel = rtw89_ops_cancel_remain_on_channel,
H A Dcore.c3999 ops->cancel_remain_on_channel = NULL; in rtw89_alloc_ieee80211_hw()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmain.c1366 .cancel_remain_on_channel = mt7921_cancel_remain_on_channel,
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h1231 int (*cancel_remain_on_channel)(struct wiphy *, struct wireless_dev *, u64); member
H A Dmac80211.h988 int (*cancel_remain_on_channel)(struct ieee80211_hw *, struct ieee80211_vif *); member
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h3545 int (*cancel_remain_on_channel)(void *priv); member
H A Ddriver_nl80211.c12167 .cancel_remain_on_channel =
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c9136 .cancel_remain_on_channel = ath11k_mac_op_cancel_remain_on_channel,
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c9477 .cancel_remain_on_channel = ath10k_cancel_remain_on_channel,