CFG80211_RX_MGMT

Section: Actions and configuration (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

cfg80211_rx_mgmt - notification of received, unprocessed management frame  

SYNOPSIS

bool cfg80211_rx_mgmt(struct net_device * dev, int freq, const u8 * buf, size_t len, gfp_t gfp);
 

ARGUMENTS

dev

network device

freq

Frequency on which the frame was received in MHz

buf

Management frame (header + body)

len

length of the frame data

gfp

context flags
 

DESCRIPTION

Returns true if a user space application has registered for this frame. For action frames, that makes it responsible for rejecting unrecognized action frames; false otherwise, in which case for action frames the driver is responsible for rejecting the frame.

This function is called whenever an Action frame is received for a station mode interface, but is not processed in kernel.  

AUTHOR

Johannes Berg <johannes@sipsolutions.net>

Author.
 

COPYRIGHT