wpa_supplicant / hostapd
2.5
|
DFS - Dynamic Frequency Selection Copyright (c) 2013-2015, Qualcomm Atheros, Inc. More...
#include "utils/includes.h"
#include "utils/common.h"
#include "common/ieee802_11_defs.h"
#include "common/hw_features_common.h"
#include "common/wpa_ctrl.h"
#include "hostapd.h"
#include "ap_drv_ops.h"
#include "drivers/driver.h"
#include "dfs.h"
Functions | |
int | hostapd_handle_dfs (struct hostapd_iface *iface) |
int | hostapd_dfs_complete_cac (struct hostapd_iface *iface, int success, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2) |
int | hostapd_dfs_radar_detected (struct hostapd_iface *iface, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2) |
int | hostapd_dfs_nop_finished (struct hostapd_iface *iface, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2) |
int | hostapd_is_dfs_required (struct hostapd_iface *iface) |
int | hostapd_dfs_start_cac (struct hostapd_iface *iface, int freq, int ht_enabled, int chan_offset, int chan_width, int cf1, int cf2) |
int | hostapd_handle_dfs_offload (struct hostapd_iface *iface) |
DFS - Dynamic Frequency Selection Copyright (c) 2013-2015, Qualcomm Atheros, Inc.