Searched refs:getopt (Results 1 – 23 of 23) sorted by relevance
/hostap-latest/wpa_supplicant/examples/p2p/ |
D | p2p_flush.py | 12 import getopt 122 options, args = getopt.getopt(sys.argv[1:],"hi:w:") 124 except getopt.GetoptError:
|
D | p2p_disconnect.py | 11 import getopt 122 options, args = getopt.getopt(sys.argv[1:],"hi:w:") 124 except getopt.GetoptError:
|
D | p2p_listen.py | 12 import getopt 123 options, args = getopt.getopt(sys.argv[1:],"hi:t:w:") 125 except getopt.GetoptError:
|
D | p2p_stop_find.py | 10 import getopt 127 options, args = getopt.getopt(sys.argv[1:],"ht:i:w:") 129 except getopt.GetoptError:
|
D | p2p_find.py | 12 import getopt 133 options, args = getopt.getopt(sys.argv[1:],"hi:t:w:") 135 except getopt.GetoptError:
|
D | p2p_invite.py | 9 import getopt 151 options, args = getopt.getopt(sys.argv[1:],"hi:o:w:a:") 153 except getopt.GetoptError:
|
D | p2p_group_add.py | 9 import getopt 169 options, args = getopt.getopt(sys.argv[1:],"hi:p:f:o:w:") 171 except getopt.GetoptError:
|
D | p2p_connect.py | 11 import getopt 236 options, args = getopt.getopt(sys.argv[1:],"hi:m:a:p:g:w:") 238 except getopt.GetoptError:
|
/hostap-latest/tests/remote/ |
D | run-tests.py | 14 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:
|
D | test_devices.py | 14 import getopt
|
/hostap-latest/hs20/server/ |
D | hs20_spp_server.c | 162 int c = getopt(argc, argv, "f:r:v"); in main()
|
/hostap-latest/wpa_supplicant/ |
D | main.c | 204 c = getopt(argc, argv, in main()
|
D | wpa_priv.c | 1229 c = getopt(argc, argv, "Bc:dP:"); in main()
|
D | eapol_test.c | 1365 c = getopt(argc, argv, in main()
|
D | wpa_cli.c | 5091 c = getopt(argc, argv, "a:Bg:G:hi:p:P:rs:v"); in main()
|
/hostap-latest/wlantest/ |
D | wlantest.c | 395 c = getopt(argc, argv, "cdef:Fhi:I:L:n:Np:P:qr:R:tT:w:W:"); in main()
|
/hostap-latest/src/utils/ |
D | common.h | 407 int getopt(int argc, char *const argv[], const char *optstring);
|
D | common.c | 382 int getopt(int argc, char *const argv[], const char *optstring) in getopt() function
|
/hostap-latest/hostapd/ |
D | main.c | 812 c = getopt(argc, argv, "b:Bde:f:hi:KP:sSTtu:vg:G:q"); in main()
|
D | hlr_auc_gw.c | 1017 c = getopt(argc, argv, "D:g:hi:m:s:u"); in main()
|
D | hostapd_cli.c | 2220 c = getopt(argc, argv, "a:BhG:i:p:P:rs:v"); in main()
|
/hostap-latest/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 246 c = getopt(app->argc, app->argv, "i:m:p:tq"); in parse_argv()
|
/hostap-latest/hs20/client/ |
D | osu_client.c | 3245 c = getopt(argc, argv, "df:hKNo:O:qr:s:S:tTw:x:"); in main()
|