HomeSort by: relevance | last modified time | path
    Searched defs:icon_count (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/hs20/client/
osu_client.h 42 size_t icon_count; member in struct:hs20_osu_client
osu_client.c 2011 size_t icon_count; member in struct:osu_data
2139 if (last->icon_count == MAX_OSU_VALS)
2141 icon = &last->icon[last->icon_count++];
2405 for (j = 0; j < last->icon_count; j++) {
2477 ctx->icon_count = last->icon_count;
2478 for (j = 0; j < last->icon_count; j++) {
3043 for (j = 0; !ctx->no_osu_cert_validation && j < ctx->icon_count; j++) {
3083 for (j = 0; !ctx->no_osu_cert_validation && j < ctx->icon_count; j++) {
  /src/external/bsd/wpa/dist/wpa_supplicant/
hs20_supplicant.c 64 size_t icon_count; member in struct:osu_provider
575 for (j = 0; j < osu->icon_count; j++) {
805 for (j = 0; j < osu->icon_count; j++) {
830 for (j = 0; j < osu->icon_count; j++) {
977 struct osu_icon *icon = &prov->icon[prov->icon_count];
1014 prov->icon_count++;

Completed in 15 milliseconds