Searched refs:staOps (Results 1 – 8 of 8) sorted by relevance
32 return chipDriver->staOps->Connect(netDev, param); in Connect()43 return chipDriver->staOps->Disconnect(netDev, reasonCode); in Disconnect()55 return chipDriver->staOps->StartScan(netDev, params); in ScanAll()66 return chipDriver->staOps->AbortScan(netDev); in AbortScan()462 if (chipDriver->staOps == NULL) { in HdfWlanStartPnoScan()466 if (chipDriver->staOps->StartPnoScan == NULL) { in HdfWlanStartPnoScan()535 if (chipDriver->staOps == NULL) { in HdfWlanStopPnoScan()540 if (chipDriver->staOps->StopPnoScan == NULL) { in HdfWlanStopPnoScan()544 return chipDriver->staOps->StopPnoScan(netdev); in HdfWlanStopPnoScan()584 if (chipDriver->staOps == NULL) { in HdfWlanGetSignalPollInfo()[all …]
164 struct HdfMac80211STAOps *staOps; /**< MAC address for the STA feature */ member
194 | struct HdfMac80211STAOps \*staOps | 支持STA模式所需的接口集 |
341 | struct HdfMac80211STAOps \*staOps | 支持STA模式所需的接口集 |
194 …| struct HdfMac80211STAOps \*staOps | Provides the interface set required for supporting…
341 …| struct HdfMac80211STAOps \*staOps | Provides the interface set required for supporting the stand…
537 chipDriver->staOps = &g_staOps;