Home
last modified time | relevance | path

Searched refs:short_head_len (Results 1 – 5 of 5) sorted by relevance

/linux/net/mac80211/
H A Dcfg.c1210 sizeof(*new) + params->short_head_len + params->short_tail_len; in ieee80211_set_s1g_short_beacon()
1224 new->short_head_len = params->short_head_len; in ieee80211_set_s1g_short_beacon()
1225 memcpy(new->short_head, params->short_head, params->short_head_len); in ieee80211_set_s1g_short_beacon()
1228 new->short_tail = new->short_head + params->short_head_len; in ieee80211_set_s1g_short_beacon()
H A Dieee80211_i.h314 int short_head_len; member
H A Dtx.c5690 skb = dev_alloc_skb(local->tx_headroom + sb->short_head_len + in ieee80211_s1g_short_beacon_get()
5697 skb_put_data(skb, sb->short_head, sb->short_head_len); in ieee80211_s1g_short_beacon_get()
/linux/include/net/
H A Dcfg80211.h1586 size_t short_head_len; member
/linux/net/wireless/
H A Dnl80211.c7161 sb->short_head_len = nla_len(tb[NL80211_S1G_SHORT_BEACON_ATTR_HEAD]); in nl80211_parse_s1g_short_beacon()