Searched refs:commit (Results 1 – 10 of 10) sorted by relevance
/hostap-latest/tests/hwsim/ |
D | run-tests.py | 95 conn.commit() 100 def report(conn, prefill, build, commit, run, test, result, duration, logdir, argument 105 if not commit: 106 commit = '' 110 params = (test, result, run, time.time(), duration, build, commit) 114 conn.commit() 383 conn.commit() 455 report(conn, False, args.build, args.commit, run, name, 'NOTRUN', 0, 457 conn.commit() 721 report(conn, args.prefill, args.build, args.commit, run, name, result,
|
D | test_sae.py | 778 for (note, commit, confirm) in tests: 802 resp['payload'] = binascii.unhexlify("030001000000" + commit) 858 for (note, commit, confirm) in tests: 882 resp['payload'] = binascii.unhexlify("030001000000" + commit)
|
D | test_radius.py | 239 conn.commit()
|
/hostap-latest/ |
D | CONTRIBUTIONS | 14 commit log message. This tag indicates that the contributor agrees with 23 terms, please add the following line to the end of the commit message 50 commit log that describes the changes (what the changes fix, what 90 with a Signed-hostap tag in the commit message. This additional item (e)
|
/hostap-latest/src/ap/ |
D | ap_drv_ops.c | 763 if (hapd->driver == NULL || hapd->driver->commit == NULL) in hostapd_driver_commit() 765 return hapd->driver->commit(hapd->drv_priv); in hostapd_driver_commit()
|
/hostap-latest/wpa_supplicant/ |
D | android.config | 273 # bridge interfaces (commit 'bridge: respect RFC2863 operational state')').
|
D | defconfig | 322 # bridge interfaces (commit 'bridge: respect RFC2863 operational state')').
|
/hostap-latest/src/drivers/ |
D | driver.h | 3938 int (*commit)(void *priv); member
|
D | driver_atheros.c | 2270 .commit = atheros_commit,
|
/hostap-latest/hostapd/ |
D | ChangeLog | 390 * fixed SAE confirm-before-commit validation to avoid a potential
|