Searched refs:p2p_vif (Results 1 – 2 of 2) sorted by relevance
561 struct ieee80211_vif *p2p_vif; member623 WARN_ON(power_iterator->p2p_vif); in iwl_mvm_power_get_vifs_iterator()624 power_iterator->p2p_vif = vif; in iwl_mvm_power_get_vifs_iterator()660 if (vifs->p2p_vif) in iwl_mvm_power_set_pm()661 p2p_mvmvif = iwl_mvm_vif_from_mac80211(vifs->p2p_vif); in iwl_mvm_power_set_pm()979 if (vifs.p2p_vif) { in iwl_mvm_power_update_mac()980 ret = iwl_mvm_power_send_cmd(mvm, vifs.p2p_vif); in iwl_mvm_power_update_mac()
2155 struct brcmf_cfg80211_vif *p2p_vif; in brcmf_p2p_create_p2pdev() local2164 p2p_vif = brcmf_alloc_vif(p2p->cfg, NL80211_IFTYPE_P2P_DEVICE); in brcmf_p2p_create_p2pdev()2165 if (IS_ERR(p2p_vif)) { in brcmf_p2p_create_p2pdev()2167 return (struct wireless_dev *)p2p_vif; in brcmf_p2p_create_p2pdev()2182 brcmf_cfg80211_arm_vif_event(p2p->cfg, p2p_vif); in brcmf_p2p_create_p2pdev()2206 p2p_ifp = p2p_vif->ifp; in brcmf_p2p_create_p2pdev()2207 p2p->bss_idx[P2PAPI_BSSCFG_DEVICE].vif = p2p_vif; in brcmf_p2p_create_p2pdev()2209 memcpy(&p2p_vif->wdev.address, p2p->dev_addr, sizeof(p2p->dev_addr)); in brcmf_p2p_create_p2pdev()2225 return &p2p_vif->wdev; in brcmf_p2p_create_p2pdev()2228 brcmf_free_vif(p2p_vif); in brcmf_p2p_create_p2pdev()