[go: nahoru, domu]

Searched defs:aid (Results 1 - 25 of 64) sorted by relevance

123

/drivers/staging/vt6656/
H A Dpower.c57 u16 aid = priv->current_aid | BIT(14) | BIT(15); local
64 vnt_mac_write_word(priv, MAC_REG_AIDATIM, aid);
/drivers/net/wireless/hostap/
H A Dhostap_80211.h35 __le16 aid; member in struct:hostap_ieee80211_mgmt::__anon4377::__anon4381
H A Dhostap_ap.h46 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */ member in struct:sta_info
/drivers/staging/rtl8712/
H A Dsta_info.h65 uint aid; member in struct:sta_info
H A Dwlan_bssdef.h214 int aid; /*will only be valid when a BSS is joined. */ member in struct:wlan_network
/drivers/net/wireless/p54/
H A Dfwio.c262 int p54_update_beacon_tim(struct p54_common *priv, u16 aid, bool set) argument
274 tim->entry[0] = cpu_to_le16(set ? (aid | 0x8000) : aid);
617 psm->aid = cpu_to_le16(priv->aid);
H A Dtxrx.c306 if (!priv->aid)
320 new_psm = ieee80211_check_tim(tim_ie, tim_len, priv->aid);
684 u8 *queue, u32 *extra_len, u16 *flags, u16 *aid,
712 *aid = 0;
716 *aid = 1;
722 *aid = 0;
729 *aid = 0;
734 *aid = 0;
754 *aid = sta->aid;
681 p54_tx_80211_header(struct p54_common *priv, struct sk_buff *skb, struct ieee80211_tx_info *info, struct ieee80211_sta *sta, u8 *queue, u32 *extra_len, u16 *flags, u16 *aid, bool *burst_possible) argument
785 u16 hdr_flags = 0, aid = 0; local
[all...]
H A Dp54.h238 u16 aid; member in struct:p54_common
/drivers/net/wireless/ti/wl1251/
H A Dwl12xx_80211.h125 __le16 aid; member in struct:wl12xx_ps_poll_template
H A Dacx.c671 int wl1251_acx_aid(struct wl1251 *wl, u16 aid) argument
676 wl1251_debug(DEBUG_ACX, "acx aid");
682 acx_aid->aid = aid;
686 wl1251_warning("failed to set aid: %d", ret);
/drivers/net/wireless/ti/wlcore/
H A Dwl12xx_80211.h114 __le16 aid; member in struct:wl12xx_ps_poll_template
H A Dacx.c608 int wl1271_acx_aid(struct wl1271 *wl, struct wl12xx_vif *wlvif, u16 aid) argument
613 wl1271_debug(DEBUG_ACX, "acx aid");
622 acx_aid->aid = cpu_to_le16(aid);
626 wl1271_warning("failed to set aid: %d", ret);
H A Dcmd.c1107 u16 aid)
1535 cmd->aid = sta->aid;
1106 wl1271_cmd_build_ps_poll(struct wl1271 *wl, struct wl12xx_vif *wlvif, u16 aid) argument
/drivers/staging/rtl8723au/include/
H A Dwlan_bssdef.h118 int aid; /* will only be valid when a BSS is joined. */ member in struct:wlan_network
/drivers/net/wireless/ath/wcn36xx/
H A Dwcn36xx.h158 u16 aid; member in struct:wcn36xx_sta
/drivers/net/wireless/rsi/
H A Drsi_91x_mgmt.c443 * @aid: Aid (unique for all STA).
452 u16 aid)
485 peer_notify->command |= cpu_to_le16((aid & 0xfff) << 4);
1133 * @aid: Aid (unique for all STAs).
1141 u16 aid)
1149 aid);
1158 aid);
447 rsi_hal_send_sta_notify_frame(struct rsi_common *common, u8 opmode, u8 notify_event, const unsigned char *bssid, u8 qos_enable, u16 aid) argument
1137 rsi_inform_bss_status(struct rsi_common *common, u8 status, const unsigned char *bssid, u8 qos_enable, u16 aid) argument
/drivers/s390/char/
H A Dsclp_cmd.c546 u32 aid; /* adapter identifier */ member in struct:pci_cfg_sccb
563 sccb->aid = fid;
/drivers/gpu/drm/panel/
H A Dpanel-s6e8aa0.c192 u8 aid = aids[ctx->id >> 5]; local
252 0x00, 0x20, aid, 0x08, 0x6e, 0x00, 0x00, 0x00,
/drivers/net/wireless/ath/ath6kl/
H A Dmain.c47 struct ath6kl_sta *ath6kl_find_sta_by_aid(struct ath6kl *ar, u8 aid) argument
53 if (ar->sta_list[ctr].aid == aid) {
61 static void ath6kl_add_new_sta(struct ath6kl_vif *vif, u8 *mac, u16 aid, argument
69 free_slot = aid - 1;
75 sta->aid = aid;
82 ar->ap_stats.sta[free_slot].aid = cpu_to_le32(aid);
106 memset(&ar->ap_stats.sta[sta->aid
423 ath6kl_connect_ap_mode_sta(struct ath6kl_vif *vif, u16 aid, u8 *mac_addr, u8 keymgmt, u8 ucipher, u8 auth, u8 assoc_req_len, u8 *assoc_info, u8 apsd_info) argument
863 ath6kl_pspoll_event(struct ath6kl_vif *vif, u8 aid) argument
[all...]
H A Dtxrx.c27 * aid - tid_mux4..tid_mux7
168 conn->aid, 1, 0);
205 conn->aid, 1);
1300 conn->aid, 0, flags);
1504 conn->aid, 0, 0);
1508 conn->aid, 0);
1710 u8 tid, aid; local
1713 aid = ath6kl_get_aid(tid_mux);
1714 sta = ath6kl_find_sta_by_aid(vif->ar, aid);
1806 u8 tid, aid; local
[all...]
/drivers/net/wireless/mwifiex/
H A Dsta_cmd.c1548 struct mwifiex_ie_types_aid *aid; local
1639 if (params->aid) {
1640 aid = (struct mwifiex_ie_types_aid *)(pos + config_len);
1641 aid->header.type = cpu_to_le16(WLAN_EID_AID);
1642 aid->header.len = cpu_to_le16(sizeof(params->aid));
1643 aid->aid = cpu_to_le16(params->aid);
/drivers/staging/rtl8188eu/core/
H A Drtw_recv.c987 u16 aid; local
991 aid = GetAid(pframe);
994 if ((psta == NULL) || (psta->aid != aid))
1029 if ((psta->state&WIFI_SLEEP_STATE) && (pstapriv->sta_dz_bitmap&BIT(psta->aid))) {
1060 pstapriv->tim_bitmap &= ~BIT(psta->aid);
1067 if (pstapriv->tim_bitmap&BIT(psta->aid)) {
1078 pstapriv->tim_bitmap &= ~BIT(psta->aid);
/drivers/staging/rtl8188eu/include/
H A Dieee80211_ext.h202 u16 aid; member in struct:ieee80211_mgmt::__anon6670::__anon6674
H A Dsta_info.h94 uint aid; member in struct:sta_info
326 u16 sta_dz_bitmap;/* only support 15 stations, station aid bitmap
328 u16 tim_bitmap; /* only support 15 stations, aid=0~15 mapping
/drivers/staging/rtl8723au/core/
H A Drtw_recv.c1107 u16 aid; local
1111 aid = le16_to_cpu(psp->aid) & 0x3fff;
1114 if (!psta || psta->aid != aid)
1150 (pstapriv->sta_dz_bitmap & CHKBIT(psta->aid))) {
1184 pstapriv->tim_bitmap &= ~CHKBIT(psta->aid);
1202 if (pstapriv->tim_bitmap & CHKBIT(psta->aid)) {
1218 pstapriv->tim_bitmap &= ~CHKBIT(psta->aid);

Completed in 400 milliseconds

123