Searched refs:gas_frag_limit (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dgas_serv.c1473 if (wpabuf_len(buf) > hapd->conf->gas_frag_limit ||
1531 if (wpabuf_len(buf) > hapd->conf->gas_frag_limit ||
1766 if (frag_len > hapd->conf->gas_frag_limit) {
1767 frag_len = hapd->conf->gas_frag_limit;
H A Dap_config.h584 size_t gas_frag_limit; member in struct:hostapd_bss_config
H A Dap_config.c118 bss->gas_frag_limit = 1400;
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3938 } else if (os_strcmp(buf, "gas_frag_limit") == 0) {
3943 "Line %d: Invalid gas_frag_limit '%s'",
3947 bss->gas_frag_limit = val;

Completed in 120 milliseconds