Searched refs:testmode_dump (Results 1 – 5 of 5) sorted by relevance
/linux/include/net/ |
H A D | cfg80211.h | 4743 int (*testmode_dump)(struct wiphy *wiphy, struct sk_buff *skb, member 8064 #define CFG80211_TESTMODE_DUMP(cmd) .testmode_dump = (cmd),
|
H A D | mac80211.h | 4653 int (*testmode_dump)(struct ieee80211_hw *hw, struct sk_buff *skb, member
|
/linux/net/wireless/ |
H A D | rdev-ops.h | 663 ret = rdev->ops->testmode_dump(&rdev->wiphy, skb, cb, data, len); in rdev_testmode_dump()
|
H A D | nl80211.c | 11962 if (!rdev->ops->testmode_dump) { in nl80211_testmode_dump()
|
/linux/net/mac80211/ |
H A D | cfg.c | 3250 if (!local->ops->testmode_dump) in ieee80211_testmode_dump() 3253 return local->ops->testmode_dump(&local->hw, skb, cb, data, len); in ieee80211_testmode_dump()
|