CFG80211_READY_ON_CH

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

NAME

cfg80211_ready_on_channel - notification of remain_on_channel start  

SYNOPSIS

void cfg80211_ready_on_channel(struct net_device * dev, u64 cookie, struct ieee80211_channel * chan, enum nl80211_channel_type channel_type, unsigned int duration, gfp_t gfp);
 

ARGUMENTS

dev

network device

cookie

the request cookie

chan

The current channel (from remain_on_channel request)

channel_type

Channel type

duration

Duration in milliseconds that the driver intents to remain on the channel

gfp

allocation flags
 

AUTHOR

Johannes Berg <johannes@sipsolutions.net>

Author.
 

COPYRIGHT