Searched refs:wowl (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | cfg80211.c | 3715 memcpy(cfg->wowl.nd->ssid.ssid, netinfo->SSID, netinfo->SSID_len); in brcmf_wowl_nd_results() 3716 cfg->wowl.nd->ssid.ssid_len = netinfo->SSID_len; in brcmf_wowl_nd_results() 3717 cfg->wowl.nd->n_channels = 1; in brcmf_wowl_nd_results() 3718 cfg->wowl.nd->channels[0] = in brcmf_wowl_nd_results() 3722 cfg->wowl.nd_info->n_matches = 1; in brcmf_wowl_nd_results() 3723 cfg->wowl.nd_info->matches[0] = cfg->wowl.nd; in brcmf_wowl_nd_results() 3726 cfg->wowl.nd_data_completed = true; in brcmf_wowl_nd_results() 3727 wake_up(&cfg->wowl.nd_data_wait); in brcmf_wowl_nd_results() 3785 timeout = wait_event_timeout(cfg->wowl in brcmf_report_wowl_wakeind() 3839 brcmf_configure_wowl(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp, struct cfg80211_wowlan *wowl) brcmf_configure_wowl() argument 3895 brcmf_cfg80211_suspend(struct wiphy *wiphy, struct cfg80211_wowlan *wowl) brcmf_cfg80211_suspend() argument 7042 struct wiphy_wowlan_support *wowl; brcmf_wiphy_wowl_params() local [all...] |
H A D | cfg80211.h | 281 * struct brcmf_cfg80211_wowl - wowl related information. 333 * @wowl: wowl related information. 365 struct brcmf_cfg80211_wowl wowl; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | cfg80211.c | 4060 memcpy(cfg->wowl.nd->ssid.ssid, netinfo->SSID, netinfo->SSID_len); in brcmf_wowl_nd_results() 4061 cfg->wowl.nd->ssid.ssid_len = netinfo->SSID_len; in brcmf_wowl_nd_results() 4062 cfg->wowl.nd->n_channels = 1; in brcmf_wowl_nd_results() 4063 cfg->wowl.nd->channels[0] = in brcmf_wowl_nd_results() 4067 cfg->wowl.nd_info->n_matches = 1; in brcmf_wowl_nd_results() 4068 cfg->wowl.nd_info->matches[0] = cfg->wowl.nd; in brcmf_wowl_nd_results() 4071 cfg->wowl.nd_data_completed = true; in brcmf_wowl_nd_results() 4072 wake_up(&cfg->wowl.nd_data_wait); in brcmf_wowl_nd_results() 4130 timeout = wait_event_timeout(cfg->wowl in brcmf_report_wowl_wakeind() 4184 brcmf_configure_wowl(struct brcmf_cfg80211_info *cfg, struct brcmf_if *ifp, struct cfg80211_wowlan *wowl) brcmf_configure_wowl() argument 4258 brcmf_cfg80211_suspend(struct wiphy *wiphy, struct cfg80211_wowlan *wowl) brcmf_cfg80211_suspend() argument 7554 struct wiphy_wowlan_support *wowl; brcmf_wiphy_wowl_params() local [all...] |
H A D | cfg80211.h | 287 * struct brcmf_cfg80211_wowl - wowl related information. 339 * @wowl: wowl related information. 371 struct brcmf_cfg80211_wowl wowl; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | commands.h | 77 const struct cfg80211_wowlan *wowl);
|
H A D | commands.c | 2717 const struct cfg80211_wowlan *wowl) in qtnf_cmd_send_wowlan_set() 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() 2716 qtnf_cmd_send_wowlan_set(const struct qtnf_vif *vif, const struct cfg80211_wowlan *wowl) qtnf_cmd_send_wowlan_set() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | commands.h | 77 const struct cfg80211_wowlan *wowl);
|
H A D | commands.c | 2662 const struct cfg80211_wowlan *wowl) in qtnf_cmd_send_wowlan_set() 2680 if (wowl) { in qtnf_cmd_send_wowlan_set() 2681 if (wowl->disconnect) in qtnf_cmd_send_wowlan_set() 2684 if (wowl->magic_pkt) in qtnf_cmd_send_wowlan_set() 2687 if (wowl->n_patterns && wowl->patterns) { in qtnf_cmd_send_wowlan_set() 2689 while (count < wowl->n_patterns) { in qtnf_cmd_send_wowlan_set() 2692 wowl->patterns[count].pattern, in qtnf_cmd_send_wowlan_set() 2693 wowl->patterns[count].pattern_len); in qtnf_cmd_send_wowlan_set() 2661 qtnf_cmd_send_wowlan_set(const struct qtnf_vif *vif, const struct cfg80211_wowlan *wowl) qtnf_cmd_send_wowlan_set() argument
|
Completed in 22 milliseconds