Home
last modified time | relevance | path

Searched refs:uhr_cap (Results 1 – 7 of 7) sorted by relevance

/linux/net/mac80211/
H A Dutil.c4540 const struct ieee80211_sta_uhr_cap *uhr_cap = in ieee80211_put_uhr_cap() local
4544 if (!uhr_cap) in ieee80211_put_uhr_cap()
4556 skb_put_data(skb, &uhr_cap->mac, sizeof(uhr_cap->mac)); in ieee80211_put_uhr_cap()
4557 skb_put_data(skb, &uhr_cap->phy, sizeof(uhr_cap->phy)); in ieee80211_put_uhr_cap()
H A Dparse.c208 elems->uhr_cap = data; in ieee80211_parse_extension_element()
H A Dieee80211_i.h1828 const struct ieee80211_uhr_cap *uhr_cap; member
2882 const struct ieee80211_uhr_cap *uhr_cap,
H A Dmain.c1297 supp_uhr = supp_uhr || iftd->uhr_cap.has_uhr; in ieee80211_register_hw()
H A Dmlme.c5609 if (elems->uhr_operation && elems->uhr_cap && in ieee80211_assoc_config_link()
5612 elems->uhr_cap, in ieee80211_assoc_config_link()
5616 bss_conf->uhr_support = link_sta->pub->uhr_cap.has_uhr; in ieee80211_assoc_config_link()
5911 const struct ieee80211_sta_uhr_cap *uhr_cap; in ieee80211_determine_our_sta_mode() local
6103 uhr_cap = ieee80211_get_uhr_iftype_cap_vif(sband, &sdata->vif); in ieee80211_determine_our_sta_mode()
6104 if (!uhr_cap) { in ieee80211_determine_our_sta_mode()
/linux/include/net/
H A Dcfg80211.h481 struct ieee80211_sta_uhr_cap uhr_cap; member
737 if (data && data->uhr_cap.has_uhr) in ieee80211_get_uhr_iftype_cap()
738 return &data->uhr_cap; in ieee80211_get_uhr_iftype_cap()
/linux/net/wireless/
H A Dnl80211.c1972 const struct ieee80211_sta_uhr_cap *uhr_cap = &iftdata->uhr_cap; in nl80211_send_iftype_data() local
2024 if (uhr_cap->has_uhr) { in nl80211_send_iftype_data()
2026 sizeof(uhr_cap->mac), &uhr_cap->mac) || in nl80211_send_iftype_data()
2028 sizeof(uhr_cap->phy), &uhr_cap->phy)) in nl80211_send_iftype_data()