Home
last modified time | relevance | path

Searched refs:wowlan_triggers (Results 1 - 25 of 26) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_common.c188 struct wowlan_triggers *
189 wpa_get_wowlan_triggers(const char *wowlan_triggers, in wpa_get_wowlan_triggers() argument
192 struct wowlan_triggers *triggers; in wpa_get_wowlan_triggers()
196 if (!wowlan_triggers) in wpa_get_wowlan_triggers()
199 buf = os_strdup(wowlan_triggers); in wpa_get_wowlan_triggers()
209 capa->wowlan_triggers.trigger, \ in wpa_get_wowlan_triggers()
H A Ddriver_nl80211_capa.c540 capa->wowlan_triggers.any = 1; in wiphy_info_wowlan_triggers()
542 capa->wowlan_triggers.disconnect = 1; in wiphy_info_wowlan_triggers()
544 capa->wowlan_triggers.magic_pkt = 1; in wiphy_info_wowlan_triggers()
546 capa->wowlan_triggers.gtk_rekey_failure = 1; in wiphy_info_wowlan_triggers()
548 capa->wowlan_triggers.eap_identity_req = 1; in wiphy_info_wowlan_triggers()
550 capa->wowlan_triggers.four_way_handshake = 1; in wiphy_info_wowlan_triggers()
552 capa->wowlan_triggers.rfkill_release = 1; in wiphy_info_wowlan_triggers()
H A Ddriver.h1166 struct wowlan_triggers { struct
1738 struct wowlan_triggers wowlan_triggers; member
3500 int (*set_wowlan)(void *priv, const struct wowlan_triggers *triggers);
5746 struct wowlan_triggers *
5747 wpa_get_wowlan_triggers(const char *wowlan_triggers,
H A Ddriver_nl80211.c9329 const struct wowlan_triggers *triggers) in nl80211_set_wowlan()
9334 struct nlattr *wowlan_triggers; in nl80211_set_wowlan() local
9340 !(wowlan_triggers = nla_nest_start(msg, in nl80211_set_wowlan()
9360 nla_nest_end(msg, wowlan_triggers); in nl80211_set_wowlan()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_common.c194 struct wowlan_triggers *
195 wpa_get_wowlan_triggers(const char *wowlan_triggers, in wpa_get_wowlan_triggers() argument
198 struct wowlan_triggers *triggers; in wpa_get_wowlan_triggers()
202 if (!wowlan_triggers) in wpa_get_wowlan_triggers()
205 buf = os_strdup(wowlan_triggers); in wpa_get_wowlan_triggers()
215 capa->wowlan_triggers.trigger, \ in wpa_get_wowlan_triggers()
H A Ddriver.h1294 struct wowlan_triggers { struct
2191 struct wowlan_triggers wowlan_triggers; member
3910 int (*set_wowlan)(void *priv, const struct wowlan_triggers *triggers);
6311 struct wowlan_triggers *
6312 wpa_get_wowlan_triggers(const char *wowlan_triggers,
H A Ddriver_nl80211_capa.c769 capa->wowlan_triggers.any = 1; in wiphy_info_wowlan_triggers()
771 capa->wowlan_triggers.disconnect = 1; in wiphy_info_wowlan_triggers()
773 capa->wowlan_triggers.magic_pkt = 1; in wiphy_info_wowlan_triggers()
775 capa->wowlan_triggers.gtk_rekey_failure = 1; in wiphy_info_wowlan_triggers()
777 capa->wowlan_triggers.eap_identity_req = 1; in wiphy_info_wowlan_triggers()
779 capa->wowlan_triggers.four_way_handshake = 1; in wiphy_info_wowlan_triggers()
781 capa->wowlan_triggers.rfkill_release = 1; in wiphy_info_wowlan_triggers()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_main.c228 struct wowlan_triggers *triggs; in hostapd_driver_init()
247 triggs = wpa_get_wowlan_triggers(conf->wowlan_triggers, &capa); in hostapd_driver_init()
H A Dap_config_file.c4438 } else if (os_strcmp(buf, "wowlan_triggers") == 0) { in hostapd_config_fill()
4439 os_free(bss->wowlan_triggers); in hostapd_config_fill()
4440 bss->wowlan_triggers = os_strdup(pos); in hostapd_config_fill()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_main.c221 struct wowlan_triggers *triggs; in hostapd_driver_init()
240 triggs = wpa_get_wowlan_triggers(conf->wowlan_triggers, &capa); in hostapd_driver_init()
H A Dap_config_file.c4188 } else if (os_strcmp(buf, "wowlan_triggers") == 0) {
4189 os_free(bss->wowlan_triggers);
4190 bss->wowlan_triggers = os_strdup(pos);
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig.h1242 * wowlan_triggers - Wake-on-WLAN triggers
1246 char *wowlan_triggers; member
H A Dconfig_file.c1435 if (config->wowlan_triggers) in wpa_config_write_global()
1436 fprintf(f, "wowlan_triggers=%s\n", in wpa_config_write_global()
1437 config->wowlan_triggers); in wpa_config_write_global()
H A Ddriver_i.h685 const struct wowlan_triggers *triggers) in wpa_drv_wowlan()
H A Dwpa_supplicant.c5070 struct wowlan_triggers *triggers;
5073 if (!wpa_s->conf->wowlan_triggers)
5076 triggers = wpa_get_wowlan_triggers(wpa_s->conf->wowlan_triggers, capa);
6677 "Failed to update wowlan_triggers to '%s'",
6678 wpa_s->conf->wowlan_triggers);
H A Dconfig.c2724 os_free(config->wowlan_triggers); in wpa_config_free()
4841 { STR(wowlan_triggers), CFG_CHANGED_WOWLAN_TRIGGERS },
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig.h1336 * wowlan_triggers - Wake-on-WLAN triggers
1340 char *wowlan_triggers; member
H A Dconfig_file.c1494 if (config->wowlan_triggers) in wpa_config_write_global()
1495 fprintf(f, "wowlan_triggers=%s\n", in wpa_config_write_global()
1496 config->wowlan_triggers); in wpa_config_write_global()
H A Ddriver_i.h761 const struct wowlan_triggers *triggers) in wpa_drv_wowlan()
H A Dwpa_supplicant.c6321 struct wowlan_triggers *triggers;
6324 if (!wpa_s->conf->wowlan_triggers)
6327 triggers = wpa_get_wowlan_triggers(wpa_s->conf->wowlan_triggers, capa);
8049 "Failed to update wowlan_triggers to '%s'",
8050 wpa_s->conf->wowlan_triggers);
H A Dconfig.c3107 os_free(config->wowlan_triggers); in wpa_config_free()
5401 { STR(wowlan_triggers), CFG_CHANGED_WOWLAN_TRIGGERS },
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_config.h669 char *wowlan_triggers; /* Wake-on-WLAN triggers */ member
H A Dap_config.c924 os_free(conf->wowlan_triggers); in hostapd_config_free_bss()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_config.h657 char *wowlan_triggers; /* Wake-on-WLAN triggers */ member
H A Dap_config.c828 os_free(conf->wowlan_triggers); in hostapd_config_free_bss()

Completed in 89 milliseconds

12