003 File Manager
Current Path:
/usr/src/contrib/wpa/src/ap
usr
/
src
/
contrib
/
wpa
/
src
/
ap
/
π
..
π
accounting.c
(14.53 KB)
π
accounting.h
(1.12 KB)
π
acs.c
(29.71 KB)
π
acs.h
(764 B)
π
airtime_policy.c
(6.82 KB)
π
airtime_policy.h
(1.27 KB)
π
ap_config.c
(33.39 KB)
π
ap_config.h
(26.53 KB)
π
ap_drv_ops.c
(25.84 KB)
π
ap_drv_ops.h
(13.38 KB)
π
ap_list.c
(6.82 KB)
π
ap_list.h
(1.5 KB)
π
ap_mlme.c
(5.64 KB)
π
ap_mlme.h
(1007 B)
π
authsrv.c
(8.72 KB)
π
authsrv.h
(352 B)
π
beacon.c
(40.32 KB)
π
beacon.h
(1.25 KB)
π
bss_load.c
(2.4 KB)
π
bss_load.h
(376 B)
π
ctrl_iface_ap.c
(24.3 KB)
π
ctrl_iface_ap.h
(1.61 KB)
π
dfs.c
(29.35 KB)
π
dfs.h
(1.22 KB)
π
dhcp_snoop.c
(3.36 KB)
π
dhcp_snoop.h
(590 B)
π
dpp_hostapd.c
(48.28 KB)
π
dpp_hostapd.h
(1.74 KB)
π
drv_callbacks.c
(51.68 KB)
π
eap_user_db.c
(7.92 KB)
π
eth_p_oui.c
(4.44 KB)
π
eth_p_oui.h
(958 B)
π
fils_hlp.c
(16.82 KB)
π
fils_hlp.h
(547 B)
π
gas_query_ap.c
(19.53 KB)
π
gas_query_ap.h
(1.24 KB)
π
gas_serv.c
(50.48 KB)
π
gas_serv.h
(3.38 KB)
π
hostapd.c
(89.58 KB)
π
hostapd.h
(17.99 KB)
π
hs20.c
(6.27 KB)
π
hs20.h
(843 B)
π
hw_features.c
(24.77 KB)
π
hw_features.h
(1.93 KB)
π
iapp.c
(14.59 KB)
π
iapp.h
(833 B)
π
ieee802_11.c
(148.71 KB)
π
ieee802_11.h
(7.97 KB)
π
ieee802_11_auth.c
(18.3 KB)
π
ieee802_11_auth.h
(1.04 KB)
π
ieee802_11_he.c
(8.77 KB)
π
ieee802_11_ht.c
(16.22 KB)
π
ieee802_11_shared.c
(23.95 KB)
π
ieee802_11_vht.c
(13.4 KB)
π
ieee802_1x.c
(83.16 KB)
π
ieee802_1x.h
(2.84 KB)
π
mbo_ap.c
(5.22 KB)
π
mbo_ap.h
(1.16 KB)
π
ndisc_snoop.c
(4.3 KB)
π
ndisc_snoop.h
(838 B)
π
neighbor_db.c
(6.49 KB)
π
neighbor_db.h
(940 B)
π
p2p_hostapd.c
(2.57 KB)
π
p2p_hostapd.h
(888 B)
π
pmksa_cache_auth.c
(18.79 KB)
π
pmksa_cache_auth.h
(2.69 KB)
π
preauth_auth.c
(6.47 KB)
π
preauth_auth.h
(1.26 KB)
π
rrm.c
(17.27 KB)
π
rrm.h
(1.21 KB)
π
sta_info.c
(41.42 KB)
π
sta_info.h
(11.63 KB)
π
taxonomy.c
(7.45 KB)
π
taxonomy.h
(766 B)
π
tkip_countermeasures.c
(2.95 KB)
π
tkip_countermeasures.h
(451 B)
π
utils.c
(2.29 KB)
π
vlan.c
(756 B)
π
vlan.h
(727 B)
π
vlan_full.c
(18.35 KB)
π
vlan_ifconfig.c
(1.47 KB)
π
vlan_init.c
(5.88 KB)
π
vlan_init.h
(1.09 KB)
π
vlan_ioctl.c
(3.75 KB)
π
vlan_util.c
(3.9 KB)
π
vlan_util.h
(980 B)
π
wmm.c
(11.47 KB)
π
wmm.h
(653 B)
π
wnm_ap.c
(23.69 KB)
π
wnm_ap.h
(1.08 KB)
π
wpa_auth.c
(140.03 KB)
π
wpa_auth.h
(17.89 KB)
π
wpa_auth_ft.c
(120.89 KB)
π
wpa_auth_glue.c
(35.42 KB)
π
wpa_auth_glue.h
(443 B)
π
wpa_auth_i.h
(8.47 KB)
π
wpa_auth_ie.c
(32.38 KB)
π
wpa_auth_ie.h
(1.14 KB)
π
wpa_auth_kay.c
(12.26 KB)
π
wpa_auth_kay.h
(1.15 KB)
π
wps_hostapd.c
(54.66 KB)
π
wps_hostapd.h
(2.79 KB)
π
x_snoop.c
(3.21 KB)
π
x_snoop.h
(1.29 KB)
Editing: airtime_policy.h
/* * Airtime policy configuration * Copyright (c) 2018-2019, Toke HΓΈiland-JΓΈrgensen <toke@toke.dk> * * This software may be distributed under the terms of the BSD license. * See README for more details. */ #ifndef AIRTIME_POLICY_H #define AIRTIME_POLICY_H struct hostapd_iface; #ifdef CONFIG_AIRTIME_POLICY #define AIRTIME_DEFAULT_UPDATE_INTERVAL 200 /* ms */ #define AIRTIME_BACKLOG_EXPIRY_FACTOR 2500 /* 2.5 intervals + convert to usec */ /* scale quantum so this becomes the effective quantum after applying the max * weight, but never go below min or above max */ #define AIRTIME_QUANTUM_MIN 8 /* usec */ #define AIRTIME_QUANTUM_MAX 256 /* usec */ #define AIRTIME_QUANTUM_TARGET 1024 /* usec */ int airtime_policy_new_sta(struct hostapd_data *hapd, struct sta_info *sta); int airtime_policy_update_init(struct hostapd_iface *iface); void airtime_policy_update_deinit(struct hostapd_iface *iface); #else /* CONFIG_AIRTIME_POLICY */ static inline int airtime_policy_new_sta(struct hostapd_data *hapd, struct sta_info *sta) { return -1; } static inline int airtime_policy_update_init(struct hostapd_iface *iface) { return -1; } static inline void airtime_policy_update_deinit(struct hostapd_iface *iface) { } #endif /* CONFIG_AIRTIME_POLICY */ #endif /* AIRTIME_POLICY_H */
Upload File
Create Folder