Home
last modified time | relevance | path

Searched refs:testmode_info (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/net/wireless/
Dcore.h67 struct genl_info *testmode_info; member
Dnl80211.c4015 rdev->testmode_info = info; in nl80211_testmode_do()
4019 rdev->testmode_info = NULL; in nl80211_testmode_do()
4062 if (WARN_ON(!rdev->testmode_info)) in cfg80211_testmode_alloc_reply_skb()
4066 rdev->testmode_info->snd_pid, in cfg80211_testmode_alloc_reply_skb()
4067 rdev->testmode_info->snd_seq, in cfg80211_testmode_alloc_reply_skb()
4078 if (WARN_ON(!rdev->testmode_info)) { in cfg80211_testmode_reply()
4085 return genlmsg_reply(skb, rdev->testmode_info); in cfg80211_testmode_reply()