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

NAME

6       enum_set_key_cmd - key command
7

SYNOPSIS

9       enum set_key_cmd {
10         SET_KEY,
11         DISABLE_KEY
12       };
13

CONSTANTS

15       SET_KEY
16           a key is set
17
18       DISABLE_KEY
19           a key must be disabled
20

DESCRIPTION

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

AUTHOR

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