Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dtrace.h3851 wakeup ? wakeup->packet_present_len : 0)
3865 if (wakeup && wakeup->packet && wakeup->packet_present_len)
3867 wakeup->packet_present_len);
H A Dnl80211.c19950 size += wakeup->packet_present_len; in cfg80211_report_wowlan_wakeup()
20034 if (nla_put(msg, pkt_attr, wakeup->packet_present_len, in cfg80211_report_wowlan_wakeup()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c1603 wakeup.packet_present_len = pkt->len; in iwl_mvm_report_wakeup_reasons()
1618 wakeup.packet_present_len = pktsize; in iwl_mvm_report_wakeup_reasons()
/linux/include/net/
H A Dcfg80211.h3637 u32 packet_present_len, packet_len; member