Home
last modified time | relevance | path

Searched defs:us_reason (Results 1 – 5 of 5) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
Dwal_cfg80211_apt.c469 hi_u32 cfg80211_disconnected(const oal_net_device_stru *netdev, hi_u16 us_reason, const hi_u8 *ie, … in cfg80211_disconnected()
662 …h_close(const oal_net_device_stru *netdev, const hi_u8 *mac_addr, hi_u8 addr_len, hi_u16 us_reason) in cfg80211_mesh_close()
Dhi_wifi_driver_wpa_if.h588 hi_u16 us_reason; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_cfg80211.c168 hi_u32 oal_cfg80211_disconnected(oal_net_device_stru *pst_net_device, hi_u16 us_reason, const hi_u8… in oal_cfg80211_disconnected()
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/wifi/include/
Dhi_wifi_driver_wpa_if.h540 hi_u16 us_reason; member
563 hi_u16 us_reason; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_mgmt_bss_comm.c1225 … hi_u16 us_reason = (puc_payload[4] & 0xFF) | ((puc_payload[5] << 8) & 0xFF00); /* 4 5 元素索引 左移8位 */ in hmac_mgmt_rx_delba() local