Home
last modified time | relevance | path

Searched refs:probe_client (Results 1 – 5 of 5) sorted by relevance

/linux/net/wireless/
H A Drdev-ops.h956 ret = rdev->ops->probe_client(&rdev->wiphy, dev, peer, cookie); in rdev_probe_client()
H A Dnl80211.c2236 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 Dcfg80211.h4688 * @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 Dcfg80211.c4722 ops->probe_client = mwifiex_cfg80211_probe_client; in mwifiex_register_cfg80211()
/linux/net/mac80211/
H A Dcfg.c5602 .probe_client = ieee80211_probe_client,