Searched refs:aid (Results 1 – 17 of 17) sorted by relevance
| /net/mac80211/ |
| A D | mesh_plink.c | 280 put_unaligned_le16(sta->sta.aid, pos); in mesh_plink_frame_tx() 497 int aid; in mesh_allocate_aid() local 508 __set_bit(sta->sta.aid, aid_map); in mesh_allocate_aid() 511 aid = find_first_zero_bit(aid_map, IEEE80211_MAX_AID + 1); in mesh_allocate_aid() 514 if (aid > IEEE80211_MAX_AID) in mesh_allocate_aid() 517 return aid; in mesh_allocate_aid() 524 int aid; in __mesh_sta_info_alloc() local 529 aid = mesh_allocate_aid(sdata); in __mesh_sta_info_alloc() 530 if (aid < 0) in __mesh_sta_info_alloc() 539 sta->sta.aid = aid; in __mesh_sta_info_alloc() [all …]
|
| A D | debugfs_netdev.c | 376 IEEE80211_IF_FILE(aid, vif.cfg.aid, DEC); 840 DEBUGFS_ADD(aid); in add_sta_files()
|
| A D | debugfs_sta.c | 49 STA_FILE(aid, sta.aid, D); 1257 DEBUGFS_ADD(aid); in ieee80211_sta_debugfs_add()
|
| A D | mesh_ps.c | 589 sta->mesh->aid); in ieee80211_mps_frame_release()
|
| A D | mlme.c | 6330 u16 capab_info, status_code, aid; in ieee80211_rx_mgmt_assoc_resp() local 6403 aid = le16_to_cpu(elems->aid_resp->aid); in ieee80211_rx_mgmt_assoc_resp() 6405 aid = 0; /* TODO */ in ieee80211_rx_mgmt_assoc_resp() 6407 aid = le16_to_cpu(mgmt->u.assoc_resp.aid); in ieee80211_rx_mgmt_assoc_resp() 6413 aid &= 0x7ff; in ieee80211_rx_mgmt_assoc_resp() 6418 capab_info, status_code, (u16)(aid & ~(BIT(15) | BIT(14)))); in ieee80211_rx_mgmt_assoc_resp() 6450 if (aid == 0 || aid > IEEE80211_MAX_AID) { in ieee80211_rx_mgmt_assoc_resp() 6453 aid); in ieee80211_rx_mgmt_assoc_resp() 6454 aid = 0; in ieee80211_rx_mgmt_assoc_resp() 6487 sdata->vif.cfg.aid = aid; in ieee80211_rx_mgmt_assoc_resp() [all …]
|
| A D | sta_info.h | 402 u16 aid; member
|
| A D | trace.h | 442 __field(u16, aid) 458 __entry->aid = sdata->vif.cfg.aid;
|
| A D | tx.c | 481 sta->sta.addr, sta->sta.aid, ac); in ieee80211_tx_h_unicast_ps_buf() 1150 tx->sta->sta.addr, tx->sta->sta.aid); in ieee80211_tx_prep_agg() 5818 pspoll->aid = cpu_to_le16(sdata->vif.cfg.aid); in ieee80211_pspoll_get() 5821 pspoll->aid |= cpu_to_le16(1 << 15 | 1 << 14); in ieee80211_pspoll_get()
|
| A D | cfg.c | 1889 sta->mesh->aid = params->peer_aid; in sta_apply_mesh_params() 2176 if (params->aid) in sta_apply_parameters() 2177 sta->sta.aid = params->aid; in sta_apply_parameters()
|
| A D | rx.c | 1597 sta->sta.addr, sta->sta.aid); in sta_ps_start() 1620 sta->sta.addr, sta->sta.aid); in sta_ps_end() 1631 sta->sta.addr, sta->sta.aid); in sta_ps_end()
|
| A D | sta_info.c | 1073 u16 id = sta->sta.aid; in __sta_info_recalc_tim() 1844 sta->sta.addr, sta->sta.aid, filtered, buffered); in ieee80211_sta_ps_deliver_wakeup()
|
| A D | tdls.c | 236 put_unaligned_le16(sdata->vif.cfg.aid, pos); in ieee80211_tdls_add_aid()
|
| /net/ceph/ |
| A D | Kconfig | 29 line to aid debugging. This increases kernel size and slows
|
| /net/wireless/ |
| A D | trace.h | 850 __field(u16, aid) 876 __entry->aid = params->aid; 925 __entry->aid, __entry->plink_action, __entry->plink_state,
|
| A D | nl80211.c | 7658 if (params->aid && in cfg80211_check_station_change() 7915 params->aid = nla_get_u16(info->attrs[NL80211_ATTR_PEER_AID]); in nl80211_set_station_tdls() 8005 params.aid = nla_get_u16(info->attrs[NL80211_ATTR_STA_AID]); in nl80211_set_station() 8217 params.aid = nla_get_u16(info->attrs[NL80211_ATTR_PEER_AID]); in nl80211_new_station() 8219 params.aid = nla_get_u16(info->attrs[NL80211_ATTR_STA_AID]); in nl80211_new_station()
|
| /net/nfc/ |
| A D | netlink.c | 514 evt_transaction->aid) || in nfc_genl_se_transaction()
|
| /net/ipv4/ |
| A D | Kconfig | 287 an aid in tracing the packets to their actual source and should not
|
Completed in 99 milliseconds