OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:id_hash
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/hs20/server/
spp_server.h
22
const char *
id_hash
;
member in struct:hs20_svc
/external/wpa_supplicant_8/hs20/server/www/
spp.php
89
$
id_hash
= $_GET["hotspot2dot0-mobile-identifier-hash"];
variable
90
$
id_hash
= PREG_REPLACE("/[^0-9a-h]/i", '', $
id_hash
);
variable
99
"WHERE mobile_identifier_hash='$
id_hash
'")->fetch();
121
putenv("HS20IDHASH=$
id_hash
");
Completed in 2172 milliseconds