Lines Matching defs:local
55 * @WLAN_STA_TDLS_OFF_CHANNEL: The local STA is currently off-channel with this
68 * @WLAN_STA_MPSP_OWNER: local STA is owner of a mesh Peer Service Period.
69 * @WLAN_STA_MPSP_RECIPIENT: local STA is recipient of a MPSP.
148 void ieee80211_sta_update_pending_airtime(struct ieee80211_local *local,
375 * @aid: local aid supplied by peer
385 * @local_pm: local link-specific power save mode
386 * @peer_pm: peer-specific power save mode towards local STA
582 * @local: pointer to the global information
657 struct ieee80211_local *local;
818 struct rhlist_head *sta_info_hash_lookup(struct ieee80211_local *local,
831 struct sta_info *sta_info_get_by_addrs(struct ieee80211_local *local,
834 #define for_each_sta_info(local, _addr, _sta, _tmp) \
836 sta_info_hash_lookup(local, _addr), hash_node)
838 struct rhlist_head *link_sta_info_hash_lookup(struct ieee80211_local *local,
841 #define for_each_link_sta_info(local, _addr, _sta, _tmp) \
843 link_sta_info_hash_lookup(local, _addr), \
866 void sta_info_free(struct ieee80211_local *local, struct sta_info *sta);
887 int sta_info_init(struct ieee80211_local *local);
888 void sta_info_stop(struct ieee80211_local *local);