/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | events.c | 6553 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 D | driver_i.h | 454 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 D | driver.h | 4057 int (*remain_on_channel)(void *priv, unsigned int freq, member 6404 struct remain_on_channel { struct 6414 } remain_on_channel; member
|
H A D | driver_nl80211_event.c | 1879 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 D | driver_nl80211.c | 14052 .remain_on_channel = wpa_driver_nl80211_remain_on_channel,
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | init.c | 212 dev->ops->remain_on_channel = NULL; in mt7615_check_offload_capability()
|
H A D | main.c | 1364 .remain_on_channel = mt7615_remain_on_channel,
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt792x_core.c | 681 ops->remain_on_channel = NULL; in mt792x_get_mac80211_ops()
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | mld-mac80211.c | 1393 .remain_on_channel = iwl_mvm_mld_roc,
|
H A D | mac80211.c | 6592 .remain_on_channel = iwl_mvm_roc,
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | mac80211.c | 1185 .remain_on_channel = rtw89_ops_remain_on_channel,
|
H A D | core.c | 4732 ops->remain_on_channel = NULL;
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/ |
H A D | main.c | 1365 .remain_on_channel = mt7921_remain_on_channel,
|
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | cfg80211.h | 1282 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 D | mac80211.h | 1048 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 D | mac.c | 9135 .remain_on_channel = ath11k_mac_op_remain_on_channel,
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | mac.c | 9476 .remain_on_channel = ath10k_remain_on_channel,
|