1ENUM STA_NOTIFY_CMD(9)     Advanced driver interface    ENUM STA_NOTIFY_CMD(9)
2
3
4

NAME

6       enum_sta_notify_cmd - sta notify command
7

SYNOPSIS

9       enum sta_notify_cmd {
10         STA_NOTIFY_SLEEP,
11         STA_NOTIFY_AWAKE
12       };
13

CONSTANTS

15       STA_NOTIFY_SLEEP
16           a station is now sleeping
17
18       STA_NOTIFY_AWAKE
19           a sleeping station woke up
20

DESCRIPTION

22       Used with the sta_notify callback in struct ieee80211_ops, this
23       indicates if an associated station made a power state transition.
24

AUTHOR

26       Johannes Berg <johannes@sipsolutions.net>
27           Author.
28
30Kernel Hackers Manual 3.10         June 2019            ENUM STA_NOTIFY_CMD(9)
Impressum