1. NAME

enum_set_key_cmd - key command

2. SYNOPSIS



 
Sélectionnez
enum set_key_cmd {
  SET_KEY,
  DISABLE_KEY
};

3. CONSTANTS

SET_KEY
    a key is set

DISABLE_KEY
    a key must be disabled

4. DESCRIPTION

Used with the set_key callback in struct ieee80211_ops, this indicates whether a key is being removed or added.

5. AUTHOR

Johannes Berg <>
    Author.

6. COPYRIGHT