Home
last modified time | relevance | path

Searched refs:fragm_threshold (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/ap/
HDap_config.h873 int fragm_threshold; member
HDhostapd.c1963 if (hapd->iconf->fragm_threshold >= -1 && in hostapd_setup_interface_complete_sync()
1964 hostapd_set_frag(hapd, hapd->iconf->fragm_threshold) && in hostapd_setup_interface_complete_sync()
1965 hapd->iconf->fragm_threshold != -1) { in hostapd_setup_interface_complete_sync()
HDap_config.c212 conf->fragm_threshold = -2; /* user driver default: 2346 */ in hostapd_config_defaults()