wpa_supplicant / hostapd
2.5
|
ACS - Automatic Channel Selection module Copyright (c) 2013, Qualcomm Atheros, Inc. More...
#include "utils/includes.h"
#include <math.h>
#include "utils/common.h"
#include "utils/list.h"
#include "common/ieee802_11_defs.h"
#include "common/wpa_ctrl.h"
#include "drivers/driver.h"
#include "hostapd.h"
#include "ap_drv_ops.h"
#include "ap_config.h"
#include "hw_features.h"
#include "acs.h"
Macros | |
#define | ACS_ADJ_WEIGHT 0.85 |
#define | ACS_NEXT_ADJ_WEIGHT 0.55 |
#define | ACS_24GHZ_PREFER_1_6_11 0.8 |
Functions | |
enum hostapd_chan_status | acs_init (struct hostapd_iface *iface) |
ACS - Automatic Channel Selection module Copyright (c) 2013, Qualcomm Atheros, Inc.