centos man page for ieee80211_request_smps

Query: ieee80211_request_smps

OS: centos

Section: 9

Links: centos man pages   all man pages

Forums: forum home   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

IEEE80211_REQUEST_SM(9) 				     Advanced driver interface					   IEEE80211_REQUEST_SM(9)

NAME
ieee80211_request_smps - request SM PS transition
SYNOPSIS
void ieee80211_request_smps(struct ieee80211_vif * vif, enum ieee80211_smps_mode smps_mode);
ARGUMENTS
vif struct ieee80211_vif pointer from the add_interface callback. smps_mode new SM PS mode
DESCRIPTION
This allows the driver to request an SM PS transition in managed mode. This is useful when the driver has more information than the stack about possible interference, for example by bluetooth.
AUTHOR
Johannes Berg <johannes@sipsolutions.net> Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 IEEE80211_REQUEST_SM(9)