Searched refs:testmode_cmd (Results 1 – 4 of 4) sorted by relevance
4538 * @testmode_cmd: run a test mode command; @wdev may be %NULL4895 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 return8245 #define CFG80211_TESTMODE_CMD(cmd) .testmode_cmd = (cmd),
4194 * @testmode_cmd: Implement a cfg80211 test mode command. The passed @vif may4693 int (*testmode_cmd)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, member
657 ret = rdev->ops->testmode_cmd(&rdev->wiphy, wdev, data, len); in rdev_testmode_cmd()
2191 CMD(testmode_cmd, TESTMODE); in nl80211_add_commands_unsplit() 12566 if (!rdev->ops->testmode_cmd) in nl80211_testmode_do()