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.c6553 wpa_s, data->remain_on_channel.freq, in wpa_supplicant_event()
6554 data->remain_on_channel.duration); in wpa_supplicant_event()
6557 wpa_s, data->remain_on_channel.freq, in wpa_supplicant_event()
6558 data->remain_on_channel.duration); in wpa_supplicant_event()
6561 wpa_s, data->remain_on_channel.freq, in wpa_supplicant_event()
6562 data->remain_on_channel.duration); in wpa_supplicant_event()
6566 wpa_s, data->remain_on_channel.freq, in wpa_supplicant_event()
6567 data->remain_on_channel.duration); in wpa_supplicant_event()
6573 wpa_s, data->remain_on_channel.freq); in wpa_supplicant_event()
6576 wpa_s, data->remain_on_channel.freq); in wpa_supplicant_event()
[all …]
H A Ddriver_i.h454 if (wpa_s->driver->remain_on_channel) in wpa_drv_remain_on_channel()
455 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.h4057 int (*remain_on_channel)(void *priv, unsigned int freq, member
6404 struct remain_on_channel { struct
6414 } remain_on_channel; member
H A Ddriver_nl80211_event.c1879 data.remain_on_channel.freq = freq; in mlme_event_remain_on_channel()
1880 data.remain_on_channel.duration = duration; in mlme_event_remain_on_channel()
H A Ddriver_nl80211.c14052 .remain_on_channel = wpa_driver_nl80211_remain_on_channel,
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dinit.c212 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.c1393 .remain_on_channel = iwl_mvm_mld_roc,
H A Dmac80211.c6592 .remain_on_channel = iwl_mvm_roc,
/freebsd/sys/contrib/dev/rtw89/
H A Dmac80211.c1185 .remain_on_channel = rtw89_ops_remain_on_channel,
H A Dcore.c4732 ops->remain_on_channel = NULL;
/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.h1282 int (*remain_on_channel)(struct wiphy *, struct wireless_dev *, struct linuxkpi_ieee80211_channel *, unsigned int, u64 *);
1239 int (*remain_on_channel)(struct wiphy *, struct wireless_dev *, struct linuxkpi_ieee80211_channel *, unsigned int, u64 *); global() member
H A Dmac80211.h1048 int (*remain_on_channel)(struct ieee80211_hw *, struct ieee80211_vif *, struct ieee80211_channel *, int, enum ieee80211_roc_type);
987 int (*remain_on_channel)(struct ieee80211_hw *, struct ieee80211_vif *, struct ieee80211_channel *, int, enum ieee80211_roc_type); global() 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,