HomeSort by: relevance | last modified time | path
    Searched refs:he_rts_threshold (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
ieee802_11_he.c 199 if (hapd->iface->conf->he_op.he_rts_threshold)
200 params |= (hapd->iface->conf->he_op.he_rts_threshold <<
ap_config.h 1005 u16 he_rts_threshold; member in struct:he_operation
ap_config.c 277 conf->he_op.he_rts_threshold = HE_OPERATION_RTS_THRESHOLD_MASK >>
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 3739 } else if (os_strcmp(buf, "he_rts_threshold") == 0) {
3740 conf->he_op.he_rts_threshold = atoi(pos);

Completed in 72 milliseconds