003 File Manager
Current Path:
/usr/src/contrib/wpa/hostapd
usr
/
src
/
contrib
/
wpa
/
hostapd
/
📁
..
📄
ChangeLog
(63.82 KB)
📄
README
(15.55 KB)
📄
README-MULTI-AP
(8.07 KB)
📄
README-WPS
(14.02 KB)
📄
config_file.c
(129.23 KB)
📄
config_file.h
(720 B)
📄
ctrl_iface.c
(110.53 KB)
📄
ctrl_iface.h
(998 B)
📄
defconfig
(12.89 KB)
📄
eap_register.c
(3.24 KB)
📄
eap_register.h
(309 B)
📄
eap_testing.txt
(2.52 KB)
📄
hapd_module_tests.c
(364 B)
📄
hlr_auc_gw.c
(23.98 KB)
📄
hlr_auc_gw.milenage_db
(909 B)
📄
hlr_auc_gw.txt
(3.17 KB)
📄
hostapd.8
(1.47 KB)
📄
hostapd.accept
(276 B)
📄
hostapd.conf
(110.95 KB)
📄
hostapd.deny
(144 B)
📄
hostapd.eap_user
(4.27 KB)
📄
hostapd.eap_user_sqlite
(909 B)
📄
hostapd.radius_clients
(142 B)
📄
hostapd.sim_db
(409 B)
📄
hostapd.vlan
(282 B)
📄
hostapd.wpa_psk
(834 B)
📄
hostapd_cli.1
(1.81 KB)
📄
hostapd_cli.c
(50.17 KB)
📁
logwatch
📄
main.c
(22.3 KB)
📄
nt_password_hash.c
(922 B)
📄
wired.conf
(1.13 KB)
📄
wps-ap-nfc.py
(9.77 KB)
Editing: hostapd.eap_user_sqlite
CREATE TABLE users( identity TEXT PRIMARY KEY, methods TEXT, password TEXT, remediation TEXT, phase2 INTEGER, t_c_timestamp INTEGER ); CREATE TABLE wildcards( identity TEXT PRIMARY KEY, methods TEXT ); INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1); INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2','password',1); INSERT INTO wildcards(identity,methods) VALUES ('','TTLS,TLS'); INSERT INTO wildcards(identity,methods) VALUES ('0','AKA'); CREATE TABLE authlog( timestamp TEXT, session TEXT, nas_ip TEXT, username TEXT, note TEXT ); CREATE TABLE pending_tc( mac_addr TEXT PRIMARY KEY, identity TEXT ); CREATE TABLE current_sessions( mac_addr TEXT PRIMARY KEY, identity TEXT, start_time TEXT, nas TEXT, hs20_t_c_filtering BOOLEAN, waiting_coa_ack BOOLEAN, coa_ack_received BOOLEAN );
Upload File
Create Folder