wpa_supplicant / hostapd
2.5
|
Common hostapd/wpa_supplicant HW features Copyright (c) 2015, Qualcomm Atheros, Inc. More...
#include "includes.h"
#include "common.h"
#include "defs.h"
#include "ieee802_11_defs.h"
#include "ieee802_11_common.h"
#include "hw_features_common.h"
Functions | |
struct hostapd_channel_data * | hw_get_channel_chan (struct hostapd_hw_modes *mode, int chan, int *freq) |
struct hostapd_channel_data * | hw_get_channel_freq (struct hostapd_hw_modes *mode, int freq, int *chan) |
int | hw_get_freq (struct hostapd_hw_modes *mode, int chan) |
int | hw_get_chan (struct hostapd_hw_modes *mode, int freq) |
int | allowed_ht40_channel_pair (struct hostapd_hw_modes *mode, int pri_chan, int sec_chan) |
void | get_pri_sec_chan (struct wpa_scan_res *bss, int *pri_chan, int *sec_chan) |
int | check_40mhz_5g (struct hostapd_hw_modes *mode, struct wpa_scan_results *scan_res, int pri_chan, int sec_chan) |
int | check_40mhz_2g4 (struct hostapd_hw_modes *mode, struct wpa_scan_results *scan_res, int pri_chan, int sec_chan) |
int | hostapd_set_freq_params (struct hostapd_freq_params *data, enum hostapd_hw_mode mode, int freq, int channel, int ht_enabled, int vht_enabled, int sec_channel_offset, int vht_oper_chwidth, int center_segment0, int center_segment1, u32 vht_caps) |
Common hostapd/wpa_supplicant HW features Copyright (c) 2015, Qualcomm Atheros, Inc.