Searched refs:aid (Results 1 - 25 of 129) sorted by relevance

123456

/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/staging/rtl8188eu/os_dep/
H A Dmlme_linux.c155 if (psta->aid > NUM_STA)
158 if (pstapriv->sta_aid[psta->aid - 1] != psta)
179 if (psta->aid > NUM_STA)
182 if (pstapriv->sta_aid[psta->aid - 1] != psta)
/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/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...]
H A Dcore.h415 u8 aid; member in struct:ath6kl_sta
930 struct ath6kl_sta *ath6kl_find_sta_by_aid(struct ath6kl *ar, u8 aid);
942 void ath6kl_connect_ap_mode_sta(struct ath6kl_vif *vif, u16 aid, u8 *mac_addr,
955 void ath6kl_pspoll_event(struct ath6kl_vif *vif, u8 aid);
/drivers/staging/rtl8723au/core/
H A Drtw_sta_mgt.c313 pstapriv->sta_dz_bitmap &= ~CHKBIT(psta->aid);
314 pstapriv->tim_bitmap &= ~CHKBIT(psta->aid);
316 if ((psta->aid > 0) && (pstapriv->sta_aid[psta->aid - 1] == psta)) {
317 pstapriv->sta_aid[psta->aid - 1] = NULL;
318 psta->aid = 0;
/drivers/net/wireless/p54/
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 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 Dlmac.h477 __le16 aid; member in struct:p54_psm
541 int p54_update_beacon_tim(struct p54_common *priv, u16 aid, bool set);
H A Dmain.c74 return p54_update_beacon_tim(priv, sta->aid, set);
492 priv->aid = info->aid;
498 priv->aid = 0;
/drivers/net/wireless/hostap/
H A Dhostap_80211.h35 __le16 aid; member in struct:hostap_ieee80211_mgmt::__anon4377::__anon4381
H A Dhostap_ap.c145 if (sta->aid > 0)
146 ap->sta_aid[sta->aid - 1] = NULL;
157 static void hostap_set_tim(local_info_t *local, int aid, int set) argument
160 local->func->set_tim(local->dev, aid, set);
241 if (sta->timeout_next == STA_DEAUTH && sta->aid > 0 &&
243 hostap_set_tim(local, sta->aid, 0);
1055 sta->addr, atomic_read(&sta->users), sta->aid,
1670 if (sta->aid > 0)
1674 for (sta->aid = 1; sta->aid <
1932 u16 aid; local
[all...]
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/rtl8188eu/core/
H A Drtw_sta_mgt.c403 pstapriv->sta_dz_bitmap &= ~BIT(psta->aid);
404 pstapriv->tim_bitmap &= ~BIT(psta->aid);
406 if ((psta->aid > 0) && (pstapriv->sta_aid[psta->aid - 1] == psta)) {
407 pstapriv->sta_aid[psta->aid - 1] = NULL;
408 psta->aid = 0;
/drivers/net/wireless/ti/wl1251/
H A Dwl12xx_80211.h125 __le16 aid; member in struct:wl12xx_ps_poll_template
/drivers/net/wireless/ti/wlcore/
H A Dwl12xx_80211.h114 __le16 aid; member in struct:wl12xx_ps_poll_template
H A Dcmd.h63 u16 aid);
595 u8 aid; member in struct:wl12xx_cmd_add_peer
/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/rt2x00/
H A Drt2x00config.c102 rt2x00dev->aid = bss_conf->assoc ? bss_conf->aid : 0;
/drivers/staging/wlan-ng/
H A Dp80211mgmt.h390 u16 *aid; member in struct:wlan_fr_assocresp
425 u16 *aid; member in struct:wlan_fr_reassocresp
/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c480 if (sta_priv->aid)
651 bss_conf->aid);
671 sta_priv->aid = bss_conf->aid;
683 bss_conf->aid);
803 sta_priv->aid = sta->aid;
H A Dwcn36xx.h158 u16 aid; member in struct:wcn36xx_sta
/drivers/staging/rtl8188eu/include/
H A Dwlan_bssdef.h281 int aid; /* will only be valid when a BSS is joinned. */ member in struct:wlan_network

Completed in 327 milliseconds

123456