Lines Matching full:wow
324 TP_PROTO(struct wiphy *wiphy, struct cfg80211_wowlan *wow),
325 TP_ARGS(wiphy, wow),
339 if (wow) {
340 __entry->any = wow->any;
341 __entry->disconnect = wow->disconnect;
342 __entry->magic_pkt = wow->magic_pkt;
343 __entry->gtk_rekey_failure = wow->gtk_rekey_failure;
344 __entry->eap_identity_req = wow->eap_identity_req;
345 __entry->four_way_handshake = wow->four_way_handshake;
346 __entry->rfkill_release = wow->rfkill_release;
352 TP_printk(WIPHY_PR_FMT ", wow%s - any: %d, disconnect: %d, "