Home
last modified time | relevance | path

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

/system/wlan/ti/wilink_6_1/utils/
Dfreq.c48 TI_UINT32 freq; member
95 TI_UINT8 Freq2Chan (TI_UINT32 freq) in Freq2Chan() argument
101 if (ChanFreq[ i ].freq == freq) in Freq2Chan()
119 return ChanFreq[ i ].freq; in Chan2Freq()
Dfreq.h46 TI_UINT8 Freq2Chan (TI_UINT32 freq);
/system/wlan/ti/wilink_6_1/Test/
DsmeDebug.c54 unsigned long freq; member
168 static TI_UINT8 Freq2Chan(TI_UINT32 freq) in Freq2Chan() argument
173 if(ChanFreq[i].freq == freq) in Freq2Chan()
/system/core/nexus/
DSupplicantAssociatingEvent.cpp87 int freq) : in SupplicantAssociatingEvent() argument
91 mFreq = freq; in SupplicantAssociatingEvent()
DSupplicantAssociatingEvent.h29 SupplicantAssociatingEvent(const char *bssid, const char *ssid, int freq);
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/
DCmdInterpretWext.c166 if (wrqu->freq.m != 0) in cmdInterpret_convertAndExecute()
170 pParam->content.siteMgrDesiredChannel = wrqu->freq.m; in cmdInterpret_convertAndExecute()
192 wrqu->freq.m = pParam->content.siteMgrCurrentChannel; in cmdInterpret_convertAndExecute()
193 wrqu->freq.e = 3; in cmdInterpret_convertAndExecute()
194 wrqu->freq.i = 0; in cmdInterpret_convertAndExecute()
404 range->freq[i].e = 0; in cmdInterpret_convertAndExecute()
405 range->freq[i].m = i; in cmdInterpret_convertAndExecute()
406 range->freq[i].i = pParam->content.supportedChannels.listOfChannels[i]+1; in cmdInterpret_convertAndExecute()
653 iwe.u.freq.m = my_current->Configuration.Union.channel; in cmdInterpret_convertAndExecute()
654 iwe.u.freq.e = 3; /* Frequency divider */ in cmdInterpret_convertAndExecute()
[all …]
/system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
Dcu_wext.c114 bssidList[index-1].Configuration.Union.channel = iwe->u.freq.m; in CuWext_FillBssidList()
220 pCuWext->req_data.freq.m = 0; in CuOs_GetCurrentChannel()
226 *channel = pCuWext->req_data.freq.m; in CuOs_GetCurrentChannel()
/system/extras/tests/memtest/
Dmemtest.cpp705 const float freq = t ? (1000.0f*float(REPEAT)*LOOP_CYCLES) / t : 0; in cpufreq_test() local
706 printf("this CPU frequency: %ld MHz\n", long(freq+0.5f)); in cpufreq_test()
/system/wlan/ti/wilink_6_1/stad/build/linux/
Ddrv_sources.inc82 $(UTILS)/freq.c
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
Dcu_cmd.h267 UINT8 Freq2Chan(UINT32 freq);
Dcu_cmd.c124 UINT32 freq; member
226 UINT8 Freq2Chan(UINT32 freq) in Freq2Chan() argument
231 if(ChanFreq[i].freq == freq) return ChanFreq[i].chan; in Freq2Chan()
/system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
Ddriver_ti.c1039 results[index].freq = pBssid->Configuration.channel / 1000; in wpa_driver_tista_get_scan_results()
1042 results[index].freq = pBssid->Configuration.Union.channel / 1000; in wpa_driver_tista_get_scan_results()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
DsiteMgr.c225 UINT32 freq; member
241 static UINT8 Freq2Chan(UINT32 freq) in Freq2Chan() argument
246 if(ChanFreq[i].freq == freq) return ChanFreq[i].chan; in Freq2Chan()
257 if(ChanFreq[i].chan == chan) return ChanFreq[i].freq; in Chan2Freq()
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
Dcu_cmd.c98 U32 freq; member
420 static U8 CuCmd_Freq2Chan(U32 freq) in CuCmd_Freq2Chan() argument
425 if(ChanFreq[i].freq == freq) in CuCmd_Freq2Chan()