Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wfi_netdevice.h102 struct cfg80211_scan_request *pstrScanReq; member
Dwilc_wfi_cfgoperations.c446 if (priv->pstrScanReq != NULL) { in CfgScanResult()
447 cfg80211_scan_done(priv->pstrScanReq, false); in CfgScanResult()
450 priv->pstrScanReq = NULL; in CfgScanResult()
460 if (priv->pstrScanReq != NULL) { in CfgScanResult()
465 cfg80211_scan_done(priv->pstrScanReq, false); in CfgScanResult()
467 priv->pstrScanReq = NULL; in CfgScanResult()
704 priv->pstrScanReq = request; in scan()