Home
last modified time | relevance | path

Searched refs:remain_on_channel (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Devents.c5420 wpa_s, data->remain_on_channel.freq, in wpa_supplicant_event()
5421 data->remain_on_channel.duration); in wpa_supplicant_event()
5424 wpa_s, data->remain_on_channel.freq, in wpa_supplicant_event()
5425 data->remain_on_channel.duration); in wpa_supplicant_event()
5428 wpa_s, data->remain_on_channel.freq, in wpa_supplicant_event()
5429 data->remain_on_channel.duration); in wpa_supplicant_event()
5435 wpa_s, data->remain_on_channel.freq); in wpa_supplicant_event()
5438 wpa_s, data->remain_on_channel.freq); in wpa_supplicant_event()
5441 wpa_s, data->remain_on_channel.freq); in wpa_supplicant_event()
H A Ddriver_i.h464 if (wpa_s->driver->remain_on_channel) in wpa_drv_remain_on_channel()
465 return wpa_s->driver->remain_on_channel(wpa_s->drv_priv, freq, in wpa_drv_remain_on_channel()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver.h3531 int (*remain_on_channel)(void *priv, unsigned int freq, member
5662 struct remain_on_channel { struct
5672 } remain_on_channel; member
H A Ddriver_nl80211_event.c1266 data.remain_on_channel.freq = freq; in mlme_event_remain_on_channel()
1267 data.remain_on_channel.duration = duration; in mlme_event_remain_on_channel()
H A Ddriver_nl80211.c12166 .remain_on_channel = wpa_driver_nl80211_remain_on_channel,
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dinit.c210 dev->ops->remain_on_channel = NULL; in mt7615_check_offload_capability()
H A Dmain.c1364 .remain_on_channel = mt7615_remain_on_channel,
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_core.c681 ops->remain_on_channel = NULL; in mt792x_get_mac80211_ops()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-mac80211.c1157 .remain_on_channel = iwl_mvm_mld_roc,
H A Dmac80211.c6262 .remain_on_channel = iwl_mvm_roc,
/freebsd/sys/contrib/dev/rtw89/
H A Dmac80211.c1112 .remain_on_channel = rtw89_ops_remain_on_channel,
H A Dcore.c3998 ops->remain_on_channel = NULL; in rtw89_alloc_ieee80211_hw()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmain.c1365 .remain_on_channel = mt7921_remain_on_channel,
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h1239 …int (*remain_on_channel)(struct wiphy *, struct wireless_dev *, struct linuxkpi_ieee80211_channel… member
H A Dmac80211.h987 …int (*remain_on_channel)(struct ieee80211_hw *, struct ieee80211_vif *, struct ieee80211_channel … member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c9135 .remain_on_channel = ath11k_mac_op_remain_on_channel,
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c9476 .remain_on_channel = ath10k_remain_on_channel,