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

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

Completed in 71 milliseconds