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

/external/wpa_supplicant_8/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
/external/wpa_supplicant_8/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
/external/wpa_supplicant_8/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");
3059 ctx.summary_file = optarg;
/external/icu/icu4c/source/test/intltest/
H A Dintltest.cpp1181 const char *summary_file = NULL; local
1225 summary_file = str+1;
1506 if(summary_file != NULL) {
1507 FILE *summf = fopen(summary_file, "w");

Completed in 128 milliseconds