Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
Dwlan_snmp.c1084 struct ieee80211_txparam *txparam; in op_wlan_tx_params() local
1092 txparam = wlan_get_tx_param(&val->var, sub, &wif, &phy); in op_wlan_tx_params()
1093 if (txparam == NULL) in op_wlan_tx_params()
1098 txparam = wlan_get_next_tx_param(&val->var, sub, &wif, &phy); in op_wlan_tx_params()
1099 if (txparam == NULL || wif == NULL) in op_wlan_tx_params()
1105 txparam = wlan_get_tx_param(&val->var, sub, &wif, &phy); in op_wlan_tx_params()
1106 if (txparam == NULL || wif == NULL) in op_wlan_tx_params()
1110 ctx->scratch->int1 = txparam->ucastrate; in op_wlan_tx_params()
1111 txparam->ucastrate = val->v.integer * 2; in op_wlan_tx_params()
1114 ctx->scratch->int1 = txparam->mcastrate; in op_wlan_tx_params()
[all …]