Home
last modified time | relevance | path

Searched refs:wl_config_ifmode (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_cfg80211.c877 static s32 wl_config_ifmode(struct bcm_cfg80211 *cfg, struct net_device *ndev, s32 iftype);
1946 if (wl_config_ifmode(cfg, new_ndev, type) < 0) { in wl_cfg80211_add_virtual_iface()
4216 if ((ret = wl_config_ifmode(cfg, new_ndev, iface_type)) < 0) { in wl_cfg80211_post_ifcreate()
5568 wl_config_ifmode(cfg, dev, dev->ieee80211_ptr->iftype); in wl_cfg80211_connect()
17490 static s32 wl_config_ifmode(struct bcm_cfg80211 *cfg, struct net_device *ndev, s32 iftype) in wl_config_ifmode() function
18069 err = wl_config_ifmode(cfg, ndev, wdev->iftype); in __wl_cfg80211_up()