tx_max_rate       516 dev/ic/if_wi_hostap.c 	sta->tx_max_rate = 0;
tx_max_rate       524 dev/ic/if_wi_hostap.c 			if (sta->tx_max_rate < 1)
tx_max_rate       525 dev/ic/if_wi_hostap.c 				sta->tx_max_rate = 1;
tx_max_rate       529 dev/ic/if_wi_hostap.c 			if (sta->tx_max_rate < 2)
tx_max_rate       530 dev/ic/if_wi_hostap.c 				sta->tx_max_rate = 2;
tx_max_rate       534 dev/ic/if_wi_hostap.c 			sta->tx_max_rate = 3;
tx_max_rate       539 dev/ic/if_wi_hostap.c 	sta->tx_curr_rate = sta->tx_max_rate;
tx_max_rate        93 dev/ic/if_wi_hostap.h 	u_int8_t	tx_max_rate;