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