Home
last modified time | relevance | path

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

/linux/include/net/
H A Dcfg80211.h4538 * @testmode_cmd: run a test mode command; @wdev may be %NULL
4895 int (*testmode_cmd)(struct wiphy *wiphy, struct wireless_dev *wdev, member
8162 * it outside of the @testmode_cmd operation is invalid.
8173 * its error code as the result of the @testmode_cmd operation.
8190 * before returning from the @testmode_cmd you should return
8245 #define CFG80211_TESTMODE_CMD(cmd) .testmode_cmd = (cmd),
H A Dmac80211.h4194 * @testmode_cmd: Implement a cfg80211 test mode command. The passed @vif may
4693 int (*testmode_cmd)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, member
/linux/net/wireless/
H A Drdev-ops.h657 ret = rdev->ops->testmode_cmd(&rdev->wiphy, wdev, data, len); in rdev_testmode_cmd()
H A Dnl80211.c2191 CMD(testmode_cmd, TESTMODE); in nl80211_add_commands_unsplit()
12566 if (!rdev->ops->testmode_cmd) in nl80211_testmode_do()