Home
last modified time | relevance | path

Searched refs:short_head (Results 1 – 4 of 4) sorted by relevance

/linux/net/mac80211/
H A Dcfg.c1209 if (!params->short_head) in ieee80211_set_s1g_short_beacon()
1217 new->short_head = (u8 *)new + sizeof(*new); in ieee80211_set_s1g_short_beacon()
1219 memcpy(new->short_head, params->short_head, params->short_head_len); in ieee80211_set_s1g_short_beacon()
1222 new->short_tail = new->short_head + params->short_head_len; in ieee80211_set_s1g_short_beacon()
H A Dieee80211_i.h309 u8 *short_head; member
/linux/include/net/
H A Dcfg80211.h1454 const u8 *short_head; member
/linux/net/wireless/
H A Dnl80211.c6578 sb->short_head = nla_data(tb[NL80211_S1G_SHORT_BEACON_ATTR_HEAD]); in nl80211_parse_s1g_short_beacon()