Home
last modified time | relevance | path

Searched refs:wowl (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c3711 memcpy(cfg->wowl.nd->ssid.ssid, netinfo->SSID, netinfo->SSID_len); in brcmf_wowl_nd_results()
3712 cfg->wowl.nd->ssid.ssid_len = netinfo->SSID_len; in brcmf_wowl_nd_results()
3713 cfg->wowl.nd->n_channels = 1; in brcmf_wowl_nd_results()
3714 cfg->wowl.nd->channels[0] = in brcmf_wowl_nd_results()
3718 cfg->wowl.nd_info->n_matches = 1; in brcmf_wowl_nd_results()
3719 cfg->wowl.nd_info->matches[0] = cfg->wowl.nd; in brcmf_wowl_nd_results()
3722 cfg->wowl.nd_data_completed = true; in brcmf_wowl_nd_results()
3723 wake_up(&cfg->wowl.nd_data_wait); in brcmf_wowl_nd_results()
3781 timeout = wait_event_timeout(cfg->wowl.nd_data_wait, in brcmf_report_wowl_wakeind()
3782 cfg->wowl.nd_data_completed, in brcmf_report_wowl_wakeind()
[all …]
H A Dcfg80211.h365 struct brcmf_cfg80211_wowl wowl; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.h77 const struct cfg80211_wowlan *wowl);
H A Dcommands.c2717 const struct cfg80211_wowlan *wowl) in qtnf_cmd_send_wowlan_set() argument
2735 if (wowl) { in qtnf_cmd_send_wowlan_set()
2736 if (wowl->disconnect) in qtnf_cmd_send_wowlan_set()
2739 if (wowl->magic_pkt) in qtnf_cmd_send_wowlan_set()
2742 if (wowl->n_patterns && wowl->patterns) { in qtnf_cmd_send_wowlan_set()
2744 while (count < wowl->n_patterns) { in qtnf_cmd_send_wowlan_set()
2747 wowl->patterns[count].pattern, in qtnf_cmd_send_wowlan_set()
2748 wowl->patterns[count].pattern_len); in qtnf_cmd_send_wowlan_set()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_config.h281 uint wowl; member
H A Ddhd_config.c1975 dhd_conf_set_intiovar(dhd, WLC_SET_VAR, "wowl", conf->wowl, 0, FALSE); in dhd_conf_set_suspend_resume()
3056 conf->wowl = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_pm_params()
3057 CONFIG_MSG("wowl = 0x%x\n", conf->wowl); in dhd_conf_read_pm_params()
3695 conf->wowl = WL_WOWL_NET|WL_WOWL_DIS|WL_WOWL_BCN; in dhd_conf_preinit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_config.h347 uint wowl; member
H A Ddhd_config.c2852 dhd_conf_set_intiovar(dhd, ifidx, WLC_SET_VAR, "wowl", conf->wowl, 0, FALSE); in dhd_conf_suspend_resume_sta()
4079 conf->wowl = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_pm_params()
4080 CONFIG_MSG("wowl = 0x%x\n", conf->wowl); in dhd_conf_read_pm_params()
4976 conf->wowl = WL_WOWL_NET|WL_WOWL_DIS|WL_WOWL_BCN; in dhd_conf_preinit()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_config.h350 uint wowl; member
H A Ddhd_config.c2970 dhd_conf_set_intiovar(dhd, ifidx, WLC_SET_VAR, "wowl", conf->wowl, 0, FALSE); in dhd_conf_suspend_resume_sta()
4212 conf->wowl = (int)simple_strtol(data, NULL, 0); in dhd_conf_read_pm_params()
4213 CONFIG_MSG("wowl = 0x%x\n", conf->wowl); in dhd_conf_read_pm_params()
5164 conf->wowl = WL_WOWL_NET|WL_WOWL_DIS|WL_WOWL_BCN; in dhd_conf_preinit()