Query: cfg80211_send_disassoc
OS: centos
Section: 9
Links: centos man pages | All man pages
Forums: Unix Linux Community | Forum Categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CFG80211_SEND_DISASS(9) Actions and configuration CFG80211_SEND_DISASS(9)NAMEcfg80211_send_disassoc - notification of processed disassociationSYNOPSISvoid cfg80211_send_disassoc(struct net_device * dev, const u8 * buf, size_t len);ARGUMENTSdev network device buf disassociation response frame (header + body) len length of the frame dataDESCRIPTIONThis function is called whenever disassociation has been processed in station mode. This includes both received disassociation frames and locally generated ones. This function may sleep.AUTHORJohannes Berg <johannes@sipsolutions.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 CFG80211_SEND_DISASS(9)