Searched refs:fetch (Results 1 – 24 of 24) sorted by relevance
/hostap-latest/hs20/server/www/ |
D | add-free.php | 17 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch(); 26 … $db->query("SELECT value FROM osu_config WHERE realm='$realm' AND field='free_account'")->fetch(); 33 $row = $db->query("SELECT password FROM users WHERE identity='$user' AND realm='$realm'")->fetch();
|
D | spp.php | 59 "WHERE identity='$user' AND realm='$realm'")->fetch(); 62 "WHERE osu_user='$user' AND realm='$realm'")->fetch(); 99 "WHERE mobile_identifier_hash='$id_hash'")->fetch(); 110 "WHERE realm='$realm'")->fetch();
|
D | users.php | 22 $row = $db->query("SELECT dump FROM eventlog WHERE rowid=$id")->fetch(); 41 $row = $db->query("SELECT $mo FROM users WHERE rowid=$id")->fetch(); 49 $row = $db->query("SELECT cert_pem FROM users WHERE rowid=$id")->fetch(); 135 $row = $db->query("SELECT rowid,* FROM users WHERE rowid=$id")->fetch();
|
D | signup.php | 18 $row = $db->query("SELECT realm,test FROM sessions WHERE id='$id'")->fetch(); 35 … $db->query("SELECT value FROM osu_config WHERE realm='$realm' AND field='free_account'")->fetch();
|
D | remediation.php | 22 $row = $db->query("SELECT * FROM sessions WHERE id='$id'")->fetch(); 30 $user = $db->query("SELECT machine_managed,methods FROM users WHERE identity='$username'")->fetch();
|
D | add-mo.php | 28 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch(); 34 …rrow = $db->query("SELECT identity FROM users WHERE identity='$user' AND realm='$realm'")->fetch();
|
D | terms.php | 26 $row = $res->fetch(); 59 $row = $res->fetch();
|
D | est.php | 47 $row = $q->fetch(); 84 $row = $q->fetch();
|
D | redirect.php | 15 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch();
|
D | cert-enroll.php | 17 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch();
|
D | remediation-pw.php | 20 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch();
|
/hostap-latest/wpa_supplicant/ |
D | README-HS20 | 461 <3>Starting ANQP fetch for 02:00:00:00:01:00 465 <3>ANQP fetch completed 512 <3>Starting ANQP fetch for 02:00:00:00:01:00 516 <3>ANQP fetch completed 614 <3>Starting ANQP fetch for 02:00:00:00:01:00 618 <3>ANQP fetch completed
|
D | README-WPS | 162 This is used to fetch the current AP settings instead of actually
|
D | ChangeLog | 324 - added P2P_GROUP_MEMBER command to fetch client interface address 849 - option to fetch and report alternative carrier records for external 902 * added "wpa_cli status wps" command to fetch WPA2-Personal passhrase 952 - GAS/ANQP to fetch network information 961 * added option to fetch BSS table entry based on P2P Device Address 967 fetch information about several BSSes in one call 1790 * try to fetch scan results once before requesting new scan when
|
D | android.config | 405 # from the operating system. os_get_random() function is used to fetch random
|
D | defconfig | 467 # from the operating system. os_get_random() function is used to fetch random
|
/hostap-latest/hostapd/ |
D | hlr_auc_gw.txt | 72 "hlr_auc_gw -D /path/to/hlr_auc_gw.db" can then be used to fetch
|
D | defconfig | 236 # operating system. os_get_random() function is used to fetch random data when
|
D | README-WPS | 234 - fetch the current AP PIN
|
D | ChangeLog | 384 * fixed OKC PMKSA cache entry fetch to avoid a possible infinite loop 508 - option to fetch and report alternative carrier records for external
|
/hostap-latest/hs20/server/ |
D | spp_server.c | 2243 char *fetch; in hs20_spp_post_dev_data() local 2246 fetch = db_get_val(ctx, user, realm, "fetch_pps", dmacc); in hs20_spp_post_dev_data() 2247 fetch_pps = fetch ? atoi(fetch) : 0; in hs20_spp_post_dev_data() 2248 free(fetch); in hs20_spp_post_dev_data()
|
/hostap-latest/src/wps/ |
D | wps_upnp.c | 972 #error MAC address fetch not implemented in get_netif_info()
|
/hostap-latest/tests/hwsim/ |
D | test_ap_hs20.py | 842 fetch = 0 850 fetch += 1 853 if fetch > 2 * scan + 3:
|
/hostap-latest/doc/ |
D | ctrl_iface.doxygen | 290 iterate through scan results one BSS at a time and to fetch all
|