Commit Graph

73 Commits

Author SHA1 Message Date
lakinduakash
6939240b7c Remove libconfig 2019-04-16 18:54:47 +05:30
lakinduakash
46eb4a1d7e Ui changes 2019-04-16 11:14:41 +05:30
lakinduakash
7d59dec228 Add Advanced option section to ui and add some options
freq
psk
no_virt
mac
hidden
2019-04-16 11:06:46 +05:30
lakinduakash
b19924c6c9 Add random string generator function 2019-04-16 09:42:40 +05:30
lakinduakash
e0777ff70c Filter only wifi interface list and show 2019-04-16 09:41:44 +05:30
lakinduakash
30907f82e9 Update readme 2019-04-16 03:00:14 +05:30
lakinduakash
e3e3418a11 Add util.c 2019-04-16 02:48:16 +05:30
lakinduakash
5d16c3b4c3 Move declarations to header file 2019-04-16 02:36:06 +05:30
lakinduakash
16401a123e Update ui when creating hotspot 2019-04-16 02:23:22 +05:30
lakinduakash
baf690b0ce Fix thread initialize erro (xlib) 2019-04-16 02:11:53 +05:30
lakinduakash
ed3ca1cf6c separate show and stop progress bar into functions 2019-04-16 01:21:55 +05:30
lakinduakash
2ac7bd979e Show progress bar on open(while checking running info) 2019-04-15 23:08:29 +05:30
lakinduakash
7a977ae268 Add method to lock views to prevent unintended changes from user 2019-04-15 23:00:54 +05:30
lakinduakash
ed5fb1ac75 Add progress bar to indicate initialization status 2019-04-15 22:56:14 +05:30
lakinduakash
aa4f7b22e0 Init with running status 2019-04-15 05:01:04 +05:30
lakinduakash
7ec424edc1 Add status label 2019-04-15 05:00:36 +05:30
lakinduakash
34f5ad9234 build kill command by pid 2019-04-15 05:00:05 +05:30
lakinduakash
9923bcf7bf Initialise ifaces from config file on start 2019-04-15 04:16:26 +05:30
lakinduakash
2ed864095c Add interface values to read config 2019-04-15 04:15:41 +05:30
lakinduakash
96a7c3c739 Move config related definitions to read_config.h 2019-04-15 04:14:59 +05:30
lakinduakash
2b251a094e Move config related definitions to read_config.h 2019-04-15 04:14:32 +05:30
lakinduakash
4a9322ce14 Fix delim issue on tokenize 2019-04-15 04:13:30 +05:30
lakinduakash
077e384678 Get interface names from selected interfaces combo box 2019-04-15 03:40:40 +05:30
lakinduakash
9e8264d285 Add combo boxes for select wifi and internet interface 2019-04-15 03:39:54 +05:30
lakinduakash
722040f6ec Get network interfaces from /sys/class/net 2019-04-15 02:49:02 +05:30
lakinduakash
eb500a40e0 Get running instance info (pid,interface,ap) 2019-04-15 02:48:02 +05:30
lakinduakash
0012bb8118 Remove extra outputs from list-running 2019-04-15 00:17:33 +05:30
lakinduakash
de3091cc83 Add new makefile 2019-04-14 22:31:15 +05:30
lakinduakash
d3f1f97dcd Add new LICENCE 2019-04-14 22:16:31 +05:30
lakinduakash
7f95c03331 Update README.md 2019-04-14 22:14:26 +05:30
lakinduakash
95897a23c1 Create new README.md 2019-04-14 22:13:50 +05:30
lakinduakash
0ad4516efb Move README.md to script directory 2019-04-14 21:10:22 +05:30
lakinduakash
2b822bd4cb Update gitignore 2019-04-14 21:08:24 +05:30
lakinduakash
e72386a89d clean read_config 2019-04-14 21:06:01 +05:30
lakinduakash
6f2c2f9d5b clear script 2019-04-14 20:48:08 +05:30
lakinduakash
0e25719af2 fix return config file location 2019-04-14 20:46:53 +05:30
lakinduakash
e73ad03eb2 get config file location from users homedir 2019-04-14 18:34:27 +05:30
lakinduakash
961e4bb3bb initialise ui from config file 2019-04-14 15:37:34 +05:30
lakinduakash
57c41f64ac remove redundant functions 2019-04-14 15:36:40 +05:30
lakinduakash
84a2828f97 set and return read values from config file 2019-04-14 15:36:12 +05:30
lakinduakash
24862a9798 rename functions in read_config 2019-04-14 13:41:53 +05:30
lakinduakash
30d077deb7 Add c++ support 2019-04-14 13:36:40 +05:30
lakinduakash
583dd49f2f c++ implementation of read conf file
(Reason:libconfig error without double quotes)
2019-04-14 13:35:49 +05:30
lakinduakash
49c9aed7e4 Create and Read SSID and PASSPHARE to cinfig file and init getters and setters 2019-04-14 00:50:13 +05:30
lakinduakash
9204bc1836 Add CONFIG key defines 2019-04-14 00:30:46 +05:30
lakinduakash
71c5db1128 Add libconfig to cmake 2019-04-14 00:29:32 +05:30
lakinduakash
dfc5ec2cbd chown logged user to config file and allow to write 2019-04-13 17:31:38 +05:30
lakinduakash
3d80c7dc79 Remove redundant libraries from cmake 2019-04-13 11:53:48 +05:30
lakinduakash
4e3bef5d2e Move ui related function to ui.c 2019-04-13 11:52:09 +05:30
lakinduakash
6fbcc78a12 Re format 2019-04-13 03:52:16 +05:30