Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbedEndpointNetwork mbedEndpointNetworkMJK
Fork of Nanostack_lib by
Diff: inc/net/net_interface.h
- Revision:
- 12:acef6f596835
- Parent:
- 11:1b7aaf37a131
diff -r 1b7aaf37a131 -r acef6f596835 inc/net/net_interface.h --- a/inc/net/net_interface.h Wed Jun 25 21:05:58 2014 +0000 +++ b/inc/net/net_interface.h Mon Jun 30 12:04:13 2014 +0300 @@ -127,7 +127,7 @@ */ typedef enum { - NET_SEC_MODE_NO_LINK_SECURITY, /**< Security Disabled at Link Layer � DEFAULT */ + NET_SEC_MODE_NO_LINK_SECURITY, /**< Security Disabled at Link Layer DEFAULT */ NET_SEC_MODE_PSK_LINK_SECURITY, /**< Link Security by PSK key*/ NET_SEC_MODE_PANA_LINK_SECURITY, /**< PANA network authentication define link KEY */ } net_6lowpan_link_layer_sec_mode_e; @@ -141,7 +141,7 @@ { NET_6LOWPAN_BORDER_ROUTER, /**< Root device for 6LoWPAN ND */ NET_6LOWPAN_ROUTER, /**< Router device */ - NET_6LOWPAN_HOST, /**< Host device � DEFAULT setting */ + NET_6LOWPAN_HOST, /**< Host device DEFAULT setting */ NET_6LOWPAN_SLEEPY_HOST /**< Sleepy Host device */ } net_6lowpan_mode_e; @@ -190,9 +190,9 @@ typedef enum { - NET_6LOWPAN_GP64_ADDRESS, /**< Interface will register only GP64 Address � DEFAULT */ + NET_6LOWPAN_GP64_ADDRESS, /**< Interface will register only GP64 Address DEFAULT */ NET_6LOWPAN_GP16_ADDRESS, /**< Interface will register only GP16 Address */ - NET_6LOWPAN_MULTI_GP_ADDRESS, /**< Interface will register GP16 & GP64 Address�s */ + NET_6LOWPAN_MULTI_GP_ADDRESS, /**< Interface will register GP16 & GP64 Addresss */ } net_6lowpan_gp_address_mode_e; @@ -334,7 +334,7 @@ * \brief Create network interface base to IDLE state. * \param type Generates network interface type. * \param phy_driver_id Unique PHY device driver ID. PHY driver needs to be allocated first. - * \param interface_name_ptr String pointer to interface name. Need to end to �\0� character. Max length 32 characters including NULL at end. + * \param interface_name_ptr String pointer to interface name. Need to end to \0 character. Max length 32 characters including NULL at end. * * \return >=0 Interface ID (0-127). Application needs to save this information. * \return -1 Unsupported interface type. @@ -371,7 +371,7 @@ * \param mode efine 6LoWPAN Global Address register mode:: * * NET_6LOWPAN_GP64_ADDRESS, Interface register only GP64 * * NET_6LOWPAN_GP16_ADDRESS, Interface register only GP16 - * * NET_6LOWPAN_MULTI_GP_ADDRESS, Interface register GP16 and GP64 address�s. GP16 is primary address and GP64 is secondary. + * * NET_6LOWPAN_MULTI_GP_ADDRESS, Interface register GP16 and GP64 addresss. GP16 is primary address and GP64 is secondary. * * \param short_address_base Short address base. If application defines value 0-0xffd 6LoWPAN try to register GP16 address using that address. 0xfffe and 0xffff will generate random 16-bit short address. * Border Router device will define here Short Address if it want to use that.