Searched refs:probe_client (Results 1 – 5 of 5) sorted by relevance
| /linux/net/wireless/ |
| H A D | rdev-ops.h | 956 ret = rdev->ops->probe_client(&rdev->wiphy, dev, peer, cookie); in rdev_probe_client()
|
| H A D | nl80211.c | 2236 CMD(probe_client, PROBE_CLIENT); in nl80211_add_commands_unsplit() 15371 if (!rdev->ops->probe_client) in nl80211_probe_client()
|
| /linux/include/net/ |
| H A D | cfg80211.h | 4688 * @probe_client: probe an associated client, must return a cookie that it 5074 int (*probe_client)(struct wiphy *wiphy, struct net_device *dev, 9317 * @cookie: the cookie filled in @probe_client previously 5077 int (*probe_client)(struct wiphy *wiphy, struct net_device *dev, global() member
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | cfg80211.c | 4722 ops->probe_client = mwifiex_cfg80211_probe_client; in mwifiex_register_cfg80211()
|
| /linux/net/mac80211/ |
| H A D | cfg.c | 5602 .probe_client = ieee80211_probe_client,
|