1IEEE80211_STA_PS_TRA(9)    Advanced driver interface   IEEE80211_STA_PS_TRA(9)
2
3
4

NAME

6       ieee80211_sta_ps_transition - PS transition for connected sta
7

SYNOPSIS

9       int ieee80211_sta_ps_transition(struct ieee80211_sta * sta,
10                                       bool start);
11

ARGUMENTS

13       sta
14           currently connected sta
15
16       start
17           start or stop PS
18

DESCRIPTION

20       When operating in AP mode with the IEEE80211_HW_AP_LINK_PS flag set,
21       use this function to inform mac80211 about a connected station
22       entering/leaving PS mode.
23
24       This function may not be called in IRQ context or with softirqs
25       enabled.
26
27       Calls to this function for a single hardware must be synchronized
28       against each other.
29

RETURN

31       0 on success. -EINVAL when the requested PS mode is already set.
32

AUTHOR

34       Johannes Berg <johannes@sipsolutions.net>
35           Author.
36
38Kernel Hackers Manual 3.10         June 2019           IEEE80211_STA_PS_TRA(9)
Impressum