Home
last modified time | relevance | path

Searched refs:addrLen (Results 1 - 6 of 6) sorted by relevance

/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wifi_event.c24 int32_t HdfWifiEventNewSta(const struct NetDevice *netDev, const uint8_t *macAddr, uint8_t addrLen, in HdfWifiEventNewSta() argument
49 !HdfSbufWriteBuffer(data, macAddr, addrLen)) { in HdfWifiEventNewSta()
56 (addrLen > 0) ? macAddr[addrLen - 1] : -1); in HdfWifiEventNewSta()
63 int32_t HdfWifiEventDelSta(struct NetDevice *netDev, const uint8_t *macAddr, uint8_t addrLen) in HdfWifiEventDelSta() argument
79 if (!HdfSbufWriteString(data, netDev->name) || !HdfSbufWriteBuffer(data, macAddr, addrLen)) { in HdfWifiEventDelSta()
/drivers/hdf_core/framework/include/wifi/
H A Dhdf_wifi_event.h314 * @param addrLen Indicates the length of the MAC address of the station. The length is fixed to six bytes.
322 int32_t HdfWifiEventNewSta(const struct NetDevice *netDev, const uint8_t *macAddr, uint8_t addrLen,
330 * @param addrLen Indicates the length of the MAC address of the station. The length is fixed to six bytes.
337 int32_t HdfWifiEventDelSta(struct NetDevice *netDev, const uint8_t *macAddr, uint8_t addrLen);
/drivers/peripheral/wlan/test/unittest/client/
H A Dhdf_client_test.cpp883 uint32_t addrLen = 0;
884 ret = WifiCmdStaRemove(NULL, addr, addrLen);
886 WifiCmdStaRemove(ifNameInvalid, addr, addrLen);
/drivers/hdf_core/framework/include/net/
H A Dnet_device.h479 uint8_t addrLen; /**< MAC address length */ member
/drivers/peripheral/wlan/client/src/sbuf/
H A Dsbuf_wpa_cmd_adapter.c537 int32_t WifiCmdStaRemove(const char *ifName, const uint8_t *addr, uint32_t addrLen) in WifiCmdStaRemove() argument
551 isSerializeFailed = isSerializeFailed || !HdfSbufWriteBuffer(data, addr, addrLen); in WifiCmdStaRemove()
/drivers/peripheral/wlan/client/include/
H A Dwifi_driver_client.h585 int32_t WifiCmdStaRemove(const char *ifName, const uint8_t *addr, uint32_t addrLen);

Completed in 13 milliseconds