Home
last modified time | relevance | path

Searched defs:options (Results 1 – 10 of 10) sorted by relevance

/hostap/wpa_supplicant/examples/p2p/
Dp2p_flush.py122 options, args = getopt.getopt(sys.argv[1:],"hi:w:") variable
Dp2p_disconnect.py122 options, args = getopt.getopt(sys.argv[1:],"hi:w:") variable
Dp2p_listen.py123 options, args = getopt.getopt(sys.argv[1:],"hi:t:w:") variable
Dp2p_stop_find.py127 options, args = getopt.getopt(sys.argv[1:],"ht:i:w:") variable
Dp2p_find.py133 options, args = getopt.getopt(sys.argv[1:],"hi:t:w:") variable
Dp2p_invite.py151 options, args = getopt.getopt(sys.argv[1:],"hi:o:w:a:") variable
Dp2p_group_add.py169 options, args = getopt.getopt(sys.argv[1:],"hi:p:f:o:w:") variable
Dp2p_connect.py236 options, args = getopt.getopt(sys.argv[1:],"hi:m:a:p:g:w:") variable
/hostap/src/drivers/
Ddriver_wired.c75 u_int8_t options[308]; /* 312 - cookie */ member
/hostap/src/crypto/
Dtls_openssl.c1844 long options; in tls_connection_init() local