Home
last modified time | relevance | path

Searched refs:max (Results 1 – 12 of 12) sorted by relevance

/hostap-latest/wpa_supplicant/
Dmesh_rsn.c476 u8 *min, *max; in mesh_rsn_derive_mtk() local
490 max = sta->peer_nonce; in mesh_rsn_derive_mtk()
493 max = sta->my_nonce; in mesh_rsn_derive_mtk()
497 os_memcpy(ptr, max, WPA_NONCE_LEN); in mesh_rsn_derive_mtk()
518 max = peer; in mesh_rsn_derive_mtk()
521 max = myaddr; in mesh_rsn_derive_mtk()
525 os_memcpy(ptr, max, ETH_ALEN); in mesh_rsn_derive_mtk()
Dconfig.c2457 #define _STR_RANGE(f, min, max) _STR_LEN(f), (void *) (min), (void *) (max) argument
2458 #define STR_RANGE(f, min, max) _STR_RANGE(f, min, max), 0 argument
2459 #define STR_RANGE_KEY(f, min, max) _STR_RANGE(f, min, max), 1 argument
2477 #define INT_RANGE(f, min, max) #f, wpa_config_parse_int_range, OFFSET(f), \ argument
2478 (void *) 0, (void *) (min), (void *) (max), 0
2480 #define INT_RANGE(f, min, max) #f, wpa_config_parse_int_range, \ argument
2482 (void *) 0, (void *) (min), (void *) (max), 0
5386 #define INT_RANGE(f, min, max) #f, wpa_global_config_parse_int_range, \ argument
5387 wpa_config_get_int, OFFSET(f), (void *) min, (void *) max
5390 #define STR_RANGE(f, min, max) _STR(f), (void *) min, (void *) max argument
DChangeLog1001 - Keep-alive based on BSS max idle period
1111 - Export max scan ssids supported by the driver as MaxScanSSID.
1579 store in a PAC list (fast_max_pac_list_len=<max> in phase1 string)
Dwpa_supplicant.c774 int i, max = 6; in wpa_clear_keys() local
777 for (i = 0; i < max; i++) { in wpa_clear_keys()
Dctrl_iface.c7446 freq->min, freq->max); in p2p_ctrl_disallow_freq()
/hostap-latest/src/tls/
Dlibtommath.c215 int olduse, res, min, max; in s_mp_add() local
222 max = a->used; in s_mp_add()
226 max = b->used; in s_mp_add()
231 if (c->alloc < max + 1) { in s_mp_add()
232 if ((res = mp_grow (c, max + 1)) != MP_OKAY) { in s_mp_add()
239 c->used = max + 1; in s_mp_add()
272 if (min != max) { in s_mp_add()
273 for (; i < max; i++) { in s_mp_add()
302 int olduse, res, min, max; in s_mp_sub() local
306 max = a->used; in s_mp_sub()
[all …]
/hostap-latest/src/utils/
Dcommon.c810 freq[count].max = atoi(pos2); in freq_range_list_parse()
812 freq[count].max = freq[count].min; in freq_range_list_parse()
836 if (freq >= list->range[i].min && freq <= list->range[i].max) in freq_range_list_includes()
864 if (range->min == range->max) in freq_range_list_str()
870 range->min, range->max); in freq_range_list_str()
Dcommon.h594 unsigned int max; member
/hostap-latest/src/crypto/
Dtls_mbedtls_alt.c698 int max = (flags & TLS_CONN_DISABLE_TLSv1_3) ? in tls_mbedtls_set_allowed_tls_vers() local
710 if (max < min) in tls_mbedtls_set_allowed_tls_vers()
717 if (min < 2 || max < 2) in tls_mbedtls_set_allowed_tls_vers()
722 if (max < 2) in tls_mbedtls_set_allowed_tls_vers()
723 max = 2; in tls_mbedtls_set_allowed_tls_vers()
731 max = (max == 2) ? MBEDTLS_SSL_VERSION_TLS1_2 : MBEDTLS_SSL_VERSION_TLS1_3; in tls_mbedtls_set_allowed_tls_vers()
733 mbedtls_ssl_conf_max_tls_version(conf, max); in tls_mbedtls_set_allowed_tls_vers()
738 if (max == 3) in tls_mbedtls_set_allowed_tls_vers()
739 max = 2; in tls_mbedtls_set_allowed_tls_vers()
747 mbedtls_ssl_conf_max_version(conf, MBEDTLS_SSL_MAJOR_VERSION_3, max + 1); in tls_mbedtls_set_allowed_tls_vers()
/hostap-latest/tests/
Dcipher-and-key-mgmt-testing.txt102 rtt min/avg/max/mdev = 5.811/230.605/900.223/337.451 ms
/hostap-latest/src/drivers/
Ddriver_nl80211_event.c2596 range[idx].max = freq_range->range[i].end_freq; in qca_nl80211_avoid_freq()
2598 range[idx].min, range[idx].max); in qca_nl80211_avoid_freq()
2599 if (range[idx].min > range[idx].max) { in qca_nl80211_avoid_freq()
/hostap-latest/hostapd/
DChangeLog578 - BSS max idle period