Searched refs:probe_resp (Results 1 – 15 of 15) sorted by relevance
/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_cmd.c | 421 &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/ |
D | cfg80211.c | 614 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/ |
D | hostap_80211.h | 58 } __packed beacon, probe_resp; member
|
/drivers/staging/rtl8188eu/include/ |
D | ieee80211_ext.h | 235 } __packed probe_resp; member
|
/drivers/net/wireless/brcm80211/brcmsmac/ |
D | pub.h | 337 struct sk_buff *probe_resp);
|
D | main.c | 454 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 …]
|
D | mac80211_if.c | 685 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()
|
D | main.h | 570 struct sk_buff *probe_resp; member
|
/drivers/staging/rtl8723au/core/ |
D | rtw_mlme_ext.c | 2569 &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/ |
D | cfg80211.c | 3069 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/ |
D | at76c50x-usb.c | 1535 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()
|
D | mac80211_hwsim.c | 1139 mgmt->u.probe_resp.timestamp = in mac80211_hwsim_tx()
|
/drivers/net/wireless/ath/ath9k/ |
D | htc_drv_txrx.c | 238 mgmt->u.probe_resp.timestamp = avp->tsfadjust; in ath9k_htc_tx_mgmt()
|
/drivers/net/wireless/b43legacy/ |
D | main.c | 1093 ie_start = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in b43legacy_generate_probe_resp()
|
/drivers/net/wireless/ti/wlcore/ |
D | main.c | 3926 ie_offset = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in wl1271_ap_set_probe_resp_tmpl_legacy()
|