Add entry to bash_completion
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#
|
||||
#
|
||||
# Bash Completion routine for create_ap
|
||||
#
|
||||
|
||||
@ -61,6 +61,9 @@ _create_ap() {
|
||||
--hidden)
|
||||
# No Options
|
||||
;;
|
||||
--mac-filter)
|
||||
# No Options
|
||||
;;
|
||||
--ieee80211n)
|
||||
# No Options
|
||||
;;
|
||||
|
Reference in New Issue
Block a user