Home
last modified time | relevance | path

Searched refs:pure_monitor_mode_vif (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/rtw89/
H A Dmac80211.c224 rtwdev->pure_monitor_mode_vif = vif->type == NL80211_IFTYPE_MONITOR ? in rtw89_ops_add_interface()
273 rtwdev->pure_monitor_mode_vif = NULL; in rtw89_ops_remove_interface()
H A Dcore.c497 bool mon = !!rtwdev->pure_monitor_mode_vif; in rtw89_chip_rfk_channel()
522 struct rtw89_vif *rtwvif = rtwdev->pure_monitor_mode_vif; in rtw89_chip_rfk_channel_for_pure_mon_vif()
H A Dcore.h6280 struct rtw89_vif *pure_monitor_mode_vif; member