Lines Matching refs:wow
345 TP_PROTO(struct wiphy *wiphy, struct cfg80211_wowlan *wow),
346 TP_ARGS(wiphy, wow),
360 if (wow) {
361 __entry->any = wow->any;
362 __entry->disconnect = wow->disconnect;
363 __entry->magic_pkt = wow->magic_pkt;
364 __entry->gtk_rekey_failure = wow->gtk_rekey_failure;
365 __entry->eap_identity_req = wow->eap_identity_req;
366 __entry->four_way_handshake = wow->four_way_handshake;
367 __entry->rfkill_release = wow->rfkill_release;
373 TP_printk(WIPHY_PR_FMT ", wow%s - any: %d, disconnect: %d, "