| /drivers/net/wireless/ath/ath6kl/ |
| A D | main.c | 53 if (ar->sta_list[ctr].aid == aid) { in ath6kl_find_sta_by_aid() 69 free_slot = aid - 1; in ath6kl_add_new_sta() 75 sta->aid = aid; in ath6kl_add_new_sta() 82 ar->ap_stats.sta[free_slot].aid = cpu_to_le32(aid); in ath6kl_add_new_sta() 106 memset(&ar->ap_stats.sta[sta->aid - 1], 0, in ath6kl_sta_cleanup() 110 sta->aid = 0; in ath6kl_sta_cleanup() 138 mac, ar->sta_list[i].aid, reason); in ath6kl_remove_sta() 433 if (aid < 1 || aid > AP_MAX_NUM_STA) in ath6kl_connect_ap_mode_sta() 483 ath6kl_add_new_sta(vif, mac_addr, aid, wpa_ie, in ath6kl_connect_ap_mode_sta() 868 void ath6kl_pspoll_event(struct ath6kl_vif *vif, u8 aid) in ath6kl_pspoll_event() argument [all …]
|
| A D | txrx.c | 168 conn->aid, 1, 0); in ath6kl_process_uapsdq() 205 conn->aid, 1); in ath6kl_process_psq() 1295 conn->aid, 0, flags); in ath6kl_uapsd_trigger_frame_rx() 1503 conn->aid, 0, 0); in ath6kl_rx() 1507 conn->aid, 0); in ath6kl_rx() 1706 u8 tid, aid; in aggr_recv_addba_req_evt() local 1709 aid = ath6kl_get_aid(tid_mux); in aggr_recv_addba_req_evt() 1710 sta = ath6kl_find_sta_by_aid(vif->ar, aid); in aggr_recv_addba_req_evt() 1799 u8 tid, aid; in aggr_recv_delba_req_evt() local 1802 aid = ath6kl_get_aid(tid_mux); in aggr_recv_delba_req_evt() [all …]
|
| A D | core.h | 415 u8 aid; member 932 struct ath6kl_sta *ath6kl_find_sta_by_aid(struct ath6kl *ar, u8 aid); 944 void ath6kl_connect_ap_mode_sta(struct ath6kl_vif *vif, u16 aid, u8 *mac_addr, 957 void ath6kl_pspoll_event(struct ath6kl_vif *vif, u8 aid);
|
| A D | wmi.h | 1530 u8 aid; member 2278 __le16 aid; member 2320 __le16 aid; member 2327 __le16 aid; member 2339 __le32 aid; member 2671 u8 if_idx, u16 aid, 2685 int ath6kl_wmi_set_pvb_cmd(struct wmi *wmi, u8 if_idx, u16 aid, bool flag);
|
| /drivers/net/wireless/intersil/p54/ |
| A D | txrx.c | 306 if (!priv->aid) in p54_pspoll_workaround() 691 u8 *queue, u32 *extra_len, u16 *flags, u16 *aid, in p54_tx_80211_header() argument 719 *aid = 0; in p54_tx_80211_header() 723 *aid = 1; in p54_tx_80211_header() 729 *aid = 0; in p54_tx_80211_header() 736 *aid = 0; in p54_tx_80211_header() 741 *aid = 0; in p54_tx_80211_header() 761 *aid = sta->aid; in p54_tx_80211_header() 792 u16 hdr_flags = 0, aid = 0; in p54_tx_80211() local 801 &hdr_flags, &aid, &burst_allowed); in p54_tx_80211() [all …]
|
| A D | fwio.c | 262 int p54_update_beacon_tim(struct p54_common *priv, u16 aid, bool set) in p54_update_beacon_tim() argument 274 tim->entry[0] = cpu_to_le16(set ? (aid | 0x8000) : aid); in p54_update_beacon_tim() 616 psm->aid = cpu_to_le16(priv->aid); in p54_set_ps()
|
| A D | main.c | 71 return p54_update_beacon_tim(priv, sta->aid, set); in p54_set_tim() 485 priv->aid = vif->cfg.aid; in p54_bss_info_changed() 491 priv->aid = 0; in p54_bss_info_changed()
|
| /drivers/staging/rtl8723bs/core/ |
| A D | rtw_sta_mgt.c | 409 pstapriv->sta_dz_bitmap &= ~BIT(psta->aid); in rtw_free_stainfo() 410 pstapriv->tim_bitmap &= ~BIT(psta->aid); in rtw_free_stainfo() 412 if ((psta->aid > 0) && (pstapriv->sta_aid[psta->aid - 1] == psta)) { in rtw_free_stainfo() 413 pstapriv->sta_aid[psta->aid - 1] = NULL; in rtw_free_stainfo() 414 psta->aid = 0; in rtw_free_stainfo()
|
| A D | rtw_recv.c | 914 u16 aid; in validate_recv_ctrl_frame() local 917 aid = GetAid(pframe); in validate_recv_ctrl_frame() 918 if (psta->aid != aid) in validate_recv_ctrl_frame() 949 if ((psta->state&WIFI_SLEEP_STATE) && (pstapriv->sta_dz_bitmap&BIT(psta->aid))) { in validate_recv_ctrl_frame() 979 pstapriv->tim_bitmap &= ~BIT(psta->aid); in validate_recv_ctrl_frame() 993 if (pstapriv->tim_bitmap&BIT(psta->aid)) { in validate_recv_ctrl_frame() 1001 pstapriv->tim_bitmap &= ~BIT(psta->aid); in validate_recv_ctrl_frame()
|
| /drivers/char/tpm/ |
| A D | tpm_tis.c | 140 const struct acpi_device_id *aid = acpi_match_device(tpm_acpi_tbl, dev); in check_acpi_tpm2() local 145 if (!aid || aid->driver_data != DEVICE_IS_TPM2) in check_acpi_tpm2()
|
| /drivers/net/wireless/intel/iwlwifi/mld/ |
| A D | debugfs.c | 112 u16 aid; member 120 apply->mld->monitor.cur_aid = cpu_to_le16(apply->aid); in iwl_mld_sniffer_apply() 139 u32 aid; in iwl_dbgfs_he_sniffer_params_write() local 148 ret = sscanf(buf, "%x %2hhx:%2hhx:%2hhx:%2hhx:%2hhx:%2hhx", &aid, in iwl_dbgfs_he_sniffer_params_write() 155 he_mon_cmd.aid = cpu_to_le16(aid); in iwl_dbgfs_he_sniffer_params_write() 157 apply.aid = aid; in iwl_dbgfs_he_sniffer_params_write()
|
| /drivers/s390/char/ |
| A D | sclp_pci.c | 37 u32 aid; /* adapter identifier */ member 54 sccb->aid = fid; in do_pci_configure()
|
| /drivers/media/test-drivers/vidtv/ |
| A D | Kconfig | 7 validate the existing APIs in the media subsystem. It can also aid developers
|
| /drivers/net/wireless/realtek/rtw88/ |
| A D | bf.c | 74 bfee->aid = vif->cfg.aid; in rtw_bf_assoc() 256 param.my_aid = bfee->aid & 0xfff; in rtw_bf_enable_bfee_mu()
|
| A D | mac80211.c | 113 .aid = {.addr = 0x06a8, .mask = 0x7ff}, 120 .aid = {.addr = 0x0710, .mask = 0x7ff}, 127 .aid = {.addr = 0x1600, .mask = 0x7ff}, 134 .aid = {.addr = 0x1604, .mask = 0x7ff}, 141 .aid = {.addr = 0x1608, .mask = 0x7ff},
|
| /drivers/net/wireless/ralink/rt2x00/ |
| A D | rt2x00config.c | 92 rt2x00dev->aid = vif->cfg.assoc ? vif->cfg.aid : 0; in rt2x00lib_config_erp()
|
| /drivers/gpu/drm/amd/amdgpu/ |
| A D | amdgpu_amdkfd_gc_9_4_3.c | 230 unsigned int aid = phy_inst / 2; in kgd_gfx_v9_4_3_set_pasid_vmid_mapping() local 267 aid * 4 + (phy_inst % 2) + 1); in kgd_gfx_v9_4_3_set_pasid_vmid_mapping() 271 aid * 4); in kgd_gfx_v9_4_3_set_pasid_vmid_mapping()
|
| /drivers/net/wireless/ath/wcn36xx/ |
| A D | main.c | 610 if (sta_priv->aid) in wcn36xx_set_key() 867 vif->cfg.aid); in wcn36xx_bss_info_changed() 893 sta_priv->aid = vif->cfg.aid; in wcn36xx_bss_info_changed() 907 vif->cfg.aid); in wcn36xx_bss_info_changed() 1047 sta_priv->aid = sta->aid; in wcn36xx_sta_add()
|
| /drivers/net/wireless/marvell/mwifiex/ |
| A D | join.c | 664 u16 cap_info, status_code, aid; in mwifiex_ret_802_11_associate() local 691 aid = le16_to_cpu(assoc_rsp->a_id); in mwifiex_ret_802_11_associate() 693 if ((aid & (BIT(15) | BIT(14))) != (BIT(15) | BIT(14))) in mwifiex_ret_802_11_associate() 696 aid); in mwifiex_ret_802_11_associate() 698 aid &= ~(BIT(15) | BIT(14)); in mwifiex_ret_802_11_associate() 703 assoc_rsp->a_id = cpu_to_le16(aid); in mwifiex_ret_802_11_associate()
|
| A D | sta_cmd.c | 1731 struct mwifiex_ie_types_aid *aid; in mwifiex_cmd_tdls_oper() local 1823 if (params->aid) { in mwifiex_cmd_tdls_oper() 1824 aid = (struct mwifiex_ie_types_aid *)(pos + config_len); in mwifiex_cmd_tdls_oper() 1825 aid->header.type = cpu_to_le16(WLAN_EID_AID); in mwifiex_cmd_tdls_oper() 1826 aid->header.len = cpu_to_le16(sizeof(params->aid)); in mwifiex_cmd_tdls_oper() 1827 aid->aid = cpu_to_le16(params->aid); in mwifiex_cmd_tdls_oper()
|
| /drivers/media/test-drivers/ |
| A D | Kconfig | 32 This enables the DVB test drivers. They are meant as an aid for
|
| /drivers/nfc/st21nfca/ |
| A D | se.c | 341 if (skb->len < aid_len + 4 || aid_len > sizeof(transaction->aid)) in st21nfca_connectivity_event_received() 360 memcpy(transaction->aid, &skb->data[2], aid_len); in st21nfca_connectivity_event_received()
|
| /drivers/net/wireless/silabs/wfx/ |
| A D | hif_tx.h | 50 int wfx_hif_set_bss_params(struct wfx_vif *wvif, int aid, int beacon_lost_count);
|
| /drivers/net/wireless/ti/wlcore/ |
| A D | wl12xx_80211.h | 114 __le16 aid; member
|
| /drivers/net/wireless/ath/wil6210/ |
| A D | debugfs.c | 1606 u8 aid = 0; in sta_show() local 1619 aid = p->aid; in sta_show() 1633 i, p->addr, p->stats.ft_roams, mid, aid); in sta_show() 1636 p->addr, status, mid, aid); in sta_show() 1715 u8 aid = 0; in wil_tx_latency_debugfs_show() local 1730 aid = p->aid; in wil_tx_latency_debugfs_show() 1735 mid, aid); in wil_tx_latency_debugfs_show()
|