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

12

/drivers/net/wireless/hostap/
H A Dhostap_80211.h35 __le16 aid; member in struct:hostap_ieee80211_mgmt::__anon3449::__anon3453
H A Dhostap_ap.h46 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */ member in struct:sta_info
H A Dhostap_ap.c140 if (sta->aid > 0)
141 ap->sta_aid[sta->aid - 1] = NULL;
152 static void hostap_set_tim(local_info_t *local, int aid, int set) argument
155 local->func->set_tim(local->dev, aid, set);
236 if (sta->timeout_next == STA_DEAUTH && sta->aid > 0 &&
238 hostap_set_tim(local, sta->aid, 0);
1005 sta->addr, atomic_read(&sta->users), sta->aid,
1607 if (sta->aid > 0)
1611 for (sta->aid = 1; sta->aid <
1869 u16 aid; local
[all...]
H A Dhostap_hw.c2962 int aid; member in struct:set_tim_data
2966 static int prism2_set_tim(struct net_device *dev, int aid, int set) argument
2980 new_entry->aid = aid;
2987 if (entry->aid == aid) {
2988 PDEBUG(DEBUG_PS2, "%s: prism2_set_tim: aid=%d "
2990 local->dev->name, aid, entry->set, set);
3025 PDEBUG(DEBUG_PS2, "%s: handle_set_tim_queue: aid=%d set=%d\n",
3026 local->dev->name, entry->aid, entr
[all...]
H A Dhostap_common.h366 u16 aid; member in struct:prism2_hostapd_param::__anon3474::__anon3475
/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.c263 int p54_update_beacon_tim(struct p54_common *priv, u16 aid, bool set) argument
275 tim->entry[0] = cpu_to_le16(set ? (aid | 0x8000) : aid);
618 psm->aid = cpu_to_le16(priv->aid);
H A Dtxrx.c307 if (!priv->aid)
321 new_psm = ieee80211_check_tim(tim_ie, tim_len, priv->aid);
680 u32 *extra_len, u16 *flags, u16 *aid,
708 *aid = 0;
712 *aid = 1;
718 *aid = 0;
725 *aid = 0;
730 *aid = 0;
750 *aid = info->control.sta->aid;
678 p54_tx_80211_header(struct p54_common *priv, struct sk_buff *skb, struct ieee80211_tx_info *info, u8 *queue, u32 *extra_len, u16 *flags, u16 *aid, bool *burst_possible) argument
779 u16 hdr_flags = 0, aid = 0; local
[all...]
H A Dp54.h237 u16 aid; member in struct:p54_common
H A Dlmac.h477 __le16 aid; member in struct:p54_psm
539 int p54_update_beacon_tim(struct p54_common *priv, u16 aid, bool set);
/drivers/net/wireless/wl1251/
H A Dwl12xx_80211.h125 __le16 aid; member in struct:wl12xx_ps_poll_template
H A Dacx.c719 int wl1251_acx_aid(struct wl1251 *wl, u16 aid) argument
724 wl1251_debug(DEBUG_ACX, "acx aid");
732 acx_aid->aid = aid;
736 wl1251_warning("failed to set aid: %d", ret);
/drivers/net/wireless/wl12xx/
H A Dwl12xx_80211.h114 __le16 aid; member in struct:wl12xx_ps_poll_template
H A Dacx.c599 int wl1271_acx_aid(struct wl1271 *wl, struct wl12xx_vif *wlvif, u16 aid) argument
604 wl1271_debug(DEBUG_ACX, "acx aid");
613 acx_aid->aid = cpu_to_le16(aid);
617 wl1271_warning("failed to set aid: %d", ret);
H A Dcmd.c1147 u16 aid)
1555 cmd->aid = sta->aid;
1146 wl1271_cmd_build_ps_poll(struct wl1271 *wl, struct wl12xx_vif *wlvif, u16 aid) argument
H A Dcmd.h62 u16 aid);
633 u8 aid; member in struct:wl12xx_cmd_add_peer
/drivers/net/wireless/ath/ath6kl/
H A Dmain.c42 struct ath6kl_sta *ath6kl_find_sta_by_aid(struct ath6kl *ar, u8 aid) argument
48 if (ar->sta_list[ctr].aid == aid) {
56 static void ath6kl_add_new_sta(struct ath6kl_vif *vif, u8 *mac, u16 aid, argument
64 free_slot = aid - 1;
70 sta->aid = aid;
77 ar->ap_stats.sta[free_slot].aid = cpu_to_le32(aid);
101 memset(&ar->ap_stats.sta[sta->aid
442 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
816 ath6kl_pspoll_event(struct ath6kl_vif *vif, u8 aid) argument
[all...]
H A Dtxrx.c23 * aid - tid_mux4..tid_mux7
163 conn->aid, 1, 0);
200 conn->aid, 1);
1270 conn->aid, 0, flags);
1473 conn->aid, 0, 0);
1477 conn->aid, 0);
1670 u8 tid, aid; local
1673 aid = ath6kl_get_aid(tid_mux);
1674 sta = ath6kl_find_sta_by_aid(vif->ar, aid);
1767 u8 tid, aid; local
[all...]
/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/
H A Dmac80211_hwsim.c161 u16 aid; member in struct:hwsim_vif_priv
928 wiphy_debug(hw->wiphy, " ASSOC: assoc=%d aid=%d\n",
929 info->assoc, info->aid);
931 vp->aid = info->aid;
1308 "%s: send PS-Poll to %pM for aid %d\n",
1309 __func__, vp->bssid, vp->aid);
1318 pspoll->aid = cpu_to_le16(0xc000 | vp->aid);
/drivers/net/wireless/rtlwifi/rtl8192se/
H A Dfw.h251 u16 aid; member in struct:h2c_joinbss_rpt_parm
/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_softmac.c930 assoc->aid = cpu_to_le16(ieee->assoc_id);
1523 static inline u16 assoc_parse(struct sk_buff *skb, int *aid) argument
1532 *aid = le16_to_cpu(a->aid) & 0x3fff;
1779 int aid=0; local
1806 if (0 == (errcode=assoc_parse(skb, &aid))){
1810 ieee->assoc_id = aid;
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c885 assoc->aid = cpu_to_le16(ieee->assoc_id);
1637 static inline u16 assoc_parse(struct ieee80211_device *ieee, struct sk_buff *skb, int *aid) argument
1648 *aid = le16_to_cpu(response_head->aid) & 0x3fff;
1929 int aid; local
1960 if (0 == (errcode=assoc_parse(ieee,skb, &aid))){
1962 ieee->assoc_id = aid;
1984 /* aid could not been allocated */
/drivers/net/wireless/rt2x00/
H A Drt2x00.h915 u16 aid; member in struct:rt2x00_dev

Completed in 344 milliseconds

12