HomeSort by relevance Sort by last modified time
    Searched refs:fragm_threshold (Results 1 - 5 of 5) sorted by null

  /external/wpa_supplicant_8/hostapd/
hostapd.conf 188 fragm_threshold=2346
    [all...]
config_file.c     [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 529 int fragm_threshold; member in struct:hostapd_config
ap_config.c 156 conf->fragm_threshold = -1; /* user driver default: 2346 */
hostapd.c 1228 if (hapd->iconf->fragm_threshold > -1 &&
1229 hostapd_set_frag(hapd, hapd->iconf->fragm_threshold)) {
    [all...]

Completed in 47 milliseconds