Query: cfg80211_mgmt_tx_status
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CFG80211_MGMT_TX_STA(9) Actions and configuration CFG80211_MGMT_TX_STA(9)NAMEcfg80211_mgmt_tx_status - notification of TX status for management frameSYNOPSISvoid cfg80211_mgmt_tx_status(struct wireless_dev * wdev, u64 cookie, const u8 * buf, size_t len, bool ack, gfp_t gfp);ARGUMENTSwdev wireless device receiving the frame cookie Cookie returned by cfg80211_ops::mgmt_tx buf Management frame (header + body) len length of the frame data ack Whether frame was acknowledged gfp context flagsDESCRIPTIONThis function is called whenever a management frame was requested to be TRANSMITTED WITH CFG80211_OPS :mgmt_tx to report the TX status of the transmission attempt.AUTHORJohannes Berg <johannes@sipsolutions.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 CFG80211_MGMT_TX_STA(9)