Home | History | Annotate | Download | only in src

Lines Matching refs:rate_list

637 			OS_802_11_N_RATES *rate_list;
680 rate_list = os_memoryAlloc (pCmdInterpret->hOs, rates_allocated_size);
681 if (!rate_list) {
689 pParam->content.pRateList = rate_list;
807 current_rates = (TI_UINT8 *)(rate_list[i]);
875 os_memoryFree (pCmdInterpret->hOs, rate_list, rates_allocated_size);