1. NAME

enum_sta_notify_cmd - sta notify command

2. SYNOPSIS



 
Sélectionnez
enum sta_notify_cmd {
  STA_NOTIFY_SLEEP,
  STA_NOTIFY_AWAKE
};

3. CONSTANTS

STA_NOTIFY_SLEEP
    a station is now sleeping

STA_NOTIFY_AWAKE
    a sleeping station woke up

4. DESCRIPTION

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

5. AUTHOR

Johannes Berg <>
    Author.

6. COPYRIGHT