| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_cfg80211.c | 135 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd) in wl_cfg80211_register_if() argument 137 return dhd_register_if(cfg->pub, ifidx, rtnl_lock_reqd); in wl_cfg80211_register_if() 141 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd) in wl_cfg80211_remove_if() argument 143 return dhd_remove_if(cfg->pub, ifidx, rtnl_lock_reqd); in wl_cfg80211_remove_if()
|
| H A D | wl_cfg80211.h | 1557 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd); 1559 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd); 1709 wl_if_event_info *event, u8 *addr, const char *name, bool rtnl_lock_reqd); 1710 extern s32 wl_cfg80211_post_ifdel(struct net_device *ndev, bool rtnl_lock_reqd);
|
| H A D | wl_cfg80211.c | 4092 const char *name, bool rtnl_lock_reqd) in wl_cfg80211_post_ifcreate() argument 4202 if (wl_cfg80211_register_if(cfg, event->ifidx, new_ndev, rtnl_lock_reqd) != BCME_OK) { in wl_cfg80211_post_ifcreate() 4237 wl_cfg80211_remove_if(cfg, event->ifidx, new_ndev, rtnl_lock_reqd); in wl_cfg80211_post_ifcreate() 4243 wl_cfg80211_cleanup_virtual_ifaces(struct net_device *dev, bool rtnl_lock_reqd) in wl_cfg80211_cleanup_virtual_ifaces() argument 4262 wl_cfg80211_post_ifdel(iter->ndev, rtnl_lock_reqd); in wl_cfg80211_cleanup_virtual_ifaces() 4271 wl_cfg80211_post_ifdel(struct net_device *ndev, bool rtnl_lock_reqd) in wl_cfg80211_post_ifdel() argument 4294 wl_cfg80211_remove_if(cfg, ifidx, ndev, rtnl_lock_reqd); in wl_cfg80211_post_ifdel()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_cfg80211.c | 137 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd) in wl_cfg80211_register_if() argument 139 return dhd_register_if(cfg->pub, ifidx, rtnl_lock_reqd); in wl_cfg80211_register_if() 143 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd) in wl_cfg80211_remove_if() argument 148 return dhd_remove_if(cfg->pub, ifidx, rtnl_lock_reqd); in wl_cfg80211_remove_if()
|
| H A D | wl_cfgvif.h | 120 void wl_cfg80211_cleanup_virtual_ifaces(struct bcm_cfg80211 *cfg, bool rtnl_lock_reqd);
|
| H A D | wl_cfg80211.h | 2721 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd); 2723 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd); 2886 wl_if_event_info *event, u8 *addr, const char *name, bool rtnl_lock_reqd); 2887 extern s32 wl_cfg80211_post_ifdel(struct net_device *ndev, bool rtnl_lock_reqd, s32 ifidx);
|
| H A D | wl_cfgvif.c | 1418 wl_cfg80211_cleanup_virtual_ifaces(struct bcm_cfg80211 *cfg, bool rtnl_lock_reqd) in wl_cfg80211_cleanup_virtual_ifaces() argument 1442 wl_cfg80211_post_ifdel(iter->ndev, rtnl_lock_reqd, 0); in wl_cfg80211_cleanup_virtual_ifaces()
|
| H A D | wl_cfg80211.c | 3592 const char *name, bool rtnl_lock_reqd) in wl_cfg80211_post_ifcreate() argument 3711 wl_cfg80211_remove_if(cfg, event->ifidx, new_ndev, rtnl_lock_reqd); in wl_cfg80211_post_ifcreate() 3736 if (wl_cfg80211_register_if(cfg, event->ifidx, new_ndev, rtnl_lock_reqd) in wl_cfg80211_post_ifcreate() 3743 wl_cfg80211_remove_if(cfg, event->ifidx, new_ndev, rtnl_lock_reqd); in wl_cfg80211_post_ifcreate() 3791 wl_cfg80211_remove_if(cfg, event->ifidx, new_ndev, rtnl_lock_reqd); in wl_cfg80211_post_ifcreate() 3870 wl_cfg80211_post_ifdel(struct net_device *ndev, bool rtnl_lock_reqd, s32 ifidx) in wl_cfg80211_post_ifdel() argument 3916 wl_cfg80211_remove_if(cfg, ifidx, ndev, rtnl_lock_reqd); in wl_cfg80211_post_ifdel()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_cfg80211.c | 157 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd) in wl_cfg80211_register_if() argument 159 return dhd_register_if(cfg->pub, ifidx, rtnl_lock_reqd); in wl_cfg80211_register_if() 163 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd) in wl_cfg80211_remove_if() argument 168 return dhd_remove_if(cfg->pub, ifidx, rtnl_lock_reqd); in wl_cfg80211_remove_if()
|
| H A D | wl_cfg80211.h | 2226 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd); 2228 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd); 2433 wl_if_event_info *event, u8 *addr, const char *name, bool rtnl_lock_reqd); 2434 extern s32 wl_cfg80211_post_ifdel(struct net_device *ndev, bool rtnl_lock_reqd, s32 ifidx); 2520 void wl_cfg80211_cleanup_virtual_ifaces(struct bcm_cfg80211 *cfg, bool rtnl_lock_reqd);
|
| H A D | wl_cfg80211.c | 4596 const char *name, bool rtnl_lock_reqd) argument 4680 wl_cfg80211_remove_if(cfg, event->ifidx, new_ndev, rtnl_lock_reqd); 4691 if (wl_cfg80211_register_if(cfg, event->ifidx, new_ndev, rtnl_lock_reqd) 4698 wl_cfg80211_remove_if(cfg, event->ifidx, new_ndev, rtnl_lock_reqd); 4742 wl_cfg80211_remove_if(cfg, event->ifidx, new_ndev, rtnl_lock_reqd); 4821 wl_cfg80211_cleanup_virtual_ifaces(struct bcm_cfg80211 *cfg, bool rtnl_lock_reqd) argument 4845 wl_cfg80211_post_ifdel(iter->ndev, rtnl_lock_reqd, 0); 4852 wl_cfg80211_post_ifdel(struct net_device *ndev, bool rtnl_lock_reqd, s32 ifidx) argument 4896 wl_cfg80211_remove_if(cfg, ifidx, ndev, rtnl_lock_reqd);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_cfg80211.c | 157 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd) in wl_cfg80211_register_if() argument 159 return dhd_register_if(cfg->pub, ifidx, rtnl_lock_reqd); in wl_cfg80211_register_if() 163 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd) in wl_cfg80211_remove_if() argument 168 return dhd_remove_if(cfg->pub, ifidx, rtnl_lock_reqd); in wl_cfg80211_remove_if()
|
| H A D | wl_cfg80211.h | 2290 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd); 2292 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd); 2497 wl_if_event_info *event, u8 *addr, const char *name, bool rtnl_lock_reqd); 2498 extern s32 wl_cfg80211_post_ifdel(struct net_device *ndev, bool rtnl_lock_reqd, s32 ifidx); 2584 void wl_cfg80211_cleanup_virtual_ifaces(struct bcm_cfg80211 *cfg, bool rtnl_lock_reqd);
|
| H A D | wl_cfg80211.c | 4723 const char *name, bool rtnl_lock_reqd) argument 4807 wl_cfg80211_remove_if(cfg, event->ifidx, new_ndev, rtnl_lock_reqd); 4818 if (wl_cfg80211_register_if(cfg, event->ifidx, new_ndev, rtnl_lock_reqd) 4825 wl_cfg80211_remove_if(cfg, event->ifidx, new_ndev, rtnl_lock_reqd); 4869 wl_cfg80211_remove_if(cfg, event->ifidx, new_ndev, rtnl_lock_reqd); 4948 wl_cfg80211_cleanup_virtual_ifaces(struct bcm_cfg80211 *cfg, bool rtnl_lock_reqd) argument 4972 wl_cfg80211_post_ifdel(iter->ndev, rtnl_lock_reqd, 0); 4979 wl_cfg80211_post_ifdel(struct net_device *ndev, bool rtnl_lock_reqd, s32 ifidx) argument 5023 wl_cfg80211_remove_if(cfg, ifidx, ndev, rtnl_lock_reqd);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_cfg80211.c | 137 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd) in wl_cfg80211_register_if() argument 139 return dhd_register_if(cfg->pub, ifidx, rtnl_lock_reqd); in wl_cfg80211_register_if() 143 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd) in wl_cfg80211_remove_if() argument 148 return dhd_remove_if(cfg->pub, ifidx, rtnl_lock_reqd); in wl_cfg80211_remove_if()
|
| H A D | wl_cfgvif.h | 120 void wl_cfg80211_cleanup_virtual_ifaces(struct bcm_cfg80211 *cfg, bool rtnl_lock_reqd);
|
| H A D | wl_cfg80211.h | 2724 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd); 2726 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd); 2889 wl_if_event_info *event, u8 *addr, const char *name, bool rtnl_lock_reqd); 2890 extern s32 wl_cfg80211_post_ifdel(struct net_device *ndev, bool rtnl_lock_reqd, s32 ifidx);
|
| H A D | wl_cfgvif.c | 1424 wl_cfg80211_cleanup_virtual_ifaces(struct bcm_cfg80211 *cfg, bool rtnl_lock_reqd) in wl_cfg80211_cleanup_virtual_ifaces() argument 1448 wl_cfg80211_post_ifdel(iter->ndev, rtnl_lock_reqd, 0); in wl_cfg80211_cleanup_virtual_ifaces()
|
| H A D | wl_cfg80211.c | 3606 const char *name, bool rtnl_lock_reqd) in wl_cfg80211_post_ifcreate() argument 3725 wl_cfg80211_remove_if(cfg, event->ifidx, new_ndev, rtnl_lock_reqd); in wl_cfg80211_post_ifcreate() 3750 if (wl_cfg80211_register_if(cfg, event->ifidx, new_ndev, rtnl_lock_reqd) in wl_cfg80211_post_ifcreate() 3757 wl_cfg80211_remove_if(cfg, event->ifidx, new_ndev, rtnl_lock_reqd); in wl_cfg80211_post_ifcreate() 3805 wl_cfg80211_remove_if(cfg, event->ifidx, new_ndev, rtnl_lock_reqd); in wl_cfg80211_post_ifcreate() 3884 wl_cfg80211_post_ifdel(struct net_device *ndev, bool rtnl_lock_reqd, s32 ifidx) in wl_cfg80211_post_ifdel() argument 3930 wl_cfg80211_remove_if(cfg, ifidx, ndev, rtnl_lock_reqd); in wl_cfg80211_post_ifdel()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_cfg80211.c | 157 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd) in wl_cfg80211_register_if() argument 159 return dhd_register_if(cfg->pub, ifidx, rtnl_lock_reqd); in wl_cfg80211_register_if() 163 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd) in wl_cfg80211_remove_if() argument 168 return dhd_remove_if(cfg->pub, ifidx, rtnl_lock_reqd); in wl_cfg80211_remove_if()
|
| H A D | wl_cfg80211.h | 2290 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd); 2292 int ifidx, struct net_device* ndev, bool rtnl_lock_reqd); 2497 wl_if_event_info *event, u8 *addr, const char *name, bool rtnl_lock_reqd); 2498 extern s32 wl_cfg80211_post_ifdel(struct net_device *ndev, bool rtnl_lock_reqd, s32 ifidx); 2584 void wl_cfg80211_cleanup_virtual_ifaces(struct bcm_cfg80211 *cfg, bool rtnl_lock_reqd);
|
| H A D | wl_cfg80211.c | 4725 const char *name, bool rtnl_lock_reqd) argument 4809 wl_cfg80211_remove_if(cfg, event->ifidx, new_ndev, rtnl_lock_reqd); 4820 if (wl_cfg80211_register_if(cfg, event->ifidx, new_ndev, rtnl_lock_reqd) 4827 wl_cfg80211_remove_if(cfg, event->ifidx, new_ndev, rtnl_lock_reqd); 4871 wl_cfg80211_remove_if(cfg, event->ifidx, new_ndev, rtnl_lock_reqd); 4950 wl_cfg80211_cleanup_virtual_ifaces(struct bcm_cfg80211 *cfg, bool rtnl_lock_reqd) argument 4974 wl_cfg80211_post_ifdel(iter->ndev, rtnl_lock_reqd, 0); 4981 wl_cfg80211_post_ifdel(struct net_device *ndev, bool rtnl_lock_reqd, s32 ifidx) argument 5025 wl_cfg80211_remove_if(cfg, ifidx, ndev, rtnl_lock_reqd);
|