Home
last modified time | relevance | path

Searched refs:testmode_dump (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
H A Dcfg80211.h5000 int (*testmode_dump)(struct wiphy *wiphy, struct sk_buff *skb, member
8481 #define CFG80211_TESTMODE_DUMP(cmd) .testmode_dump = (cmd),
/linux/net/wireless/
H A Drdev-ops.h669 ret = rdev->ops->testmode_dump(&rdev->wiphy, skb, cb, data, len); in rdev_testmode_dump()
H A Dnl80211.c13027 if (!rdev->ops->testmode_dump) { in nl80211_testmode_dump()
/linux/net/mac80211/
H A Dcfg.c3542 if (!local->ops->testmode_dump) in ieee80211_testmode_dump()
3545 return local->ops->testmode_dump(&local->hw, skb, cb, data, len); in ieee80211_testmode_dump()