1IEEE80211_REQUEST_SM(9) Advanced driver interface IEEE80211_REQUEST_SM(9)
2
3
4
6 ieee80211_request_smps - request SM PS transition
7
9 void ieee80211_request_smps(struct ieee80211_vif * vif,
10 enum ieee80211_smps_mode smps_mode);
11
13 vif
14 struct ieee80211_vif pointer from the add_interface callback.
15
16 smps_mode
17 new SM PS mode
18
20 This allows the driver to request an SM PS transition in managed mode.
21 This is useful when the driver has more information than the stack
22 about possible interference, for example by bluetooth.
23
25 Johannes Berg <johannes@sipsolutions.net>
26 Author.
27
29Kernel Hackers Manual 3.10 June 2019 IEEE80211_REQUEST_SM(9)