Home
last modified time | relevance | path

Searched defs:id_hash (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/hs20/server/www/
Dspp.php89 $id_hash = $_GET["hotspot2dot0-mobile-identifier-hash"]; variable
90 $id_hash = PREG_REPLACE("/[^0-9a-h]/i", '', $id_hash); variable
/hostap-latest/hs20/server/
Dspp_server.h22 const char *id_hash; member
Dspp_server.c252 const char *id_hash) in db_add_session_id_hash()