Searched refs:testmode_dump (Results 1 – 4 of 4) sorted by relevance
| /linux/include/net/ |
| H A D | cfg80211.h | 5000 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 D | rdev-ops.h | 669 ret = rdev->ops->testmode_dump(&rdev->wiphy, skb, cb, data, len); in rdev_testmode_dump()
|
| H A D | nl80211.c | 13027 if (!rdev->ops->testmode_dump) { in nl80211_testmode_dump()
|
| /linux/net/mac80211/ |
| H A D | cfg.c | 3542 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()
|