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

/net/mac80211/
H A Dmlme.c2522 u16 capab_info, aid; local
2533 aid = le16_to_cpu(mgmt->u.assoc_resp.aid);
2536 if ((aid & (BIT(15) | BIT(14))) != (BIT(15) | BIT(14)))
2538 aid);
2539 aid &= ~(BIT(15) | BIT(14));
2543 if (aid == 0 || aid > IEEE80211_MAX_AID) {
2545 aid);
2546 aid
2759 u16 capab_info, status_code, aid; local
[all...]
H A Ddebugfs_sta.c53 STA_FILE(aid, sta.aid, D);
H A Ddebugfs_netdev.c206 IEEE80211_IF_FILE(aid, u.mgd.aid, DEC);
552 DEBUGFS_ADD(aid);
H A Dtrace.h330 __field(u16, aid)
366 __entry->aid = info->aid;
H A Dtx.c94 * PS Poll: BIT(15) | BIT(14) | aid
470 ps_dbg(sta->sdata, "STA %pM aid %d: PS buffer for AC %d\n",
471 sta->sta.addr, sta->sta.aid, ac);
2521 pspoll->aid = cpu_to_le16(ifmgd->aid);
2523 /* aid in PS-Poll has its two MSBs each set to 1 */
2524 pspoll->aid |= cpu_to_le16(1 << 15 | 1 << 14);
H A Dsta_info.c601 id = sta->sta.aid;
1073 "STA %pM aid %d sending %d filtered/%d PS frames since STA not sleeping anymore\n",
1074 sta->sta.addr, sta->sta.aid, filtered, buffered);
H A Dieee80211_i.h404 u16 aid; member in struct:ieee80211_if_managed
H A Dcfg.c1258 if (params->aid)
1259 sta->sta.aid = params->aid;
H A Drx.c1254 ps_dbg(sdata, "STA %pM aid %d enters power save mode\n",
1255 sta->sta.addr, sta->sta.aid);
1260 ps_dbg(sta->sdata, "STA %pM aid %d exits power save mode\n",
1261 sta->sta.addr, sta->sta.aid);
1264 ps_dbg(sta->sdata, "STA %pM aid %d driver-ps-blocked\n",
1265 sta->sta.addr, sta->sta.aid);
/net/wireless/
H A Dtrace.h608 __field(u16, aid)
622 __entry->aid = params->aid;
633 "station modify mask: %u, listen interval: %d, aid: %u, "
638 __entry->aid, __entry->plink_action, __entry->plink_state,
H A Dnl80211.c3677 if (params->aid)
4036 params.aid = nla_get_u16(info->attrs[NL80211_ATTR_STA_AID]);
4037 if (!params.aid || params.aid > IEEE80211_MAX_AID)

Completed in 143 milliseconds