Home
last modified time | relevance | path

Searched refs:ieee80211_wme_param (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_output.c335 .wme_len = sizeof (struct ieee80211_wme_param) - 2, in ieee80211_add_wme_param()
527 sizeof (struct ieee80211_wme_param) : 0) in ieee80211_send_mgmt()
835 sizeof (struct ieee80211_wme_param) : 0) in ieee80211_beacon_alloc()
H A Dnet80211_input.c792 if (len < sizeof (struct ieee80211_wme_param) - 2) { in ieee80211_parse_wmeparams()
797 qosinfo = frm[offsetof(struct ieee80211_wme_param, wme_qosInfo)]; in ieee80211_parse_wmeparams()
802 frm += offsetof(struct ieee80211_wme_param, wme_acParams); in ieee80211_parse_wmeparams()
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211_proto.h292 struct ieee80211_wme_param { struct