Home
last modified time | relevance | path

Searched defs:mac_addr (Results 1 – 25 of 120) sorted by relevance

12345

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_cfg80211.c82 hi_void oal_kobject_uevent_env_sta_join(oal_net_device_stru *net_device, const hi_u8 *mac_addr) in oal_kobject_uevent_env_sta_join()
99 hi_void oal_kobject_uevent_env_sta_leave(oal_net_device_stru *net_device, const hi_u8 *mac_addr) in oal_kobject_uevent_env_sta_leave()
183 hi_u32 oal_cfg80211_del_sta(oal_net_device_stru *net_device, const hi_u8 *mac_addr, hi_u8 addr_len, in oal_cfg80211_del_sta()
200 hi_u32 oal_cfg80211_new_sta(oal_net_device_stru *net_device, const hi_u8 *mac_addr, hi_u8 addr_len, in oal_cfg80211_new_sta()
221 hi_void oal_cfg80211_mic_failure(oal_net_device_stru *net_device, const hi_u8 *mac_addr, in oal_cfg80211_mic_failure()
Doal_util.c47 WIFI_ROM_TEXT hi_void oal_strtoaddr(const hi_char *param, hi_u8 *mac_addr, hi_u8 mac_addr_len) in oal_strtoaddr()
205 hi_void oal_random_ether_addr(hi_u8 *mac_addr, hi_u8 mac_addr_len) in oal_random_ether_addr()
229 hi_void oal_random_ether_addr(hi_u8 *mac_addr, hi_u8 mac_addr_len) in oal_random_ether_addr()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_user.c498 hi_u32 hmac_user_add_check(mac_vap_stru *mac_vap, const hi_u8 *mac_addr, hi_u8 mac_addr_len) in hmac_user_add_check()
544 hi_u32 hmac_user_init_proc(const mac_vap_stru *mac_vap, const hi_u8 *mac_addr, hi_u8 *puc_user_inde… in hmac_user_init_proc()
598 hi_u32 hmac_user_add_send_event(const mac_vap_stru *mac_vap, const hi_u8 *mac_addr, hi_u8 mac_addr_… in hmac_user_add_send_event()
647 hi_u32 hmac_user_add(mac_vap_stru *mac_vap, const hi_u8 *mac_addr, hi_u8 mac_addr_len, hi_u8 *puc_u… in hmac_user_add()
899 hmac_user_stru *mac_vap_get_hmac_user_by_addr(mac_vap_stru *mac_vap, const hi_u8 *mac_addr, hi_u8 a… in mac_vap_get_hmac_user_by_addr()
934 hi_u32 hmac_set_multicast_user_whitelist(const mac_vap_stru *mac_vap, const hi_u8 *mac_addr, hi_u8 … in hmac_set_multicast_user_whitelist()
994 hi_u32 hmac_del_multicast_user_whitelist(const mac_vap_stru *mac_vap, const hi_u8 *mac_addr, hi_u8 … in hmac_del_multicast_user_whitelist()
Dhmac_11i.c54 static wlan_priv_key_param_stru *hmac_get_key_info(mac_vap_stru *mac_vap, hi_u8 *mac_addr, hi_u8 pa… in hmac_get_key_info()
106 hi_u8 *mac_addr = HI_NULL; in hmac_config_wapi_add_key() local
209 hi_u8 *mac_addr = (hi_u8 *)payload_addkey_params->auc_mac_addr; in hmac_config_11i_add_key() local
289 hi_u8 *mac_addr = HI_NULL; in hmac_config_11i_get_key() local
535 hi_u32 hmac_init_security(mac_vap_stru *mac_vap, hi_u8 *mac_addr, hi_u16 addr_len) in hmac_init_security()
1349 hi_u32 hmac_11i_ether_type_filter(const hmac_vap_stru *hmac_vap, const hi_u8 *mac_addr, hi_u16 us_e… in hmac_11i_ether_type_filter()
Dhmac_rx_data.c548 hi_u8 *mac_addr = msdu->auc_ta; in hmac_rx_transmit_msdu_to_lan() local
601 hi_u8 *mac_addr = HI_NULL; in hmac_rx_msdu_frame_classify() local
673 hi_u8 *mac_addr = HI_NULL; in hmac_rx_lan_frame_classify() local
1001 hi_void hmac_rx_process_no_multicast_proc(const hmac_vap_stru *hmac_vap, const hi_u8 *mac_addr, in hmac_rx_process_no_multicast_proc()
1072 hi_u8 *mac_addr = HI_NULL; /* 保存用户目的地址的指针 */ in hmac_rx_process_data_ap_tcp_ack_opt() local
Dhmac_encap_frame_ap.c343 hi_u32 hmac_encap_auth_rsp_get_user_idx_seq(mac_vap_stru *mac_vap, hi_u8 is_seq1, hi_u8 *mac_addr, … in hmac_encap_auth_rsp_get_user_idx_seq()
393 hi_u8 *mac_addr = auth_mac_addr.mac_addr; in hmac_encap_auth_rsp_get_user_idx() local
659 hi_u8 mac_addr[WLAN_MAC_ADDR_LEN] = {0}; in hmac_encap_auth_rsp_body() local
792 hi_u8 mac_addr[WLAN_MAC_ADDR_LEN] = {0}; in hmac_update_auth_rsp_status_code() local
Dhmac_mgmt_classifier.c336 mac_vap_stru *mac_vap, const hi_u8 *mac_addr, hi_u16 us_err_code, hmac_vap_stru *hmac_vap) in hmac_mgmt_send_disasoc_deauth_event_frame()
403 hi_u8 *mac_addr = deauth_event->auc_des_addr; /* 保存用户目的地址的指针 */ in hmac_mgmt_send_disasoc_deauth_event() local
Dhmac_encap_frame_ap.h95 hi_u8 *mac_addr; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
Dwal_cfg80211_apt.c69 hi_u32 cfg80211_new_sta(const oal_net_device_stru *netdev, const hi_u8 *mac_addr, hi_u8 addr_len, in cfg80211_new_sta()
124 hi_u32 cfg80211_del_sta(oal_net_device_stru *netdev, const hi_u8 *mac_addr, hi_u8 addr_len) in cfg80211_del_sta()
662 hi_u32 cfg80211_mesh_close(const oal_net_device_stru *netdev, const hi_u8 *mac_addr, hi_u8 addr_len… in cfg80211_mesh_close()
799 hi_void cfg80211_kobject_uevent_env_sta_join(oal_net_device_stru *netdev, const hi_u8 *mac_addr, hi… in cfg80211_kobject_uevent_env_sta_join()
820 hi_void cfg80211_kobject_uevent_env_sta_leave(oal_net_device_stru *netdev, const hi_u8 *mac_addr, h… in cfg80211_kobject_uevent_env_sta_leave()
Dwal_ioctl.c1037 hi_u8 mac_addr[WLAN_MAC_ADDR_LEN] = {0}; in wal_ioctl_get_apaddr() local
1841 static hi_s32 wal_kick_sta(oal_net_device_stru *net_dev, hi_u8 *mac_addr, hi_u8 addr_len) in wal_kick_sta()
1901 hi_u8 mac_addr[WLAN_MAC_ADDR_LEN]; in wal_ioctl_set_mac_filters() local
2138 hi_u8 mac_addr[WLAN_MAC_ADDR_LEN] = {0}; in wal_ioctl_set_ap_sta_disassoc() local
2832 hi_u32 wal_macaddr_check(const hi_u8 *mac_addr) in wal_macaddr_check()
Dhi_wifi_driver_api.c313 hi_s32 hi_wifi_set_macaddr(const hi_char *mac_addr, hi_u8 mac_len) in hi_wifi_set_macaddr()
341 hi_s32 hi_wifi_get_macaddr(hi_char *mac_addr, hi_u8 addr_len) in hi_wifi_get_macaddr()
1090 hi_u8 *mac_addr = HI_NULL; in hi_wifi_any_del_peer() local
Dwal_cfg80211.c806 hi_u8 mac_addr[WLAN_MAC_ADDR_LEN]; in wal_cfg80211_get_key() local
1184 hi_u8 wal_cfg80211_get_station_filter(mac_vap_stru *mac_vap, hi_u8 *mac_addr) in wal_cfg80211_get_station_filter()
1269 …wal_cfg80211_get_station(oal_wiphy_stru *wiphy, oal_net_device_stru *netdev, const hi_u8 *mac_addr, in wal_cfg80211_get_station()
1342 hi_u8 *mac_addr, oal_station_info_stru *sta_info) in wal_cfg80211_dump_station()
3369 const hi_u8 *mac_addr) in wal_cfg80211_remove_key()
4320 hi_u32 wal_cfg80211_del_send_event(oal_net_device_stru *netdev, const hi_u8 *mac_addr, mac_vap_stru… in wal_cfg80211_del_send_event()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
Dmac_user.c309 WIFI_ROM_TEXT hi_void mac_user_init(mac_user_stru *mac_user, hi_u8 user_idx, const hi_u8 *mac_addr,… in mac_user_init()
476 WIFI_ROM_TEXT hi_u8 mac_addr_is_zero(const hi_u8 *mac_addr) in mac_addr_is_zero()
/device/soc/winnermicro/wm800/board/src/wifi/
Dwm_wifi.c89 u8 mac_addr[6] = {0x00, 0x25, 0x08, 0x09, 0x01, 0x0F}; in tls_wifi_init() local
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Dnlrtw.h28 static inline int rtw_nlrtw_ch_util_rpt(_adapter *adapter, u8 n_rpts, u8 *val, u8 **mac_addr) {retu… in rtw_nlrtw_ch_util_rpt()
Drtw_cfgvendor.c1090 struct ether_addr *mac_list = NULL, *mac_addr = NULL; in rtw_cfgvendor_rtt_cancel_config() local
1578 static void rtw_hal_random_gen_mac_addr(u8 *mac_addr) in rtw_hal_random_gen_mac_addr()
1589 u8 mac_addr[ETH_ALEN]; in rtw_hal_pno_random_gen_mac_addr() local
1613 u8 mac_addr[ETH_ALEN] = {0}; in rtw_cfgvendor_set_rand_mac_oui() local
/device/soc/chipsea/cst85/liteos_m/sdk/modules/wifi/fhost/
Dwifi_host.h115 struct mac_addr mac_addr; member
214 struct mac_addr mac_addr; member
341 struct mac_addr mac_addr; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hdfadapt/
Dnet_adpater.c331 hi_s32 hwal_lwip_remove_user(oal_lwip_netif *netif, oal_linklayer_addr *mac_addr) in hwal_lwip_remove_user()
1230 oal_sockaddr_stru *mac_addr = HI_NULL; in wal_netdev_set_mac_addr() local
/device/board/unionman/unionpi_tiger/kernel/hdf/wifi/rtl8822cs/hdf/
Dnet_adapter.c743 unsigned char mac_addr_is_zero(const unsigned char *mac_addr) in mac_addr_is_zero()
754 uint32_t rtl_macaddr_check(const unsigned char *mac_addr) in rtl_macaddr_check()
/device/soc/chipsea/cst85/liteos_m/sdk/bsp/driver/flash/
Dflash_api.h66 unsigned char mac_addr[6]; member
74 unsigned char mac_addr[6]; member
/device/soc/beken/bk7235/hals/communication/wifi_lite/wifiaware/source/
Dhal_wifiaware.c57 int bk_wifi_sdp_send(unsigned char* mac_addr, unsigned char peer_handle, unsigned char local_handle, in bk_wifi_sdp_send()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Drtw_beamforming.h102 u8 mac_addr[ETH_ALEN]; member
151 u8 mac_addr[ETH_ALEN]; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
Dat_hipriv.c235 hi_uchar mac_addr[6]; /* 6:array subscript */ in at_hi_wifi_set_customer_mac() local
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_sta_mgt.c1115 u8 _rtw_access_ctrl(_adapter *adapter, u8 period, const u8 *mac_addr) in _rtw_access_ctrl()
1163 u8 rtw_access_ctrl(_adapter *adapter, const u8 *mac_addr) in rtw_access_ctrl()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/
Dhal_com.c1073 u8 mac_addr[ETH_ALEN]; in rtw_hal_dump_macaddr() local
1090 void rtw_hal_set_hw_macaddr(PADAPTER adapter, u8 *mac_addr) in rtw_hal_set_hw_macaddr()
2566 static u8 _rtw_mbid_cam_search_by_macaddr(_adapter *adapter, u8 *mac_addr) in _rtw_mbid_cam_search_by_macaddr()
2583 u8 rtw_mbid_cam_search_by_macaddr(_adapter *adapter, u8 *mac_addr) in rtw_mbid_cam_search_by_macaddr()
2657 … inline void mbid_cam_cache_init(_adapter *adapter, struct mbid_cam_cache *pmbid_cam, u8 *mac_addr) in mbid_cam_cache_init()
2672 u8 rtw_mbid_camid_alloc(_adapter *adapter, u8 *mac_addr) in rtw_mbid_camid_alloc()
2712 u8 rtw_mbid_cam_info_change(_adapter *adapter, u8 *mac_addr) in rtw_mbid_cam_info_change()
2729 u8 rtw_mbid_cam_assign(_adapter *adapter, u8 *mac_addr, u8 camid) in rtw_mbid_cam_assign()
2862 u8 mac_addr[ETH_ALEN]; in rtw_mbid_cam_dump() local
3187 void rtw_hal_set_macaddr_mbid(_adapter *adapter, u8 *mac_addr) in rtw_hal_set_macaddr_mbid()
[all …]

12345