Home
last modified time | relevance | path

Searched refs:probe_resp (Results 1 – 15 of 15) sorted by relevance

/drivers/staging/rtl8723au/hal/
Drtl8723a_cmd.c421 &mgmt->u.probe_resp.timestamp); in ConstructProbeRsp()
423 &mgmt->u.probe_resp.beacon_int); in ConstructProbeRsp()
425 &mgmt->u.probe_resp.capab_info); in ConstructProbeRsp()
427 pktlen = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in ConstructProbeRsp()
432 memcpy(mgmt->u.probe_resp.variable, cur_network->IEs, in ConstructProbeRsp()
/drivers/net/wireless/ath/wil6210/
Dcfg80211.c614 b->probe_resp, b->probe_resp_len); in wil_print_bcon_data()
636 struct ieee80211_mgmt *f = (struct ieee80211_mgmt *)bcon->probe_resp; in wil_fix_bcon()
637 size_t hlen = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in wil_fix_bcon()
644 bcon->proberesp_ies = f->u.probe_resp.variable; in wil_fix_bcon()
649 bcon->assocresp_ies = f->u.probe_resp.variable; in wil_fix_bcon()
/drivers/net/wireless/hostap/
Dhostap_80211.h58 } __packed beacon, probe_resp; member
/drivers/staging/rtl8188eu/include/
Dieee80211_ext.h235 } __packed probe_resp; member
/drivers/net/wireless/brcm80211/brcmsmac/
Dpub.h337 struct sk_buff *probe_resp);
Dmain.c454 if (wlc->probe_resp) in brcms_c_detach_mfree()
455 dev_kfree_skb_any(wlc->probe_resp); in brcms_c_detach_mfree()
7441 struct sk_buff *probe_resp) in brcms_c_set_new_probe_resp() argument
7443 if (!probe_resp) in brcms_c_set_new_probe_resp()
7445 if (wlc->probe_resp) in brcms_c_set_new_probe_resp()
7446 dev_kfree_skb_any(wlc->probe_resp); in brcms_c_set_new_probe_resp()
7447 wlc->probe_resp = probe_resp; in brcms_c_set_new_probe_resp()
7450 skb_push(wlc->probe_resp, D11_PHY_HDR_LEN); in brcms_c_set_new_probe_resp()
7484 struct sk_buff *probe_resp, in brcms_c_bss_update_probe_resp() argument
7489 len = min_t(size_t, probe_resp->len, BCN_TMPL_LEN); in brcms_c_bss_update_probe_resp()
[all …]
Dmac80211_if.c685 struct sk_buff *probe_resp; in brcms_ops_bss_info_changed() local
688 probe_resp = ieee80211_proberesp_get(hw, vif); in brcms_ops_bss_info_changed()
689 brcms_c_set_new_probe_resp(wl->wlc, probe_resp); in brcms_ops_bss_info_changed()
Dmain.h570 struct sk_buff *probe_resp; member
/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c2569 &mgmt->u.probe_resp.beacon_int); in issue_probersp()
2572 &mgmt->u.probe_resp.capab_info); in issue_probersp()
2574 pframe = mgmt->u.probe_resp.variable; in issue_probersp()
2576 offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in issue_probersp()
2593 ssid_ie = rtw_get_ie23a(mgmt->u.probe_resp.variable, in issue_probersp()
2595 pframe - mgmt->u.probe_resp.variable); in issue_probersp()
4166 offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in collect_bss_info()
4167 pie = mgmt->u.probe_resp.variable; in collect_bss_info()
4170 get_unaligned_le16(&mgmt->u.probe_resp.capab_info); in collect_bss_info()
4172 get_unaligned_le16(&mgmt->u.probe_resp.beacon_int); in collect_bss_info()
[all …]
/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c3069 pos = mgmt->u.probe_resp.variable; in ath6kl_send_go_probe_resp()
3163 if (buf + len >= &mgmt->u.probe_resp.variable[1] && in ath6kl_is_p2p_go_ssid()
3164 (mgmt->u.probe_resp.variable[1] > P2P_WILDCARD_SSID_LEN)) { in ath6kl_is_p2p_go_ssid()
/drivers/net/wireless/
Dat76c50x-usb.c1535 el_off = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in at76_guess_freq()
1536 el = ((struct ieee80211_mgmt *)hdr)->u.probe_resp.variable; in at76_guess_freq()
Dmac80211_hwsim.c1139 mgmt->u.probe_resp.timestamp = in mac80211_hwsim_tx()
/drivers/net/wireless/ath/ath9k/
Dhtc_drv_txrx.c238 mgmt->u.probe_resp.timestamp = avp->tsfadjust; in ath9k_htc_tx_mgmt()
/drivers/net/wireless/b43legacy/
Dmain.c1093 ie_start = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in b43legacy_generate_probe_resp()
/drivers/net/wireless/ti/wlcore/
Dmain.c3926 ie_offset = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in wl1271_ap_set_probe_resp_tmpl_legacy()