Searched refs:addrLen (Results 1 - 6 of 6) sorted by relevance
/drivers/hdf_core/framework/model/network/wifi/platform/src/ |
H A D | hdf_wifi_event.c | 24 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 D | hdf_wifi_event.h | 314 * @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 D | hdf_client_test.cpp | 883 uint32_t addrLen = 0; 884 ret = WifiCmdStaRemove(NULL, addr, addrLen); 886 WifiCmdStaRemove(ifNameInvalid, addr, addrLen);
|
/drivers/hdf_core/framework/include/net/ |
H A D | net_device.h | 479 uint8_t addrLen; /**< MAC address length */ member
|
/drivers/peripheral/wlan/client/src/sbuf/ |
H A D | sbuf_wpa_cmd_adapter.c | 537 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 D | wifi_driver_client.h | 585 int32_t WifiCmdStaRemove(const char *ifName, const uint8_t *addr, uint32_t addrLen);
|
Completed in 13 milliseconds