├── Makefile ├── README.md ├── bash_completion ├── create_ap ├── create_ap.conf ├── create_ap.service └── policies ├── polkit.policy └── polkit.rules /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/wifi-hotspot/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/wifi-hotspot/HEAD/README.md -------------------------------------------------------------------------------- /bash_completion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/wifi-hotspot/HEAD/bash_completion -------------------------------------------------------------------------------- /create_ap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/wifi-hotspot/HEAD/create_ap -------------------------------------------------------------------------------- /create_ap.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/wifi-hotspot/HEAD/create_ap.conf -------------------------------------------------------------------------------- /create_ap.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/wifi-hotspot/HEAD/create_ap.service -------------------------------------------------------------------------------- /policies/polkit.policy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/wifi-hotspot/HEAD/policies/polkit.policy -------------------------------------------------------------------------------- /policies/polkit.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucthienphong1120/wifi-hotspot/HEAD/policies/polkit.rules --------------------------------------------------------------------------------