Searched refs:p2p_ndev (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_cfgvif.c | 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() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_cfgvif.c | 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() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_cfg80211.c | 2561 struct net_device *p2p_ndev = NULL; local 2563 p2p_ndev = wl_to_p2p_bss_ndev(cfg, 2578 if (p2p_ndev && p2p_ndev->ieee80211_ptr) { 2579 if (p2p_ndev->ieee80211_ptr->iftype == NL80211_IFTYPE_P2P_GO) { 2583 if (p2p_ndev->ieee80211_ptr->iftype == NL80211_IFTYPE_P2P_CLIENT) { 2817 struct net_device *p2p_ndev = NULL; local 2818 p2p_ndev = wl_to_p2p_bss_ndev(cfg, P2PAPI_BSSCFG_CONNECTION1); 2820 if (new_wl_iftype == WL_IF_TYPE_P2P_DISC && p2p_ndev && 2821 p2p_ndev->ieee80211_ptr && 2822 is_p2p_group_iface(p2p_ndev->ieee80211_ptr)) {
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_cfg80211.c | 2559 struct net_device *p2p_ndev = NULL; local 2561 p2p_ndev = wl_to_p2p_bss_ndev(cfg, 2576 if (p2p_ndev && p2p_ndev->ieee80211_ptr) { 2577 if (p2p_ndev->ieee80211_ptr->iftype == NL80211_IFTYPE_P2P_GO) { 2581 if (p2p_ndev->ieee80211_ptr->iftype == NL80211_IFTYPE_P2P_CLIENT) { 2815 struct net_device *p2p_ndev = NULL; local 2816 p2p_ndev = wl_to_p2p_bss_ndev(cfg, P2PAPI_BSSCFG_CONNECTION1); 2818 if (new_wl_iftype == WL_IF_TYPE_P2P_DISC && p2p_ndev && 2819 p2p_ndev->ieee80211_ptr && 2820 is_p2p_group_iface(p2p_ndev->ieee80211_ptr)) {
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_cfg80211.c | 2436 struct net_device *p2p_ndev = NULL; local 2438 p2p_ndev = wl_to_p2p_bss_ndev(cfg, 2453 if (p2p_ndev && p2p_ndev->ieee80211_ptr) { 2454 if (p2p_ndev->ieee80211_ptr->iftype == NL80211_IFTYPE_P2P_GO) { 2458 if (p2p_ndev->ieee80211_ptr->iftype == NL80211_IFTYPE_P2P_CLIENT) { 2692 struct net_device *p2p_ndev = NULL; local 2693 p2p_ndev = wl_to_p2p_bss_ndev(cfg, P2PAPI_BSSCFG_CONNECTION1); 2695 if (new_wl_iftype == WL_IF_TYPE_P2P_DISC && p2p_ndev && 2696 p2p_ndev->ieee80211_ptr && 2697 is_p2p_group_iface(p2p_ndev->ieee80211_ptr)) {
|