Searched refs:bcon (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | cfg80211.c | 1861 struct cfg80211_beacon_data *bcon) in _wil_cfg80211_set_ies() 1868 wil_memdup_ie(&vif->proberesp, &vif->proberesp_len, bcon->probe_resp, in _wil_cfg80211_set_ies() 1869 bcon->probe_resp_len); in _wil_cfg80211_set_ies() 1871 bcon->proberesp_ies, bcon->proberesp_ies_len); in _wil_cfg80211_set_ies() 1873 bcon->assocresp_ies, bcon->assocresp_ies_len); in _wil_cfg80211_set_ies() 1875 proberesp = _wil_cfg80211_get_proberesp_ies(bcon->probe_resp, in _wil_cfg80211_set_ies() 1876 bcon->probe_resp_len, in _wil_cfg80211_set_ies() 1880 bcon in _wil_cfg80211_set_ies() 1860 _wil_cfg80211_set_ies(struct wil6210_vif *vif, struct cfg80211_beacon_data *bcon) _wil_cfg80211_set_ies() argument 1908 _wil_cfg80211_start_ap(struct wiphy *wiphy, struct net_device *ndev, const u8 *ssid, size_t ssid_len, u32 privacy, int bi, u8 chan, u8 wmi_edmg_channel, struct cfg80211_beacon_data *bcon, u8 hidden_ssid, u32 pbss) _wil_cfg80211_start_ap() argument 2015 struct cfg80211_beacon_data bcon = {}; wil_cfg80211_ap_recovery() local 2060 wil_cfg80211_change_beacon(struct wiphy *wiphy, struct net_device *ndev, struct cfg80211_beacon_data *bcon) wil_cfg80211_change_beacon() argument 2107 struct cfg80211_beacon_data *bcon = &info->beacon; wil_cfg80211_start_ap() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | cfg80211.c | 1884 struct cfg80211_beacon_data *bcon) in _wil_cfg80211_set_ies() 1891 wil_memdup_ie(&vif->proberesp, &vif->proberesp_len, bcon->probe_resp, in _wil_cfg80211_set_ies() 1892 bcon->probe_resp_len); in _wil_cfg80211_set_ies() 1894 bcon->proberesp_ies, bcon->proberesp_ies_len); in _wil_cfg80211_set_ies() 1896 bcon->assocresp_ies, bcon->assocresp_ies_len); in _wil_cfg80211_set_ies() 1898 proberesp = _wil_cfg80211_get_proberesp_ies(bcon->probe_resp, in _wil_cfg80211_set_ies() 1899 bcon->probe_resp_len, in _wil_cfg80211_set_ies() 1903 bcon in _wil_cfg80211_set_ies() 1883 _wil_cfg80211_set_ies(struct wil6210_vif *vif, struct cfg80211_beacon_data *bcon) _wil_cfg80211_set_ies() argument 1931 _wil_cfg80211_start_ap(struct wiphy *wiphy, struct net_device *ndev, const u8 *ssid, size_t ssid_len, u32 privacy, int bi, u8 chan, u8 wmi_edmg_channel, struct cfg80211_beacon_data *bcon, u8 hidden_ssid, u32 pbss) _wil_cfg80211_start_ap() argument 2038 struct cfg80211_beacon_data bcon = {}; wil_cfg80211_ap_recovery() local 2083 wil_cfg80211_change_beacon(struct wiphy *wiphy, struct net_device *ndev, struct cfg80211_beacon_data *bcon) wil_cfg80211_change_beacon() argument 2130 struct cfg80211_beacon_data *bcon = &info->beacon; wil_cfg80211_start_ap() local [all...] |
/kernel/linux/linux-5.10/kernel/printk/ |
H A D | printk.c | 2766 struct console *bcon = NULL; in register_console() local 2769 for_each_console(bcon) { in register_console() 2770 if (WARN(bcon == newcon, "console '%s%d' already registered\n", in register_console() 2771 bcon->name, bcon->index)) in register_console() 2780 for_each_console(bcon) { in register_console() 2781 if (!(bcon->flags & CON_BOOT)) { in register_console() 2790 bcon = console_drivers; in register_console() 2792 if (!has_preferred_console || bcon || !console_drivers) in register_console() 2830 if (bcon in register_console() [all...] |
Completed in 17 milliseconds