Home
last modified time | relevance | path

Searched refs:roc_vif (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
Drsi_main.h327 struct ieee80211_vif *roc_vif; member
Drsi_91x_mac80211.c1778 common->roc_vif = vif; in rsi_mac80211_roc()
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
Devent.c296 if (wl->roc_vif) in wlcore_event_roc_complete()
Dwlcore.h330 struct ieee80211_vif *roc_vif; member
Dmain.c2687 if (wl->roc_vif == vif) { in __wl1271_op_remove_interface()
2688 wl->roc_vif = NULL; in __wl1271_op_remove_interface()
5663 if (wl->roc_vif || active_roc < WL12XX_MAX_ROLES) { in wlcore_op_remain_on_channel()
5679 wl->roc_vif = vif; in wlcore_op_remain_on_channel()
5696 if (unlikely(!wl->roc_vif)) in __wlcore_roc_completed()
5699 wlvif = wl12xx_vif_to_data(wl->roc_vif); in __wlcore_roc_completed()
5708 wl->roc_vif = NULL; in __wlcore_roc_completed()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
Dmain.c1158 vif = sc->offchannel.roc_vif; in ath9k_set_offchannel_state()
2407 if (sc->offchannel.roc_vif) { in ath9k_cancel_pending_offchannel()
2485 if (WARN_ON(sc->offchannel.roc_vif)) { in ath9k_remain_on_channel()
2491 sc->offchannel.roc_vif = vif; in ath9k_remain_on_channel()
2521 if (sc->offchannel.roc_vif) { in ath9k_cancel_remain_on_channel()
Dchannel.c918 } else if (sc->offchannel.roc_vif) { in ath_offchannel_next()
919 vif = sc->offchannel.roc_vif; in ath_offchannel_next()
943 sc->offchannel.roc_vif = NULL; in ath_roc_complete()
Dath9k.h422 struct ieee80211_vif *roc_vif; member