• Home
  • Raw
  • Download

Lines Matching refs:wdev

181 mwifiex_cfg80211_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev,  in mwifiex_cfg80211_mgmt_tx()  argument
189 struct mwifiex_private *priv = mwifiex_netdev_get_priv(wdev->netdev); in mwifiex_cfg80211_mgmt_tx()
220 cfg80211_mgmt_tx_status(wdev, *cookie, buf, len, true, GFP_ATOMIC); in mwifiex_cfg80211_mgmt_tx()
231 struct wireless_dev *wdev, in mwifiex_cfg80211_mgmt_frame_register() argument
234 struct mwifiex_private *priv = mwifiex_netdev_get_priv(wdev->netdev); in mwifiex_cfg80211_mgmt_frame_register()
252 struct wireless_dev *wdev, in mwifiex_cfg80211_remain_on_channel() argument
256 struct mwifiex_private *priv = mwifiex_netdev_get_priv(wdev->netdev); in mwifiex_cfg80211_remain_on_channel()
278 cfg80211_ready_on_channel(wdev, *cookie, chan, in mwifiex_cfg80211_remain_on_channel()
292 struct wireless_dev *wdev, u64 cookie) in mwifiex_cfg80211_cancel_remain_on_channel() argument
294 struct mwifiex_private *priv = mwifiex_netdev_get_priv(wdev->netdev); in mwifiex_cfg80211_cancel_remain_on_channel()
304 cfg80211_remain_on_channel_expired(wdev, cookie, in mwifiex_cfg80211_cancel_remain_on_channel()
321 struct wireless_dev *wdev, in mwifiex_cfg80211_set_tx_power() argument
1487 chan = __ieee80211_get_channel(priv->wdev->wiphy, in mwifiex_cfg80211_inform_ibss_bss()
1491 bss = cfg80211_inform_bss(priv->wdev->wiphy, chan, in mwifiex_cfg80211_inform_ibss_bss()
1494 cfg80211_put_bss(priv->wdev->wiphy, bss); in mwifiex_cfg80211_inform_ibss_bss()
1617 bss = cfg80211_get_bss(priv->wdev->wiphy, channel, in mwifiex_cfg80211_assoc()
1622 bss = cfg80211_get_bss(priv->wdev->wiphy, channel, in mwifiex_cfg80211_assoc()
1720 struct wiphy *wiphy = priv->wdev->wiphy; in mwifiex_set_ibss_params()
1857 struct net_device *dev = request->wdev->netdev; in mwifiex_cfg80211_scan()
2056 struct wireless_dev *wdev; in mwifiex_add_virtual_intf() local
2072 wdev = kzalloc(sizeof(struct wireless_dev), GFP_KERNEL); in mwifiex_add_virtual_intf()
2073 if (!wdev) in mwifiex_add_virtual_intf()
2076 wdev->wiphy = wiphy; in mwifiex_add_virtual_intf()
2077 priv->wdev = wdev; in mwifiex_add_virtual_intf()
2078 wdev->iftype = NL80211_IFTYPE_STATION; in mwifiex_add_virtual_intf()
2100 wdev = kzalloc(sizeof(struct wireless_dev), GFP_KERNEL); in mwifiex_add_virtual_intf()
2101 if (!wdev) in mwifiex_add_virtual_intf()
2104 priv->wdev = wdev; in mwifiex_add_virtual_intf()
2105 wdev->wiphy = wiphy; in mwifiex_add_virtual_intf()
2106 wdev->iftype = NL80211_IFTYPE_AP; in mwifiex_add_virtual_intf()
2125 wdev = kzalloc(sizeof(struct wireless_dev), GFP_KERNEL); in mwifiex_add_virtual_intf()
2126 if (!wdev) in mwifiex_add_virtual_intf()
2129 priv->wdev = wdev; in mwifiex_add_virtual_intf()
2130 wdev->wiphy = wiphy; in mwifiex_add_virtual_intf()
2135 wdev->iftype = NL80211_IFTYPE_P2P_CLIENT; in mwifiex_add_virtual_intf()
2184 dev->ieee80211_ptr = priv->wdev; in mwifiex_add_virtual_intf()
2214 return wdev; in mwifiex_add_virtual_intf()
2221 int mwifiex_del_virtual_intf(struct wiphy *wiphy, struct wireless_dev *wdev) in mwifiex_del_virtual_intf() argument
2223 struct mwifiex_private *priv = mwifiex_netdev_get_priv(wdev->netdev); in mwifiex_del_virtual_intf()
2234 if (wdev->netdev->reg_state == NETREG_REGISTERED) in mwifiex_del_virtual_intf()
2235 unregister_netdevice(wdev->netdev); in mwifiex_del_virtual_intf()