Lines Matching defs:vif
209 struct ieee80211_vif *vif)
211 struct rtw89_vif *rtwvif = (struct rtw89_vif *)vif->drv_priv;
224 rtw89_fw_h2c_p2p_act(rtwdev, vif, NULL, act, noa_id);
229 struct ieee80211_vif *vif)
231 struct rtw89_vif *rtwvif = (struct rtw89_vif *)vif->drv_priv;
237 desc = &vif->bss_conf.p2p_noa_attr.desc[noa_id];
246 rtw89_fw_h2c_p2p_act(rtwdev, vif, desc, act, noa_id);
251 void rtw89_process_p2p_ps(struct rtw89_dev *rtwdev, struct ieee80211_vif *vif)
253 rtw89_p2p_disable_all_noa(rtwdev, vif);
254 rtw89_p2p_update_noa(rtwdev, vif);
259 struct ieee80211_vif *vif, *found_vif = NULL;
269 vif = rtwvif_to_vif(rtwvif);
271 if (vif->type != NL80211_IFTYPE_STATION) {
277 found_vif = vif;