Lines Matching refs:p2p_ndev
495 struct net_device *p2p_ndev = NULL; in wl_cfg80211_get_sec_iface() local
497 p2p_ndev = wl_to_p2p_bss_ndev(cfg, in wl_cfg80211_get_sec_iface()
513 if (p2p_ndev && p2p_ndev->ieee80211_ptr) { in wl_cfg80211_get_sec_iface()
514 if (p2p_ndev->ieee80211_ptr->iftype == NL80211_IFTYPE_P2P_GO) { in wl_cfg80211_get_sec_iface()
521 if (p2p_ndev->ieee80211_ptr->iftype == NL80211_IFTYPE_STATION) { in wl_cfg80211_get_sec_iface()
526 if (p2p_ndev->ieee80211_ptr->iftype == NL80211_IFTYPE_P2P_CLIENT) { in wl_cfg80211_get_sec_iface()
754 struct net_device *p2p_ndev = NULL; in wl_cfg80211_is_associated_discovery() local
755 p2p_ndev = wl_to_p2p_bss_ndev(cfg, P2PAPI_BSSCFG_CONNECTION1); in wl_cfg80211_is_associated_discovery()
757 if (new_wl_iftype == WL_IF_TYPE_P2P_DISC && p2p_ndev && in wl_cfg80211_is_associated_discovery()
758 p2p_ndev->ieee80211_ptr && in wl_cfg80211_is_associated_discovery()
759 is_p2p_group_iface(p2p_ndev->ieee80211_ptr)) { in wl_cfg80211_is_associated_discovery()