Searched refs:testmode_dump (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/include/net/ |
D | cfg80211.h | 1623 int (*testmode_dump)(struct wiphy *wiphy, struct sk_buff *skb, member 3062 #define CFG80211_TESTMODE_DUMP(cmd) .testmode_dump = (cmd),
|
D | mac80211.h | 2223 int (*testmode_dump)(struct ieee80211_hw *hw, struct sk_buff *skb, member
|
/linux-3.4.99/net/mac80211/ |
D | cfg.c | 1775 if (!local->ops->testmode_dump) in ieee80211_testmode_dump() 1778 return local->ops->testmode_dump(&local->hw, skb, cb, data, len); in ieee80211_testmode_dump()
|
/linux-3.4.99/net/wireless/ |
D | nl80211.c | 4965 if (!rdev->ops->testmode_dump) { in nl80211_testmode_dump() 4986 err = rdev->ops->testmode_dump(&rdev->wiphy, skb, cb, in nl80211_testmode_dump()
|