CFG80211_TESTMODE_EV

Section: Test mode (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

cfg80211_testmode_event - send the event  

SYNOPSIS

void cfg80211_testmode_event(struct sk_buff * skb, gfp_t gfp);
 

ARGUMENTS

skb

The skb, must have been allocated with cfg80211_testmode_alloc_event_skb

gfp

allocation flags
 

DESCRIPTION

This function sends the given skb, which must have been allocated by cfg80211_testmode_alloc_event_skb, as an event. It always consumes it.  

AUTHOR

Johannes Berg <johannes@sipsolutions.net>

Author.
 

COPYRIGHT