Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c1081 struct ieee80211_txparam *txparam; in op_wlan_tx_params() local
1089 txparam = wlan_get_tx_param(&val->var, sub, &wif, &phy); in op_wlan_tx_params()
1090 if (txparam == NULL) in op_wlan_tx_params()
1095 txparam = wlan_get_next_tx_param(&val->var, sub, &wif, &phy); in op_wlan_tx_params()
1096 if (txparam == NULL || wif == NULL) in op_wlan_tx_params()
1102 txparam = wlan_get_tx_param(&val->var, sub, &wif, &phy); in op_wlan_tx_params()
1103 if (txparam == NULL || wif == NULL) in op_wlan_tx_params()
1107 ctx->scratch->int1 = txparam->ucastrate; in op_wlan_tx_params()
1108 txparam->ucastrate = val->v.integer * 2; in op_wlan_tx_params()
1111 ctx->scratch->int1 = txparam->mcastrate; in op_wlan_tx_params()
[all …]