Home
last modified time | relevance | path

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

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