Searched refs:us_reason (Results 1 - 7 of 7) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_cfg80211_apt.h | 76 hi_u32 cfg80211_disconnected(const oal_net_device_stru *netdev, hi_u16 us_reason, const hi_u8 *puc_ie, hi_u32 ie_len); 95 hi_u32 cfg80211_mesh_close(const oal_net_device_stru *netdev, const hi_u8 *mac_addr, hi_u8 addr_len, hi_u16 us_reason);
|
H A D | wal_cfg80211_apt.c | 469 hi_u32 cfg80211_disconnected(const oal_net_device_stru *netdev, hi_u16 us_reason, const hi_u8 *ie, hi_u32 ie_len) in cfg80211_disconnected() argument 495 disconnect.reason = us_reason; in cfg80211_disconnected() 662 hi_u32 cfg80211_mesh_close(const oal_net_device_stru *netdev, const hi_u8 *mac_addr, hi_u8 addr_len, hi_u16 us_reason) in cfg80211_mesh_close() argument 676 mesh_close_peer.us_reason = us_reason; in cfg80211_mesh_close()
|
H A D | hi_wifi_driver_wpa_if.h | 588 hi_u16 us_reason; member
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_cfg80211.c | 168 hi_u32 oal_cfg80211_disconnected(oal_net_device_stru *pst_net_device, hi_u16 us_reason, const hi_u8 *puc_ie, in oal_cfg80211_disconnected() argument 172 cfg80211_disconnected(pst_net_device, us_reason, puc_ie, ul_ie_len, locally_generated, GFP_ATOMIC); in oal_cfg80211_disconnected() 174 HdfWifiEventDisconnected(pst_net_device, us_reason, puc_ie, ul_ie_len); in oal_cfg80211_disconnected()
|
H A D | oal_cfg80211.h | 103 hi_u32 oal_cfg80211_disconnected(oal_net_device_stru *pst_net_device, hi_u16 us_reason, const hi_u8 *puc_ie,
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/wifi/include/ |
H A D | hi_wifi_driver_wpa_if.h | 540 hi_u16 us_reason; member 563 hi_u16 us_reason; member
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_mgmt_bss_comm.c | 1225 hi_u16 us_reason = (puc_payload[4] & 0xFF) | ((puc_payload[5] << 8) & 0xFF00); /* 4 5 元素索引 左移8位 */ in hmac_mgmt_rx_delba() local 1234 hi_unref_param(us_reason); /* 用于解决关闭维测后的编译告警问题 */ in hmac_mgmt_rx_delba() 1237 initiator, us_reason); in hmac_mgmt_rx_delba()
|
Completed in 18 milliseconds