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

/freebsd-10-stable/contrib/wpa/src/ap/
H A Dgas_serv.c787 if (wpabuf_len(buf) > hapd->gas_frag_limit ||
953 if (frag_len > hapd->gas_frag_limit || dialog->comeback_delay ||
967 (unsigned int) hapd->gas_frag_limit,
1082 if (frag_len > hapd->gas_frag_limit) {
1083 frag_len = hapd->gas_frag_limit;
1163 hapd->gas_frag_limit = 1400;
1164 if (hapd->conf->gas_frag_limit > 0)
1165 hapd->gas_frag_limit = hapd->conf->gas_frag_limit;
H A Dhostapd.h189 size_t gas_frag_limit; member in struct:hostapd_data
H A Dap_config.h437 int gas_frag_limit; member in struct:hostapd_bss_config
/freebsd-10-stable/contrib/wpa/hostapd/
H A Dctrl_iface.c757 } else if (os_strcasecmp(cmd, "gas_frag_limit") == 0) {
762 hapd->gas_frag_limit = val;
H A Dconfig_file.c2853 } else if (os_strcmp(buf, "gas_frag_limit") == 0) {
2854 bss->gas_frag_limit = atoi(pos);

Completed in 146 milliseconds