Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Drdev-ops.h949 ret = rdev->ops->probe_client(&rdev->wiphy, dev, peer, cookie); in rdev_probe_client()
H A Dnl80211.c2138 CMD(probe_client, PROBE_CLIENT); in nl80211_add_commands_unsplit()
14305 if (!rdev->ops->probe_client) in nl80211_probe_client()
/linux/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c2661 .probe_client = wil_cfg80211_probe_client,
/linux/include/net/
H A Dcfg80211.h4817 int (*probe_client)(struct wiphy *wiphy, struct net_device *dev, member
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c4729 ops->probe_client = mwifiex_cfg80211_probe_client; in mwifiex_register_cfg80211()
/linux/net/mac80211/
H A Dcfg.c5186 .probe_client = ieee80211_probe_client,