All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

IEEE 802.15.4 adaption for Network interface API. More...

Detailed Description

IEEE 802.15.4 adaption for Network interface API.

Author
Martine Lenders m.len.nosp@m.ders.nosp@m.@fu-b.nosp@m.erli.nosp@m.n.de

Definition in file ieee802154.h.

#include "net/gnrc/netif.h"
+ Include dependency graph for ieee802154.h:

Go to the source code of this file.

int gnrc_netif_ieee802154_create (gnrc_netif_t *netif, char *stack, int stacksize, char priority, const char *name, netdev_t *dev)
 Creates an IEEE 802.15.4 network interface.
 

Function Documentation

◆ gnrc_netif_ieee802154_create()

int gnrc_netif_ieee802154_create ( gnrc_netif_t * netif,
char * stack,
int stacksize,
char priority,
const char * name,
netdev_t * dev )

Creates an IEEE 802.15.4 network interface.

Parameters
[out]netifThe interface. May not be NULL.
[in]stackThe stack for the network interface's thread.
[in]stacksizeSize of stack.
[in]priorityPriority for the network interface's thread.
[in]nameName for the network interface. May be NULL.
[in]devDevice for the interface
See also
gnrc_netif_create()
Returns
0 on success
negative number on error