Searched refs:aid (Results 51 - 75 of 174) sorted by relevance

1234567

/linux-master/drivers/net/wireless/ti/wlcore/
H A Dwlcore_i.h419 u16 aid; member in struct:wl12xx_vif
H A Dacx.h377 __le16 aid; member in struct:acx_aid
1058 int wl1271_acx_aid(struct wl1271 *wl, struct wl12xx_vif *wlvif, u16 aid);
/linux-master/drivers/staging/rtl8723bs/include/
H A Dsta_info.h84 uint aid; member in struct:sta_info
332 u16 sta_dz_bitmap;/* only support for 15 stations, aid bitmap for sleeping stations. */
333 u16 tim_bitmap;/* only support 15 stations, aid = 0~15 mapping bit0~bit15 */
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_linux.c813 psta->aid = param->u.add_sta.aid;/* aid = 1~2007 */
905 psta_data->aid = (u16)psta->aid;
/linux-master/drivers/fsi/
H A Dfsi-core.c953 int aid = of_alias_get_id(fdev->dev.of_node, fsi_dev_type_names[type]); local
955 if (aid >= 0) {
957 int id = (aid << 2) | type;
961 *out_index = aid;
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dacx.c669 int wl1251_acx_aid(struct wl1251 *wl, u16 aid) argument
674 wl1251_debug(DEBUG_ACX, "acx aid");
680 acx_aid->aid = aid;
684 wl1251_warning("failed to set aid: %d", ret);
H A Dacx.h823 u16 aid; member in struct:acx_aid
1463 int wl1251_acx_aid(struct wl1251 *wl, u16 aid);
/linux-master/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_cmd.c212 SetDuration(pframe, (pmlmeinfo->aid | 0xc000));
647 rtw_write16(padapter, REG_BCN_PSR_RPT, (0xC000|pmlmeinfo->aid));
914 rtw_write16(padapter, REG_BCN_PSR_RPT, (0xC000|pmlmeinfo->aid));
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.c399 basic->aid = cpu_to_le16(vif->cfg.aid);
414 basic->aid = cpu_to_le16(sta->aid);
422 basic->aid = cpu_to_le16(vif->cfg.aid);
426 basic->aid = cpu_to_le16(sta->aid);
566 generic->partial_aid = cpu_to_le16(vif->cfg.aid);
568 generic->partial_aid = cpu_to_le16(sta->aid);
2810 __le32 aid; member in struct:__anon1242
[all...]
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwmi.c986 wil_info(wil, "Connect %pM channel [%d] cid %d aid %d\n",
987 evt->bssid, ch, evt->cid, evt->aid);
1106 wil->sta[evt->cid].aid = evt->aid;
1735 wil_dbg_wmi(wil, "Reasoc Status event: status=%d, aid=%d",
1736 data->status, data->aid);
1767 wil_info(wil, "FT: Roam %pM channel [%d] cid %d aid %d\n",
1768 data->mac_addr, ch, cid, data->aid);
1813 wil->sta[cid].aid = data->aid;
3048 wmi_new_sta(struct wil6210_vif *vif, const u8 *mac, u8 aid) argument
[all...]
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_softmac.c660 hdr->aid = cpu_to_le16(ieee->assoc_id | 0xc000);
1301 int *aid)
1313 *aid = le16_to_cpu(response_head->aid) & 0x3fff;
1574 int aid; local
1586 errcode = assoc_parse(ieee, skb, &aid);
1595 ieee->assoc_id = aid;
1630 /* aid could not been allocated */
1300 assoc_parse(struct rtllib_device *ieee, struct sk_buff *skb, int *aid) argument
/linux-master/fs/ntfs3/
H A Dinode.c1242 u16 t16, nsize = 0, aid = 0; local
1385 attr->id = cpu_to_le16(aid++);
1425 attr->id = cpu_to_le16(aid++);
1437 attr->id = cpu_to_le16(aid++);
1445 attr->id = cpu_to_le16(aid++);
1546 attr->id = cpu_to_le16(aid++);
1617 rec->next_attr_id = cpu_to_le16(aid);
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c1287 if (pstat->aid == 0) {
1288 for (pstat->aid = 1; pstat->aid <= NUM_STA; pstat->aid++)
1289 if (!pstapriv->sta_aid[pstat->aid - 1])
1292 /* if (pstat->aid > NUM_STA) { */
1293 if (pstat->aid > pstapriv->max_num_sta) {
1295 pstat->aid = 0;
1303 pstapriv->sta_aid[pstat->aid - 1] = pstat;
1349 report_add_sta_event(padapter, pstat->hwaddr, pstat->aid);
[all...]
H A Drtw_ap.c240 pstapriv->tim_bitmap |= BIT(psta->aid);
359 if (psta->aid < NUM_STA) {
384 psta->aid = 0;/* default set to 0 */
385 /* psta->mac_id = psta->aid+4; */
386 psta->mac_id = psta->aid + 1;/* mac_id = 1 for bc/mc stainfo */
451 /* CAM_ID = 0~3 for default key, cmd_id =macid + 3, macid =aid+1; */
464 /* psta->mac_id = psta->aid+4; */
465 /* psta->mac_id = psta->aid+1;//alloc macid when call rtw_alloc_stainfo(), */
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dmain.c573 rtwvif->aid = vif->cfg.aid;
576 rtwvif->aid = 0;
932 addr = rtwvif->conf->aid.addr;
933 mask = rtwvif->conf->aid.mask;
934 rtw_write32_mask(rtwdev, addr, mask, rtwvif->aid);
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D4965.c1759 il->staging.assoc_id = cpu_to_le16(vif->cfg.aid);
1761 D_ASSOC("assoc id %d beacon interval %d\n", vif->cfg.aid,
1778 D_ASSOC("Associated as %d to: %pM\n", vif->cfg.aid,
/linux-master/net/mac80211/
H A Ddebugfs_netdev.c377 IEEE80211_IF_FILE(aid, vif.cfg.aid, DEC);
841 DEBUGFS_ADD(aid);
H A Dmesh_ps.c589 sta->mesh->aid);
/linux-master/drivers/net/wireless/st/cw1200/
H A Ddebug.c177 priv->bss_params.aid);
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c877 "%s: aid %u mac_addr %pM auth=%u keymgmt=%u cipher=%u apsd_info=%u (STA connected)\n",
878 __func__, ev->u.ap_sta.aid,
886 vif, ev->u.ap_sta.aid, ev->u.ap_sta.mac_addr,
907 ev->assoc_req_len + (sizeof(u16) * 3); /* capinfo, status, aid */
1318 * developer aid only. Target only checks a few common violations
3454 u16 aid, u16 bitmap, u32 flags)
3464 cmd->aid = cpu_to_le16(aid);
3483 ath6kl_pspoll_event(vif, le16_to_cpu(ev->aid));
3496 int ath6kl_wmi_set_pvb_cmd(struct wmi *wmi, u8 if_idx, u16 aid, argument
3453 ath6kl_wmi_set_apsd_bfrd_traf(struct wmi *wmi, u8 if_idx, u16 aid, u16 bitmap, u32 flags) argument
[all...]
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dhif_api_cmd.h325 __le16 aid; member in struct:wfx_hif_req_set_bss_params
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_core.c423 bss->qos, vif->cfg.aid,
/linux-master/drivers/i2c/busses/
H A Di2c-mlxbf.c2255 const struct acpi_device_id *aid; local
2262 aid = acpi_match_device(mlxbf_i2c_acpi_ids, dev);
2263 if (!aid)
2266 priv->chip = (struct mlxbf_i2c_chip_info *)aid->driver_data;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmcu.c1010 __le16 aid; member in struct:__anon1365
1019 .aid = cpu_to_le16(vif->cfg.aid),
1181 u16 aid; member in struct:__anon1369::config_tlv
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_mp_ioctl.c199 tgt_network->aid = psta->aid = 1;

Completed in 327 milliseconds

1234567