Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_supplicant_hal.c114 static int WpaCliCmdStatus(WifiWpaStaInterface *this, const char*ifName, struct WpaHalCmdStatus *pcmd) in WpaCliCmdStatus() argument
116 if (this == NULL || pcmd == NULL) { in WpaCliCmdStatus()
133 if (strcpy_s(pcmd->bssid, sizeof(pcmd->bssid), value) != EOK) { in WpaCliCmdStatus()
137 pcmd->freq = atoi(value); in WpaCliCmdStatus()
139 if (strcpy_s(pcmd->ssid, sizeof(pcmd->ssid), value) != EOK) { in WpaCliCmdStatus()
142 printf_decode((u8 *)pcmd->ssid, sizeof(pcmd->ssid), pcmd in WpaCliCmdStatus()
333 WpaCliCmdGetNetwork( WifiWpaStaInterface *this, const struct WpaGetNetworkArgv *argv, char *pcmd, unsigned size) WpaCliCmdGetNetwork() argument
783 ListNetworkProcess(WifiNetworkInfo *pcmd, char *tmpBuf, int bufLeng) ListNetworkProcess() argument
818 WpaCliCmdListNetworks(WifiWpaStaInterface *this, WifiNetworkInfo *pcmd, int *size) WpaCliCmdListNetworks() argument
977 char *pcmd = (char *)calloc(len, sizeof(char)); WpaCliCmdScan() local
1159 GetChanWidthCenterFreqVht(ScanInfo *pcmd, ScanInfoElem* infoElem) GetChanWidthCenterFreqVht() argument
1181 GetChanWidthCenterFreqHe(ScanInfo *pcmd, ScanInfoElem* infoElem) GetChanWidthCenterFreqHe() argument
1224 GetChanWidthCenterFreqHt(ScanInfo *pcmd, ScanInfoElem* infoElem) GetChanWidthCenterFreqHt() argument
1241 GetChanMaxRates(ScanInfo *pcmd, ScanInfoElem* infoElem) GetChanMaxRates() argument
1256 GetChanExtMaxRates(ScanInfo *pcmd, ScanInfoElem* infoElem) GetChanExtMaxRates() argument
1271 GetChanWidthCenterFreq(ScanInfo *pcmd, struct NeedParseIe* iesNeedParse) GetChanWidthCenterFreq() argument
1333 GetInfoElems(int length, int end, char *srcBuf, ScanInfo *pcmd) GetInfoElems() argument
1394 DelScanInfoLine(ScanInfo *pcmd, char *srcBuf, int length) DelScanInfoLine() argument
[all...]
H A Dwpa_supplicant_hal.h85 int (*wpaCliCmdStatus)(WifiWpaStaInterface *p, const char *ifName, struct WpaHalCmdStatus *pcmd);
96 int (*wpaCliCmdGetNetwork)(WifiWpaStaInterface *p, const struct WpaGetNetworkArgv *argv, char *pcmd,
107 int (*wpaCliCmdListNetworks)(WifiWpaStaInterface *p, WifiNetworkInfo *pcmd, int *size);
130 int DelScanInfoLine(ScanInfo *pcmd, char *srcBuf, int length);

Completed in 2 milliseconds