Lines Matching defs:vif
217 struct ieee80211_vif *vif,
228 if (!vif) {
233 rtwvif = (struct rtw89_vif *)vif->drv_priv;
266 struct ieee80211_vif *vif,
307 ret = rtw89_cam_attach_sec_cam(rtwdev, vif, sta, key, sec_cam);
325 struct ieee80211_vif *vif,
366 ret = rtw89_cam_sec_key_install(rtwdev, vif, sta, key, hw_key_type,
378 struct ieee80211_vif *vif,
392 if (!vif) {
397 rtwvif = (struct rtw89_vif *)vif->drv_priv;
429 struct ieee80211_vif *vif,
436 rtw89_cam_sec_key_del(rtwdev, vif, sta, key, false);
611 struct ieee80211_vif *vif = rtwvif_to_vif(rtwvif);
613 u8 bss_color = vif->bss_conf.he_bss_color.color;
616 if (vif->bss_conf.nontransmitted)
656 struct ieee80211_vif *vif = rtwvif_to_vif(rtwvif);
713 FWCMD_SET_ADDR_AID12(cmd, vif->cfg.aid & 0xfff);