Lines Matching refs:ndev
175 struct net_device *ndev, in wil_cfg80211_get_station() argument
230 struct net_device *ndev, in wil_cfg80211_change_iface() argument
397 struct net_device *ndev, in wil_cfg80211_connect() argument
515 netif_carrier_on(ndev); in wil_cfg80211_connect()
530 struct net_device *ndev, in wil_cfg80211_disconnect() argument
626 struct net_device *ndev, in wil_cfg80211_add_key() argument
642 struct net_device *ndev, in wil_cfg80211_del_key() argument
657 struct net_device *ndev, in wil_cfg80211_set_default_key() argument
762 struct net_device *ndev, in _wil_cfg80211_start_ap() argument
770 struct wireless_dev *wdev = ndev->ieee80211_ptr; in _wil_cfg80211_start_ap()
794 netif_carrier_on(ndev); in _wil_cfg80211_start_ap()
809 netif_carrier_off(ndev); in _wil_cfg80211_start_ap()
816 struct net_device *ndev, in wil_cfg80211_change_beacon() argument
838 struct wireless_dev *wdev = ndev->ieee80211_ptr; in wil_cfg80211_change_beacon()
843 rc = _wil_cfg80211_start_ap(wiphy, ndev, wdev->ssid, in wil_cfg80211_change_beacon()
856 struct net_device *ndev, in wil_cfg80211_start_ap() argument
908 rc = _wil_cfg80211_start_ap(wiphy, ndev, in wil_cfg80211_start_ap()
917 struct net_device *ndev) in wil_cfg80211_stop_ap() argument
923 netif_carrier_off(ndev); in wil_cfg80211_stop_ap()
957 struct net_device *ndev = wil_to_ndev(wil); in wil_probe_client_handle() local
964 cfg80211_probe_status(ndev, sta->addr, req->cookie, alive, GFP_KERNEL); in wil_probe_client_handle()