Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.c530 tstrConnectInfo *pstrConnectInfo, in CfgConnectResult() argument
554 u16ConnectStatus = pstrConnectInfo->u16ConnectStatus; in CfgConnectResult()
559 (pstrConnectInfo->u16ConnectStatus == SUCCESSFUL_STATUSCODE)) { in CfgConnectResult()
577 …PRINT_INFO(CFG80211_DBG, "Connection Successful:: BSSID: %x%x%x%x%x%x\n", pstrConnectInfo->au8bssi… in CfgConnectResult()
578pstrConnectInfo->au8bssid[1], pstrConnectInfo->au8bssid[2], pstrConnectInfo->au8bssid[3], pstrConn… in CfgConnectResult()
579 memcpy(priv->au8AssociatedBss, pstrConnectInfo->au8bssid, ETH_ALEN); in CfgConnectResult()
584 pstrConnectInfo->au8bssid, ETH_ALEN) == 0) { in CfgConnectResult()
605 …PRINT_D(CFG80211_DBG, "Association request info elements length = %zu\n", pstrConnectInfo->ReqIEsL… in CfgConnectResult()
607 …PRINT_D(CFG80211_DBG, "Association response info elements length = %d\n", pstrConnectInfo->u16Resp… in CfgConnectResult()
609 cfg80211_connect_result(dev, pstrConnectInfo->au8bssid, in CfgConnectResult()
[all …]