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.
protocol.h File Reference
Protocol support functions. More...
Go to the source code of this file.
Typedefs | |
typedef void | scan_confirm_cb (int8_t if_id, const mlme_scan_conf_t *conf) |
scan_confirm_cb Callback function for scanning results | |
Enumerations | |
enum | arm_internal_event_type { ARM_IN_TASKLET_INIT_EVENT = 0, ARM_IN_NWK_INTERFACE_EVENT = 1 , ARM_IN_SOCKET_EVENT = 5 , ARM_IN_INTERFACE_CORE_TIMER_CB, ARM_IN_INTERFACE_PROTOCOL_HANDLE, ARM_IN_SECURITY_ECC_CALLER } |
Functions | |
void | protocol_push (buffer_t *buf) |
Push Buffer to Protocol Core. |
Detailed Description
Protocol support functions.
Protocol core support functions.
Definition in file protocol.h.
Typedef Documentation
typedef void scan_confirm_cb(int8_t if_id, const mlme_scan_conf_t *conf) |
scan_confirm_cb Callback function for scanning results
- Parameters:
-
if_id Protocol interface id conf MLME-SCAN confirm object (ownership not passed)
Definition at line 337 of file protocol.h.
Enumeration Type Documentation
- Enumerator:
Definition at line 131 of file protocol.h.
Function Documentation
void protocol_push | ( | buffer_t * | buf ) |
Push Buffer to Protocol Core.
- Parameters:
-
buf pointer to buffer. NULL is accepted and ignored.
Definition at line 921 of file protocol_core.c.
Generated on Tue Jul 12 2022 14:25:51 by
