/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | bcm_ring.h | 70 * - bcm_ring_sync_read: Sync read offset in peer ring, from local ring 71 * - bcm_ring_sync_write: Sync write offset in peer ring, from local ring 101 * the peer's context. The two peers may reside on different CPU cores with a 189 static INLINE void bcm_ring_sync_read(bcm_ring_t *peer, const bcm_ring_t *self); 190 static INLINE void bcm_ring_sync_write(bcm_ring_t *peer, const bcm_ring_t *self); 399 * bcm_ring_sync_read - on consumption, update peer's read index. 400 * @peer: pointer to peer's producer ring context 404 bcm_ring_sync_read(bcm_ring_t *peer, const bcm_ring_t *self) in bcm_ring_sync_read() argument 406 RING_ASSERT(BCM_RING_IS_VALID(peer)); in bcm_ring_sync_read() 417 bcm_ring_sync_write(bcm_ring_t *peer, const bcm_ring_t *self) bcm_ring_sync_write() argument [all...] |
H A D | wlioctl.h | 3998 uint32 txbar_noack; /* number of TX BAR sent, but not acknowledged by peer */ 6346 * from peer (on top of the ucode retries). 6439 uint16 max_retransmit; /**< ~0 use default, max retransmit on no ACK from peer */ 6450 uint16 channel; /**< channel of the peer */ 6451 struct ether_addr addr; /**< addr of the peer */ 6454 uint16 channel; /**< channel of the peer */ 6455 struct ether_addr addr; /**< addr of the peer */ 6462 wl_anqpo_peer_v1_t peer[1]; /**< max ANQPO_MAX_PEER_LIST */ member 6469 wl_anqpo_peer_v2_t peer[1]; /**< max ANQPO_MAX_PEER_LIST */ member 8226 #define ND_REPLY_PEER 0x1 /**< Reply was sent to service NS request from peer */ 12397 struct ether_addr peer; global() member 13518 struct ether_addr peer; /**< peer mac address */ global() member 13629 struct ether_addr peer; global() member 13642 struct ether_addr peer; /* Peer MAC address */ global() member 14412 struct ether_addr peer; global() member 14460 struct ether_addr peer; global() member 14482 struct ether_addr peer; global() member 14546 struct ether_addr peer; global() member 17818 struct ether_addr peer; /* leave it all 0s' for AP */ global() member 17847 struct ether_addr peer; /* leave it all 0s' for AP */ global() member 17887 struct ether_addr peer; /* leave it all 0s' for AP */ global() member 17898 struct ether_addr peer; global() member 17930 struct ether_addr peer; global() member [all...] |
H A D | 802.11.h | 3112 struct ether_addr peer; member 3288 struct ether_addr peer; member 3299 struct ether_addr peer; member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfgnan.c | 69 uint8 remote_pubid, struct ether_addr *peer); 96 struct ether_addr * peer, int reason); 618 WL_TRACE(("peer mac addr: " MACDBG "\n", in wl_cfgnan_parse_sd_attr_data() 620 WL_TRACE(("peer rssi: %d\n", (int8)ev_fup->fup_rssi)); in wl_cfgnan_parse_sd_attr_data() 1011 WL_ERR(("Failed to copy peer nmi\n")); in wl_cfgnan_set_nan_avail() 1121 WL_ERR(("Failed to copy peer nmi\n")); in wl_cfgnan_set_nan_avail() 2576 /* malloc for ndp peer list */ in wl_cfgnan_start_handler() 2729 if (target_info && target_info->peer == RTT_PEER_NAN) { in wl_cfgnan_disable_cleanup() 2999 /* 1=local, 2=peer, 3=ndc, 4=immutable, 5=response, 6=counter */ in wl_cfgnan_config_handler() 3073 wl_cfgnan_check_for_ranging(struct bcm_cfg80211 *cfg, struct ether_addr *peer) in wl_cfgnan_check_for_ranging() argument 3109 wl_cfgnan_get_ranging_inst(struct bcm_cfg80211 *cfg, struct ether_addr *peer, nan_range_role_t range_role) wl_cfgnan_get_ranging_inst() argument 3390 wl_cfgnan_ranging_clear_publish(struct bcm_cfg80211 *cfg, struct ether_addr *peer, uint8 svc_id) wl_cfgnan_ranging_clear_publish() argument 3467 wl_cfgnan_suspend_geofence_rng_session(struct net_device *ndev, struct ether_addr *peer, int suspend_reason, u8 cancel_flags) wl_cfgnan_suspend_geofence_rng_session() argument 5662 nan_ndp_peer_t* peer = cfg->nancfg.nan_ndp_peer_info; wl_cfgnan_data_get_peer() local 5689 nan_ndp_peer_t* peer = NULL; wl_cfgnan_data_dp_exists() local 5722 nan_ndp_peer_t* peer = NULL; wl_cfgnan_data_dp_exists_with_peer() local 5748 nan_ndp_peer_t* peer = NULL; wl_cfgnan_data_set_peer_dp_state() local 5765 nan_ndp_peer_t* peer = NULL; wl_cfgnan_data_add_peer() local 5796 nan_ndp_peer_t* peer = NULL; wl_cfgnan_data_remove_peer() local 6532 wl_cfgnan_clear_peer_ranging(struct bcm_cfg80211 *cfg, struct ether_addr *peer, int reason) wl_cfgnan_clear_peer_ranging() argument 7881 wl_cfgnan_get_disc_result(struct bcm_cfg80211 *cfg, uint8 remote_pubid, struct ether_addr *peer) wl_cfgnan_get_disc_result() argument [all...] |
H A D | dhd_rtt.h | 101 /* RTT peer type */ 202 rtt_peer_type_t peer; /* peer type */ member 343 uint8 num_per_burst_peer; /* max number of FTM number per burst the peer support */ 530 struct ether_addr *peer);
|
H A D | wl_cfgnan.h | 386 /* peer mac address reqd for ranging avail type */ 541 uint8 peer_cipher_suite; /* peer cipher suite type */ 646 struct ether_addr peer; member 730 struct ether_addr *peer, nan_range_role_t range_role); 732 struct ether_addr *peer); 738 struct ether_addr *peer, int suspend_reason, u8 cancel_flags);
|
H A D | dhd_rtt.c | 1201 * is nan-peer. Based on this we will handle the SESSION_END 1202 * event. For nan-peer FTM_SESSION_END event is ignored and handled in 1222 DHD_RTT((" RTT peer is of type NAN\n")); in dhd_rtt_is_nan_peer() 1703 /* returns geofence target from list for the peer */ 1754 /* Get the geofence_target via peer addr, index param is dumm here */ in dhd_rtt_add_geofence_target() 1809 /* Get the geofence_target via peer addr */ in dhd_rtt_remove_geofence_target() 2009 /* Make sure peer addr is not NULL in caller */ in dhd_rtt_invalid_states() 2177 if (rtt_target->peer == RTT_PEER_NAN) { in dhd_rtt_timeout() 2309 if (rtt_target->peer == RTT_PEER_NAN) { in dhd_rtt_start() 2708 bcm_ether_ntoa((&(p_data_info->peer)), eabu in dhd_rtt_convert_results_to_host_v1() 3271 dhd_rtt_handle_nan_rtt_session_end(dhd_pub_t *dhd, struct ether_addr *peer) dhd_rtt_handle_nan_rtt_session_end() argument [all...] |
H A D | wl_cfg80211.c | 172 /* sleep time to keep STA's connecting or connection for continuous af tx or finding a peer */ 177 /* if sta is connected or connecting, sleep for a while before retry af tx or finding a peer */ 605 u8 *peer, u8 action_code, u8 dialog_token, u16 status_code, 610 const u8 *peer, u8 action_code, u8 dialog_token, u16 status_code, 614 const u8 *peer, u8 action_code, u8 dialog_token, u16 status_code, 618 u8 *peer, u8 action_code, u8 dialog_token, u16 status_code, 623 const u8 *peer, enum nl80211_tdls_operation oper); 626 u8 *peer, enum nl80211_tdls_operation oper); 8939 /* Loop to wait until we find a peer's channel or the in wl_cfg80211_af_searching_channel() 8948 /* search peer o in wl_cfg80211_af_searching_channel() 19978 wl_cfg80211_tdls_mgmt(struct wiphy *wiphy, struct net_device *dev, u8 *peer, u8 action_code, u8 dialog_token, u16 status_code, u32 peer_capability, const u8 *buf, size_t len) wl_cfg80211_tdls_mgmt() argument 20060 wl_cfg80211_tdls_oper(struct wiphy *wiphy, struct net_device *dev, const u8 *peer, enum nl80211_tdls_operation oper) wl_cfg80211_tdls_oper() argument [all...] |
H A D | wl_cfgvendor.c | 1751 rtt_target->peer = nla_get_u8(iter2); in wl_cfgvendor_rtt_set_config() 4706 * NDI mac address of the peer in wl_cfgvendor_nan_dp_estb_event_data_filler() 4754 /* Discovery MAC addr of the peer/initiator */ in wl_cfgvendor_nan_dp_ind_event_data_filler() 4937 WL_TRACE(("peer id (remote id)=%d\n", event_data->requestor_id)); in wl_cfgvendor_nan_tx_followup_event_filler() 4938 WL_TRACE(("peer mac addr=" MACDBG "\n", in wl_cfgvendor_nan_tx_followup_event_filler() 4940 WL_TRACE(("peer rssi: %d\n", event_data->fup_rssi)); in wl_cfgvendor_nan_tx_followup_event_filler() 5637 * notifies the peer about the dp session terminations in wl_cfgvendor_nan_stop_handler()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_any_api.h | 60 * Struct of peer's information.CNcomment:用户向驱动配置的对端设备信息数据CNend 63 unsigned char mac[WIFI_ANY_MAC_LEN]; /**< the MAC address for peer device. */ 65 unsigned char channel; /**< the channel number of peer device,the value 80 unsigned char bssid[WIFI_ANY_MAC_LEN]; /**< the MAC address of peer device. */ 82 unsigned char channel; /**< the channel number of peer device. */ 84 unsigned char sta_flag; /**< if peer device is a STA,the value is true,otherwise false. */ 88 char rssi; /**< RSSI value of peer device. *//**< CNcomment: 信号强度 */ 271 * @brief Add information of ANY peer device.CNcomment:添加ANY对端设备信息。CNend 274 * Add information of ANY peer device(mac address, channel and key). \n 275 * the number of peer device [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_event.h | 116 hi_u32 wal_any_wait_query_result(hmac_vap_stru *hmac_vap, hi_wifi_any_peer_info *peer);
|
H A D | hi_wifi_driver_api.c | 1232 hi_s32 hi_wifi_any_fetch_peer(hi_u8 index, hi_wifi_any_peer_info *peer) in hi_wifi_any_fetch_peer() argument 1239 if ((index >= HMAC_ANY_MAX_PEER_NUM) || (peer == HI_NULL)) { in hi_wifi_any_fetch_peer() 1272 ret = wal_any_wait_query_result(hmac_vap, peer); in hi_wifi_any_fetch_peer()
|
H A D | wal_event.c | 1022 hi_u32 wal_any_wait_query_result(hmac_vap_stru *hmac_vap, hi_wifi_any_peer_info *peer) in wal_any_wait_query_result() argument 1043 oam_warning_log0(0, OAM_SF_ANY, "wal_any_wait_query_result: peer does not exist!"); in wal_any_wait_query_result() 1047 memcpy_s(peer, sizeof(hi_wifi_any_peer_info), &g_peer_info, sizeof(hi_wifi_any_peer_info)); in wal_any_wait_query_result()
|
H A D | wal_cfg80211.c | 1740 hi_s32 wal_cfg80211_set_bitrate_mask(struct wiphy *wiphy, oal_net_device_stru *netdev, const hi_u8 *peer, in wal_cfg80211_set_bitrate_mask() argument
|
/device/soc/rockchip/common/sdk_linux/net/bluetooth/ |
H A D | sco.c | 717 static int sco_sock_getname(struct socket *sock, struct sockaddr *addr, int peer) in sco_sock_getname() argument 726 if (peer) { in sco_sock_getname()
|
H A D | l2cap_sock.c | 402 static int l2cap_sock_getname(struct socket *sock, struct sockaddr *addr, int peer) in l2cap_sock_getname() argument 410 if (peer && sk->sk_state != BT_CONNECTED && sk->sk_state != BT_CONNECT && sk->sk_state != BT_CONNECT2 && in l2cap_sock_getname() 420 if (peer) { in l2cap_sock_getname()
|