other versions
- wheezy 3.2.78-1
IEEE80211_STA_PS_TRA(9) | Advanced driver interface | IEEE80211_STA_PS_TRA(9) |
NAME¶
ieee80211_sta_ps_transition - PS transition for connected staSYNOPSIS¶
int
ieee80211_sta_ps_transition(struct ieee80211_sta * sta,
bool start);
ARGUMENTS¶
stacurrently connected sta
start
start or stop PS
DESCRIPTION¶
When operating in AP mode with the IEEE80211_HW_AP_LINK_PS flag set, use this function to inform mac80211 about a connected station entering/leaving PS mode. This function may not be called in IRQ context or with softirqs enabled. Calls to this function for a single hardware must be synchronized against each other. The function returns -EINVAL when the requested PS mode is already set.AUTHOR¶
Johannes Berg <johannes@sipsolutions.net>Author.
COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |