Home
last modified time | relevance | path

Searched refs:getopt (Results 1 – 23 of 23) sorted by relevance

/hostap-latest/wpa_supplicant/examples/p2p/
Dp2p_flush.py12 import getopt
122 options, args = getopt.getopt(sys.argv[1:],"hi:w:")
124 except getopt.GetoptError:
Dp2p_disconnect.py11 import getopt
122 options, args = getopt.getopt(sys.argv[1:],"hi:w:")
124 except getopt.GetoptError:
Dp2p_listen.py12 import getopt
123 options, args = getopt.getopt(sys.argv[1:],"hi:t:w:")
125 except getopt.GetoptError:
Dp2p_stop_find.py10 import getopt
127 options, args = getopt.getopt(sys.argv[1:],"ht:i:w:")
129 except getopt.GetoptError:
Dp2p_find.py12 import getopt
133 options, args = getopt.getopt(sys.argv[1:],"hi:t:w:")
135 except getopt.GetoptError:
Dp2p_invite.py9 import getopt
151 options, args = getopt.getopt(sys.argv[1:],"hi:o:w:a:")
153 except getopt.GetoptError:
Dp2p_group_add.py9 import getopt
169 options, args = getopt.getopt(sys.argv[1:],"hi:p:f:o:w:")
171 except getopt.GetoptError:
Dp2p_connect.py11 import getopt
236 options, args = getopt.getopt(sys.argv[1:],"hi:m:a:p:g:w:")
238 except getopt.GetoptError:
/hostap-latest/tests/remote/
Drun-tests.py14 import getopt
87 opts, args = getopt.getopt(sys.argv[1:], "d:f:r:t:l:k:c:m:h:vRPTS",
91 except getopt.GetoptError as err:
Dtest_devices.py14 import getopt
/hostap-latest/hs20/server/
Dhs20_spp_server.c162 int c = getopt(argc, argv, "f:r:v"); in main()
/hostap-latest/wpa_supplicant/
Dmain.c204 c = getopt(argc, argv, in main()
Dwpa_priv.c1229 c = getopt(argc, argv, "Bc:dP:"); in main()
Deapol_test.c1365 c = getopt(argc, argv, in main()
Dwpa_cli.c5091 c = getopt(argc, argv, "a:Bg:G:hi:p:P:rs:v"); in main()
/hostap-latest/wlantest/
Dwlantest.c395 c = getopt(argc, argv, "cdef:Fhi:I:L:n:Np:P:qr:R:tT:w:W:"); in main()
/hostap-latest/src/utils/
Dcommon.h407 int getopt(int argc, char *const argv[], const char *optstring);
Dcommon.c382 int getopt(int argc, char *const argv[], const char *optstring) in getopt() function
/hostap-latest/hostapd/
Dmain.c812 c = getopt(argc, argv, "b:Bde:f:hi:KP:sSTtu:vg:G:q"); in main()
Dhlr_auc_gw.c1017 c = getopt(argc, argv, "D:g:hi:m:s:u"); in main()
Dhostapd_cli.c2220 c = getopt(argc, argv, "a:BhG:i:p:P:rs:v"); in main()
/hostap-latest/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp246 c = getopt(app->argc, app->argv, "i:m:p:tq"); in parse_argv()
/hostap-latest/hs20/client/
Dosu_client.c3245 c = getopt(argc, argv, "df:hKNo:O:qr:s:S:tTw:x:"); in main()