Home
last modified time | relevance | path

Searched refs:p2p_ps_vif (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dchannel.c1466 sc->p2p_ps_vif = avp; in ath9k_update_p2p_ps()
1558 struct ath_vif *avp = sc->p2p_ps_vif; in ath9k_p2p_ps_timer()
1618 if (sc->p2p_ps_vif) in ath9k_p2p_beacon_sync()
1619 ath9k_update_p2p_ps(sc, sc->p2p_ps_vif->vif); in ath9k_p2p_beacon_sync()
1628 if (avp == sc->p2p_ps_vif) { in ath9k_p2p_remove_vif()
1629 sc->p2p_ps_vif = NULL; in ath9k_p2p_remove_vif()
Dath9k.h1007 struct ath_vif *p2p_ps_vif; member