Lines Matching refs:cfgdev
822 bcm_struct_cfgdev *cfgdev; in wl_cfgp2p_enable_discovery() local
873 cfgdev = cfg->p2p_wdev; in wl_cfgp2p_enable_discovery()
876 cfgdev = ndev_to_cfgdev(dev); in wl_cfgp2p_enable_discovery()
878 ret = wl_cfg80211_set_mgmt_vndr_ies(cfg, cfgdev, in wl_cfgp2p_enable_discovery()
1405 wl_cfgp2p_listen_complete(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_cfgp2p_listen_complete() argument
1411 if (!cfg || !cfg->p2p || !cfgdev) in wl_cfgp2p_listen_complete()
1416 PRINT_WDEV_INFO(cfgdev); in wl_cfgp2p_listen_complete()
1419 ndev = cfgdev_to_wlc_ndev(cfgdev, cfg); in wl_cfgp2p_listen_complete()
1427 if (cfgdev && ((struct wireless_dev *)cfgdev)->wiphy) { in wl_cfgp2p_listen_complete()
1428 cfg80211_remain_on_channel_expired(cfgdev, cfg->last_roc_id, in wl_cfgp2p_listen_complete()
1435 cfg80211_remain_on_channel_expired(cfgdev, cfg->last_roc_id, in wl_cfgp2p_listen_complete()
1480 if (cfgdev && ((struct wireless_dev *)cfgdev)->wiphy && in wl_cfgp2p_listen_complete()
1493 if (cfgdev && ((struct wireless_dev *)cfgdev)->wiphy) in wl_cfgp2p_listen_complete()
1494 cfg80211_remain_on_channel_expired(cfgdev, in wl_cfgp2p_listen_complete()
1671 wl_cfgp2p_action_tx_complete(struct bcm_cfg80211 *cfg, bcm_struct_cfgdev *cfgdev, in wl_cfgp2p_action_tx_complete() argument
1682 ndev = cfgdev_to_wlc_ndev(cfgdev, cfg); in wl_cfgp2p_action_tx_complete()