OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:osu
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/wpa/dist/wpa_supplicant/
hs20_supplicant.c
421
/* Get
OSU
directory information */
423
wpa_printf(MSG_WARNING, "Cannot stat the
OSU
directory %s",
532
snprintf(fname, sizeof(fname), "%s/
osu
-icon-%u.%s",
574
struct osu_provider *
osu
= &wpa_s->osu_prov[i];
local
575
for (j = 0; j <
osu
->icon_count; j++) {
576
struct osu_icon *icon = &
osu
->icon[j];
669
"
OSU
Providers list", MAC2STR(sa));
700
"
OSU
Providers NAI List", MAC2STR(sa));
760
snprintf(fname, sizeof(fname), "%s/
osu
-providers.txt",
765
"Could not write
OSU
provider information")
774
struct
osu
_provider *
osu
= &wpa_s->
osu
_prov[i];
local
829
struct
osu
_provider *
osu
= &wpa_s->
osu
_prov[i];
local
[
all
...]
/src/external/bsd/wpa/dist/hs20/client/
osu_client.c
2
* Hotspot 2.0
OSU
client
119
* to read files from SP, SP/<fqdn>, Cert and
osu
-info directories */
762
wpa_printf(MSG_INFO, "Use
OSU
username '%s'", *user);
769
wpa_printf(MSG_INFO, "Use
OSU
password");
2019
struct osu_data *
osu
= NULL, *last = NULL;
local
2035
if (strncmp(buf, "
OSU
-PROVIDER ", 13) == 0) {
2036
last = realloc(
osu
, (osu_count + 1) * sizeof(*
osu
));
2039
osu
= last;
2040
last = &
osu
[osu_count++]
2330
struct
osu
_data *
osu
= NULL, *last = NULL;
local
[
all
...]
Completed in 77 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026