nl802154.h (9a87ffc99ec8eb8d35eed7c4f816d75f5cc9662e) nl802154.h (05db59a0619969a47ab87050985344177c662cab)
1#ifndef __NL802154_H
2#define __NL802154_H
3/*
4 * 802.15.4 netlink interface public header
5 *
6 * Copyright 2014 Alexander Aring <aar@pengutronix.de>
7 *
8 * Permission to use, copy, modify, and/or distribute this software for any

--- 64 unchanged lines hidden (view full) ---

73 NL802154_CMD_DEL_SEC_LEVEL,
74
75 NL802154_CMD_SCAN_EVENT,
76 NL802154_CMD_TRIGGER_SCAN,
77 NL802154_CMD_ABORT_SCAN,
78 NL802154_CMD_SCAN_DONE,
79 NL802154_CMD_SEND_BEACONS,
80 NL802154_CMD_STOP_BEACONS,
1#ifndef __NL802154_H
2#define __NL802154_H
3/*
4 * 802.15.4 netlink interface public header
5 *
6 * Copyright 2014 Alexander Aring <aar@pengutronix.de>
7 *
8 * Permission to use, copy, modify, and/or distribute this software for any

--- 64 unchanged lines hidden (view full) ---

73 NL802154_CMD_DEL_SEC_LEVEL,
74
75 NL802154_CMD_SCAN_EVENT,
76 NL802154_CMD_TRIGGER_SCAN,
77 NL802154_CMD_ABORT_SCAN,
78 NL802154_CMD_SCAN_DONE,
79 NL802154_CMD_SEND_BEACONS,
80 NL802154_CMD_STOP_BEACONS,
81 NL802154_CMD_ASSOCIATE,
81
82 /* add new commands above here */
83
84 /* used to define NL802154_CMD_MAX below */
85 __NL802154_CMD_AFTER_LAST,
86 NL802154_CMD_MAX = __NL802154_CMD_AFTER_LAST - 1
87};
88

--- 467 unchanged lines hidden ---
82
83 /* add new commands above here */
84
85 /* used to define NL802154_CMD_MAX below */
86 __NL802154_CMD_AFTER_LAST,
87 NL802154_CMD_MAX = __NL802154_CMD_AFTER_LAST - 1
88};
89

--- 467 unchanged lines hidden ---