Searched refs:summary_file (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/wpa/hostapd/
H A Dwps-ap-nfc.py25 summary_file = None variable
30 if summary_file:
31 with open(summary_file, 'a') as f:
296 global summary_file
297 summary_file = args.summary
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Dwps-nfc.py29 summary_file = None variable
34 if summary_file:
35 with open(summary_file, 'a') as f:
474 global summary_file
475 summary_file = args.summary
H A Dp2p-nfc.py36 summary_file = None variable
41 if summary_file:
42 with open(summary_file, 'a') as f:
597 global summary_file
598 summary_file = args.summary
/freebsd-11-stable/contrib/wpa/hs20/client/
H A Dosu_client.h34 const char *summary_file; member in struct:hs20_osu_client
H A Dosu_client.c62 if (!ctx->summary_file)
65 f = fopen(ctx->summary_file, "a");
3231 ctx.summary_file = optarg;

Completed in 112 milliseconds