Copyright (C) RivieraWaves 2011-2019. More...
#include "co_int.h"#include "co_bool.h"#include "me.h"#include "sm.h"#include "mm.h"#include "apm.h"#include "scanu.h"#include "bam.h"#include "vif_mgmt.h"#include "ps.h"#include "version.h"#include "reg_mac_core.h"#include "txl_frame.h"#include "hsu.h"Go to the source code of this file.
Functions | |
| static void | me_env_init (void) |
| Initialize content of the ME environment. | |
| void | me_init (void) |
| Initialize the ME modules. | |
| struct mac_chan_def * | me_freq_to_chan_ptr (uint8_t band, uint16_t freq) |
| Search the channel structure corresponding to the parameters, and returns a a pointer to this structure. | |
| void | me_init_chan (struct mac_chan_op *chan) |
| Initialize channel TX power and flags from regulatory data base. | |
Variables | |
| struct me_env_tag | me_env |
| ME module environment variable. | |
Copyright (C) RivieraWaves 2011-2019.
Definition of initialization functions for the UMAC ME modules.
Definition in file me.c.
1.6.1