Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c1308 wakeup.packet_present_len = pkt->len; in iwl_mvm_report_wakeup_reasons()
1323 wakeup.packet_present_len = pktsize; in iwl_mvm_report_wakeup_reasons()
/OK3568_Linux_fs/kernel/net/wireless/
H A Dtrace.h3356 wakeup ? wakeup->packet_present_len : 0)
3370 if (wakeup && wakeup->packet && wakeup->packet_present_len)
3372 wakeup->packet_present_len);
H A Dnl80211.c17446 size += wakeup->packet_present_len; in cfg80211_report_wowlan_wakeup()
17525 if (nla_put(msg, pkt_attr, wakeup->packet_present_len, in cfg80211_report_wowlan_wakeup()
/OK3568_Linux_fs/kernel/include/net/
H A Dcfg80211.h3103 u32 packet_present_len, packet_len; member