[go: nahoru, domu]

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

/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c634 struct cfg80211_beacon_data *bcon)
636 struct ieee80211_mgmt *f = (struct ieee80211_mgmt *)bcon->probe_resp;
640 if (bcon->probe_resp_len <= hlen)
643 if (!bcon->proberesp_ies) {
644 bcon->proberesp_ies = f->u.probe_resp.variable;
645 bcon->proberesp_ies_len = bcon->probe_resp_len - hlen;
648 if (!bcon->assocresp_ies) {
649 bcon->assocresp_ies = f->u.probe_resp.variable;
650 bcon
633 wil_fix_bcon(struct wil6210_priv *wil, struct cfg80211_beacon_data *bcon) argument
657 wil_cfg80211_change_beacon(struct wiphy *wiphy, struct net_device *ndev, struct cfg80211_beacon_data *bcon) argument
704 struct cfg80211_beacon_data *bcon = &info->beacon; local
[all...]

Completed in 52 milliseconds