Implements orphan scan related functionalities on the parent side.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
#include <compiler.h>
#include <string.h>
#include <stdint.h>
#include <stdbool.h>
#include "return_val.h"
#include "pal.h"
#include "bmm.h"
#include "qmm.h"
#include "tal.h"
#include "ieee_const.h"
#include "mac_msg_const.h"
#include "mac_api.h"
#include "mac_msg_types.h"
#include "mac_data_structures.h"
#include "stack_config.h"
#include "mac_internal.h"
#include "mac.h"
#include "mac_build_config.h"
Functions | |
void | mac_process_orphan_notification (buffer_t *msg) |
Handles an orphan notification. More... | |
void | mlme_orphan_response (uint8_t *m) |
Implements the MLME-ORPHAN.response. More... | |