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

/hardware/ti/wlan/wl1271/platforms/os/linux/src/
H A DCmdInterpretWext.c637 OS_802_11_N_RATES *rate_list; local
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);

Completed in 52 milliseconds