Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/orinoco/
Dcfg.c26 struct orinoco_private *priv = wiphy_priv(wiphy); in orinoco_wiphy_init()
36 struct orinoco_private *priv = wiphy_priv(wiphy); in orinoco_wiphy_register()
102 struct orinoco_private *priv = wiphy_priv(wiphy); in orinoco_change_vif()
144 struct orinoco_private *priv = wiphy_priv(wiphy); in orinoco_scan()
168 struct orinoco_private *priv = wiphy_priv(wiphy); in orinoco_set_channel()
206 struct orinoco_private *priv = wiphy_priv(wiphy); in orinoco_set_wiphy_params()
Dmain.c2189 priv = wiphy_priv(wiphy); in alloc_orinocodev()
/linux-2.6.39/net/mac80211/
Dcfg.c27 struct ieee80211_local *local = wiphy_priv(wiphy); in ieee80211_add_iface()
730 struct ieee80211_local *local = wiphy_priv(wiphy); in ieee80211_add_station()
781 struct ieee80211_local *local = wiphy_priv(wiphy); in ieee80211_del_station()
799 struct ieee80211_local *local = wiphy_priv(wiphy); in ieee80211_change_station()
1164 struct ieee80211_local *local = wiphy_priv(wiphy); in ieee80211_change_bss()
1200 struct ieee80211_local *local = wiphy_priv(wiphy); in ieee80211_set_txq_params()
1233 struct ieee80211_local *local = wiphy_priv(wiphy); in ieee80211_set_channel()
1280 return __ieee80211_suspend(wiphy_priv(wiphy)); in ieee80211_suspend()
1285 return __ieee80211_resume(wiphy_priv(wiphy)); in ieee80211_resume()
1332 struct ieee80211_local *local = wiphy_priv(wiphy); in ieee80211_assoc()
[all …]
Dmain.c595 local = wiphy_priv(wiphy); in ieee80211_alloc_hw()
Dutil.c43 local = wiphy_priv(wiphy); in wiphy_to_ieee80211_hw()
/linux-2.6.39/drivers/net/wireless/libertas/
Dcfg.c437 struct lbs_private *priv = wiphy_priv(wiphy); in lbs_cfg_set_channel()
769 struct lbs_private *priv = wiphy_priv(wiphy); in lbs_cfg_scan()
1279 struct lbs_private *priv = wiphy_priv(wiphy); in lbs_cfg_connect()
1397 struct lbs_private *priv = wiphy_priv(wiphy); in lbs_cfg_disconnect()
1429 struct lbs_private *priv = wiphy_priv(wiphy); in lbs_cfg_set_default_key()
1447 struct lbs_private *priv = wiphy_priv(wiphy); in lbs_cfg_add_key()
1513 struct lbs_private *priv = wiphy_priv(wiphy); in lbs_cfg_del_key()
1546 struct lbs_private *priv = wiphy_priv(wiphy); in lbs_cfg_get_station()
1591 struct lbs_private *priv = wiphy_priv(wiphy); in lbs_get_survey()
1625 struct lbs_private *priv = wiphy_priv(wiphy); in lbs_change_intf()
[all …]
/linux-2.6.39/drivers/staging/wlan-ng/
Dcfg80211.c331 struct prism2_wiphy_private *priv = wiphy_priv(wiphy); in prism2_scan()
427 struct prism2_wiphy_private *priv = wiphy_priv(wiphy); in prism2_set_wiphy_params()
628 struct prism2_wiphy_private *priv = wiphy_priv(wiphy); in prism2_set_tx_power()
654 struct prism2_wiphy_private *priv = wiphy_priv(wiphy); in prism2_get_tx_power()
731 priv = wiphy_priv(wiphy); in wlan_create_wiphy()
/linux-2.6.39/drivers/net/wireless/
Drndis_wlan.c1860 struct rndis_wlan_private *priv = wiphy_priv(wiphy); in rndis_change_virtual_intf()
1882 struct rndis_wlan_private *priv = wiphy_priv(wiphy); in rndis_set_wiphy_params()
1905 struct rndis_wlan_private *priv = wiphy_priv(wiphy); in rndis_set_tx_power()
1931 struct rndis_wlan_private *priv = wiphy_priv(wiphy); in rndis_get_tx_power()
2144 struct rndis_wlan_private *priv = wiphy_priv(wiphy); in rndis_connect()
2267 struct rndis_wlan_private *priv = wiphy_priv(wiphy); in rndis_disconnect()
2281 struct rndis_wlan_private *priv = wiphy_priv(wiphy); in rndis_join_ibss()
2379 struct rndis_wlan_private *priv = wiphy_priv(wiphy); in rndis_leave_ibss()
2393 struct rndis_wlan_private *priv = wiphy_priv(wiphy); in rndis_set_channel()
2404 struct rndis_wlan_private *priv = wiphy_priv(wiphy); in rndis_add_key()
[all …]
/linux-2.6.39/drivers/staging/brcm80211/brcmfmac/
Dwl_cfg80211.h333 #define wiphy_to_wl(w) ((struct wl_priv *)(wiphy_priv(w)))
/linux-2.6.39/drivers/net/wireless/iwmc3200wifi/
Diwm.h323 #define wiphy_to_iwm(w) (struct iwm_priv *)(wiphy_priv(w))
/linux-2.6.39/drivers/staging/ath6kl/os/linux/
Dcfg80211.c1079 struct ar6_softc *ar = (struct ar6_softc *)wiphy_priv(wiphy); in ar6k_cfg80211_set_wiphy_params()
1116 struct ar6_softc *ar = (struct ar6_softc *)wiphy_priv(wiphy); in ar6k_cfg80211_set_txpower()
1152 struct ar6_softc *ar = (struct ar6_softc *)wiphy_priv(wiphy); in ar6k_cfg80211_get_txpower()
/linux-2.6.39/include/net/
Dcfg80211.h1604 static inline void *wiphy_priv(struct wiphy *wiphy) in wiphy_priv() function
1793 return wiphy_priv(wdev->wiphy); in wdev_priv()
/linux-2.6.39/drivers/net/wireless/wl12xx/
Dmain.c357 hw = wiphy_priv(wiphy); in wl1271_dev_notify()