Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Devent.c227 if (wl->roc_vif) in wlcore_event_roc_complete()
Dwlcore.h342 struct ieee80211_vif *roc_vif; member
Dmain.c2682 if (wl->roc_vif == vif) { in __wl1271_op_remove_interface()
2683 wl->roc_vif = NULL; in __wl1271_op_remove_interface()
5543 if (WARN_ON(wl->roc_vif || in wlcore_op_remain_on_channel()
5558 wl->roc_vif = vif; in wlcore_op_remain_on_channel()
5574 if (unlikely(!wl->roc_vif)) in __wlcore_roc_completed()
5577 wlvif = wl12xx_vif_to_data(wl->roc_vif); in __wlcore_roc_completed()
5586 wl->roc_vif = NULL; in __wlcore_roc_completed()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dmain.c1050 vif = sc->offchannel.roc_vif; in ath9k_set_offchannel_state()
2244 if (sc->offchannel.roc_vif) { in ath9k_cancel_pending_offchannel()
2322 if (WARN_ON(sc->offchannel.roc_vif)) { in ath9k_remain_on_channel()
2328 sc->offchannel.roc_vif = vif; in ath9k_remain_on_channel()
2357 if (sc->offchannel.roc_vif) { in ath9k_cancel_remain_on_channel()
Dchannel.c897 } else if (sc->offchannel.roc_vif) { in ath_offchannel_next()
898 vif = sc->offchannel.roc_vif; in ath_offchannel_next()
927 sc->offchannel.roc_vif = NULL; in ath_roc_complete()
Dath9k.h421 struct ieee80211_vif *roc_vif; member