Home
last modified time | relevance | path

Searched refs:limit (Results 1 – 13 of 13) sorted by relevance

/hostap-latest/wpa_supplicant/
Dautoscan_exponential.c18 int limit; member
39 data->limit = atoi(pos); in autoscan_exponential_get_params()
60 "and limit is %d", data->base, data->limit); in autoscan_exponential_init()
84 if (data->interval >= data->limit) in autoscan_exponential_notify_scan()
85 return data->limit; in autoscan_exponential_notify_scan()
91 if (data->interval > data->limit) in autoscan_exponential_notify_scan()
92 return data->limit; in autoscan_exponential_notify_scan()
DREADME-HS20285 # limit would prevent any connection. Values are in kilobits per second.
295 # BSS Load or if the limit would prevent any connection, this constraint
Deap_testing.txt241 limit with AVP encapsulation and TLS tunneling. Note: EAP-PEAP/TLS
DREADME-P2P113 limit, it will automatically revert to requesting all ASP services.
505 that there is quite strict limit on how quickly the response needs to
Devents.c1682 int limit = 1; in wpa_scan_res_match() local
1692 limit = 0; in wpa_scan_res_match()
1694 if (bssid_ignore_count > limit) { in wpa_scan_res_match()
1698 bssid_ignore_count, limit); in wpa_scan_res_match()
DREADME298 features and limit the binary size and requirements for external
944 for this purpose to limit access to user files even further).
DChangeLog1160 * AP mode: Add max_num_sta config option, which can be used to limit
2344 * added support for larger scan results report (old limit was 4 kB of
/hostap-latest/hs20/server/www/
Dusers.php285 $limit = $_GET["limit"]; variable
286 if (!is_numeric($limit))
287 $limit = 20; variable
289 $limit = 20; variable
291 $res = $db->query("SELECT rowid,* FROM eventlog ORDER BY timestamp DESC LIMIT $limit");
293 …WHERE (user='$user' OR user='$osu_user') AND realm='$realm' ORDER BY timestamp DESC LIMIT $limit");
295 …rowid,* FROM eventlog WHERE user='$user' AND realm='$realm' ORDER BY timestamp DESC LIMIT $limit");
/hostap-latest/tests/hwsim/
Dtest_p2p_discovery.py841 limit = 200
842 while limit > 0:
848 limit -= 1
/hostap-latest/wpa_supplicant/doc/docbook/
Dwpa_priv.sgml49 non-privileged user account created just for this purpose to limit access
/hostap-latest/doc/
Ddriver_wrapper.doxygen36 without very good reasons in order to limit the number of changes
Ddbus.doxygen1547 …d>Initial scan channel (frequency in MHz) for the start_with_full case to limit the initial scan t…
1646 …<tr><td>retry_limit</td><td>i</td><td>Optional limit on the number of scan attempts to join a grou…
/hostap-latest/hostapd/
DChangeLog228 frame sending for not-associated STAs if max_num_sta limit has been
596 * limit number of active wildcard PINs for WPS Registrar to one to avoid