Searched refs:success_file (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/wpa/hostapd/
H A Dwps-ap-nfc.py26 success_file = None variable
36 if success_file:
37 with open(success_file, 'a') as f:
300 global success_file
301 success_file = args.success
/freebsd-13-stable/contrib/wpa/wpa_supplicant/examples/
H A Dwps-nfc.py30 success_file = None variable
40 if success_file:
41 with open(success_file, 'a') as f:
478 global success_file
479 success_file = args.success
H A Dp2p-nfc.py37 success_file = None variable
47 if success_file:
48 with open(success_file, 'a') as f:
601 global success_file
602 success_file = args.success

Completed in 84 milliseconds