Searched refs:triggers (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_common.c193 struct wowlan_triggers *triggers; local
204 triggers = os_zalloc(sizeof(*triggers));
205 if (triggers == NULL)
211 &triggers->trigger)
235 os_free(triggers);
236 triggers = NULL;
248 return triggers;
H A Ddriver_nl80211_capa.c756 struct nlattr *triggers[MAX_NL80211_WOWLAN_TRIG + 1]; local
761 if (nla_parse_nested(triggers, MAX_NL80211_WOWLAN_TRIG,
765 if (triggers[NL80211_WOWLAN_TRIG_ANY])
767 if (triggers[NL80211_WOWLAN_TRIG_DISCONNECT])
769 if (triggers[NL80211_WOWLAN_TRIG_MAGIC_PKT])
771 if (triggers[NL80211_WOWLAN_TRIG_GTK_REKEY_FAILURE])
773 if (triggers[NL80211_WOWLAN_TRIG_EAP_IDENT_REQUEST])
775 if (triggers[NL80211_WOWLAN_TRIG_4WAY_HANDSHAKE])
777 if (triggers[NL80211_WOWLAN_TRIG_RFKILL_RELEASE])
H A Ddriver_nl80211.c10196 const struct wowlan_triggers *triggers)
10209 (triggers->any &&
10211 (triggers->disconnect &&
10213 (triggers->magic_pkt &&
10215 (triggers->gtk_rekey_failure &&
10217 (triggers->eap_identity_req &&
10219 (triggers->four_way_handshake &&
10221 (triggers->rfkill_release &&
10195 nl80211_set_wowlan(void *priv, const struct wowlan_triggers *triggers) argument
H A Ddriver.h3772 * set_wowlan - Set wake-on-wireless triggers
3774 * @triggers: wowlan triggers
3776 int (*set_wowlan)(void *priv, const struct wowlan_triggers *triggers);
/freebsd-current/tools/test/stress2/tools/
H A Dfail.sh65 nfs13.sh 20170323 tmpfs using options triggers this
/freebsd-current/tools/test/stress2/misc/
H A Dmmap28.sh105 Truncating the mapped file triggers a panic when accessed beyond
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h713 const struct wowlan_triggers *triggers)
717 return wpa_s->driver->set_wowlan(wpa_s->drv_priv, triggers);
712 wpa_drv_wowlan(struct wpa_supplicant *wpa_s, const struct wowlan_triggers *triggers) argument
H A Dwpa_supplicant.c5956 struct wowlan_triggers *triggers; local
5962 triggers = wpa_get_wowlan_triggers(wpa_s->conf->wowlan_triggers, capa);
5963 if (triggers) {
5964 ret = wpa_drv_wowlan(wpa_s, triggers);
5965 os_free(triggers);
6851 * Set Wake-on-WLAN triggers, if configured.
6852 * Note: We don't restore/remove the triggers on shutdown (it doesn't
7761 * the rejection response is not protected and such triggers should
/freebsd-current/sys/contrib/xen/
H A Dsysctl.h228 uint32_t nr; /* entry nr in triggers & residencies, including C0 */
231 XEN_GUEST_HANDLE_64(uint64) triggers; /* Cx trigger counts */ member in struct:pm_cx_stat
/freebsd-current/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h1484 /**< enum for methods when updating systime using triggers */
1536 uint8_t triggers; /**< bitmask of external triggers to enable */ member in struct:al_eth_pth_ext_update_params
H A Dal_hal_eth_main.c3685 params->triggers);
/freebsd-current/share/mk/
H A Dbsd.sys.mk248 # GCC's own arm_neon.h triggers various warnings

Completed in 395 milliseconds