Searched refs:he_rts_threshold (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dieee802_11_he.c153 if (hapd->iface->conf->he_op.he_rts_threshold)
154 params |= (hapd->iface->conf->he_op.he_rts_threshold <<
H A Dap_config.h848 u16 he_rts_threshold; member in struct:he_operation
H A Dap_config.c248 conf->he_op.he_rts_threshold = HE_OPERATION_RTS_THRESHOLD_MASK >>
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3464 } else if (os_strcmp(buf, "he_rts_threshold") == 0) {
3465 conf->he_op.he_rts_threshold = atoi(pos);

Completed in 176 milliseconds