/kernel/linux/linux-5.10/drivers/net/wireless/ |
H A D | virt_wifi.c | 312 wiphy_debug(wiphy, "get_station\n"); in virt_wifi_get_station() 352 .get_station = virt_wifi_get_station,
|
H A D | rndis_wlan.c | 535 .get_station = rndis_get_station,
|
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/ |
H A D | virt_wifi.c | 312 wiphy_debug(wiphy, "get_station\n"); in virt_wifi_get_station() 352 .get_station = virt_wifi_get_station,
|
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
H A D | cfg80211.c | 726 static int get_station(struct wiphy *wiphy, struct net_device *dev, in get_station() function 1677 .get_station = get_station,
|
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/ |
H A D | cfg80211.c | 742 static int get_station(struct wiphy *wiphy, struct net_device *dev, in get_station() function 1731 .get_station = get_station,
|
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/ |
H A D | cfg80211.c | 659 .get_station = prism2_get_station,
|
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/ |
H A D | cfg80211.c | 663 .get_station = prism2_get_station,
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | wext-compat.c | 1261 if (!rdev->ops->get_station) in cfg80211_wext_giwrate() 1303 if (!rdev->ops->get_station) in cfg80211_wireless_stats()
|
H A D | util.c | 2013 if (!rdev->ops->get_station) in cfg80211_get_station()
|
H A D | rdev-ops.h | 223 ret = rdev->ops->get_station(&rdev->wiphy, dev, mac, sinfo); in rdev_get_station()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | wext-compat.c | 1340 if (!rdev->ops->get_station) in cfg80211_wext_giwrate() 1386 if (!rdev->ops->get_station) in cfg80211_wireless_stats()
|
H A D | util.c | 2402 if (!rdev->ops->get_station) in cfg80211_get_station()
|
H A D | rdev-ops.h | 234 ret = rdev->ops->get_station(&rdev->wiphy, dev, mac, sinfo); in rdev_get_station()
|
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | cfg80211.c | 1027 .get_station = qtnf_get_station,
|
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | cfg80211.c | 1014 .get_station = qtnf_get_station,
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
H A D | cfg.c | 2026 .get_station = lbs_cfg_get_station,
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/ |
H A D | cfg.c | 2074 .get_station = lbs_cfg_get_station,
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 1609 * Station information filled by driver for get_station() and dump_station. 1783 * in during get_station() or dump_station(). 3638 * @get_station: get station information for the station identified by @mac 3979 int (*get_station)(struct wiphy *wiphy, struct net_device *dev, member
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_cfg80211.c | 2708 .get_station = cfg80211_rtw_get_station,
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | cfg80211.c | 523 wil_dbg_misc(wil, "get_station: %pM CID %d MID %d\n", mac, cid, in wil_cfg80211_get_station() 2623 .get_station = wil_cfg80211_get_station,
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfg80211.c | 4168 .get_station = mwifiex_cfg80211_get_station,
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | cfg80211.c | 3447 .get_station = ath6kl_get_station,
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_cfg80211.c | 3333 .get_station = cfg80211_rtw_get_station,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 1878 * Station information filled by driver for get_station() and dump_station. 1944 * information in cfg80211_del_sta_sinfo(), get_station() and 1955 * fill this information in cfg80211_del_sta_sinfo(), get_station() and 2124 * in during get_station() or dump_station(). 4088 * @get_station: get station information for the station identified by @mac 4466 int (*get_station)(struct wiphy *wiphy, struct net_device *dev, member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | cfg80211.c | 3449 .get_station = ath6kl_get_station,
|