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

  /external/wpa_supplicant_8/hostapd/
hostapd.conf 137 rts_threshold=2347
    [all...]
config_file.c     [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 474 int rts_threshold; member in struct:hostapd_config
ap_config.c 147 conf->rts_threshold = -1; /* use driver default: 2347 */
hostapd.c 935 if (hapd->iconf->rts_threshold > -1 &&
936 hostapd_set_rts(hapd, hapd->iconf->rts_threshold)) {
    [all...]

Completed in 34 milliseconds