Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/sta/
H A Dsta.c32 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 …]
/ohos5.0/drivers/hdf_core/framework/include/wifi/
H A Dwifi_module.h164 struct HdfMac80211STAOps *staOps; /**< MAC address for the STA feature */ member
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-smallchip-driver-oom.md194 | struct&nbsp;HdfMac80211STAOps&nbsp;\*staOps | 支持STA模式所需的接口集 |
H A Dstandard-system-porting-guide.md341 | struct&nbsp;HdfMac80211STAOps&nbsp;\*staOps | 支持STA模式所需的接口集 |
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-smallchip-driver-oom.md194 …| struct&nbsp;HdfMac80211STAOps&nbsp;\*staOps | Provides the interface set required for supporting…
H A Dstandard-system-porting-guide.md341 …| struct HdfMac80211STAOps \*staOps | Provides the interface set required for supporting the stand…
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-external-des.md537 chipDriver->staOps = &g_staOps;
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-external-des.md537 chipDriver->staOps = &g_staOps;