Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/hal/
Drtl8723a_cmd.c402 &mgmt->u.probe_resp.timestamp); in ConstructProbeRsp()
404 &mgmt->u.probe_resp.beacon_int); in ConstructProbeRsp()
406 &mgmt->u.probe_resp.capab_info); in ConstructProbeRsp()
408 pktlen = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in ConstructProbeRsp()
413 memcpy(mgmt->u.probe_resp.variable, cur_network->IEs, in ConstructProbeRsp()
/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_80211.h58 } __packed beacon, probe_resp; member
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dcfg80211.c647 b->probe_resp, b->probe_resp_len); in wil_print_bcon_data()
657 struct ieee80211_mgmt *f = (struct ieee80211_mgmt *)bcon->probe_resp; in wil_fix_bcon()
658 size_t hlen = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in wil_fix_bcon()
665 bcon->proberesp_ies = f->u.probe_resp.variable; in wil_fix_bcon()
670 bcon->assocresp_ies = f->u.probe_resp.variable; in wil_fix_bcon()
/linux-4.1.27/net/wireless/
Dscan.c1037 u.probe_resp.variable); in cfg80211_inform_bss_width_frame()
1040 BUILD_BUG_ON(offsetof(struct ieee80211_mgmt, u.probe_resp.variable) != in cfg80211_inform_bss_width_frame()
1056 if (WARN_ON(len < offsetof(struct ieee80211_mgmt, u.probe_resp.variable))) in cfg80211_inform_bss_width_frame()
1068 ies->tsf = le64_to_cpu(mgmt->u.probe_resp.timestamp); in cfg80211_inform_bss_width_frame()
1070 memcpy(ies->data, mgmt->u.probe_resp.variable, ielen); in cfg80211_inform_bss_width_frame()
1082 tmp.pub.beacon_interval = le16_to_cpu(mgmt->u.probe_resp.beacon_int); in cfg80211_inform_bss_width_frame()
1083 tmp.pub.capability = le16_to_cpu(mgmt->u.probe_resp.capab_info); in cfg80211_inform_bss_width_frame()
Dtrace.h529 __dynamic_array(u8, probe_resp, info ? info->probe_resp_len : 0)
552 if (info->probe_resp)
553 memcpy(__get_dynamic_array(probe_resp),
554 info->probe_resp, info->probe_resp_len);
Dnl80211.c3231 bcn->probe_resp = nla_data(attrs[NL80211_ATTR_PROBE_RESP]); in nl80211_parse_beacon()
6483 if (params.beacon_csa.probe_resp[offset] != in nl80211_channel_switch()
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dieee80211_ext.h235 } __packed probe_resp; member
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
Dpub.h337 struct sk_buff *probe_resp);
Dmain.c456 if (wlc->probe_resp) in brcms_c_detach_mfree()
457 dev_kfree_skb_any(wlc->probe_resp); in brcms_c_detach_mfree()
7440 struct sk_buff *probe_resp) in brcms_c_set_new_probe_resp() argument
7442 if (!probe_resp) in brcms_c_set_new_probe_resp()
7444 if (wlc->probe_resp) in brcms_c_set_new_probe_resp()
7445 dev_kfree_skb_any(wlc->probe_resp); in brcms_c_set_new_probe_resp()
7446 wlc->probe_resp = probe_resp; in brcms_c_set_new_probe_resp()
7449 skb_push(wlc->probe_resp, D11_PHY_HDR_LEN); in brcms_c_set_new_probe_resp()
7483 struct sk_buff *probe_resp, in brcms_c_bss_update_probe_resp() argument
7488 len = min_t(size_t, probe_resp->len, BCN_TMPL_LEN); in brcms_c_bss_update_probe_resp()
[all …]
Dmain.h570 struct sk_buff *probe_resp; member
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()
/linux-4.1.27/net/mac80211/
Dcfg.c602 struct probe_resp *new, *old; in ieee80211_set_probe_resp()
607 old = sdata_dereference(sdata->u.ap.probe_resp, sdata); in ieee80211_set_probe_resp()
609 new = kzalloc(sizeof(struct probe_resp) + resp_len, GFP_KERNEL); in ieee80211_set_probe_resp()
621 rcu_assign_pointer(sdata->u.ap.probe_resp, new); in ieee80211_set_probe_resp()
694 err = ieee80211_set_probe_resp(sdata, params->probe_resp, in ieee80211_assign_beacon()
853 struct probe_resp *old_probe_resp; in ieee80211_stop_ap()
861 old_probe_resp = sdata_dereference(sdata->u.ap.probe_resp, sdata); in ieee80211_stop_ap()
884 RCU_INIT_POINTER(sdata->u.ap.probe_resp, NULL); in ieee80211_stop_ap()
2858 beacon->probe_resp = pos; in cfg80211_beacon_dup()
2859 memcpy(pos, beacon->probe_resp, beacon->probe_resp_len); in cfg80211_beacon_dup()
Dieee80211_i.h267 struct probe_resp { struct
288 struct probe_resp __rcu *probe_resp; member
Dscan.c204 elements = mgmt->u.probe_resp.variable; in ieee80211_scan_rx()
205 baselen = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in ieee80211_scan_rx()
Dibss.c1577 BUILD_BUG_ON(offsetof(typeof(mgmt->u.probe_resp), variable) != in ieee80211_rx_mgmt_probe_beacon()
1584 baselen = (u8 *) mgmt->u.probe_resp.variable - (u8 *) mgmt; in ieee80211_rx_mgmt_probe_beacon()
1588 ieee802_11_parse_elems(mgmt->u.probe_resp.variable, len - baselen, in ieee80211_rx_mgmt_probe_beacon()
Dmesh.c1025 baselen = (u8 *) mgmt->u.probe_resp.variable - (u8 *) mgmt; in ieee80211_mesh_rx_bcn_presp()
1029 ieee802_11_parse_elems(mgmt->u.probe_resp.variable, len - baselen, in ieee80211_mesh_rx_bcn_presp()
Dtx.c2669 struct probe_resp *resp; in ieee80211_set_csa()
2694 resp = rcu_dereference(sdata->u.ap.probe_resp); in ieee80211_set_csa()
3020 struct probe_resp *presp = NULL; in ieee80211_proberesp_get()
3030 presp = rcu_dereference(ap->probe_resp); in ieee80211_proberesp_get()
Dmlme.c1325 __le16 capab = mgmt->u.probe_resp.capab_info; in ieee80211_handle_pwr_constr()
3202 baselen = (u8 *) mgmt->u.probe_resp.variable - (u8 *) mgmt; in ieee80211_rx_mgmt_probe_resp()
3206 ieee802_11_parse_elems(mgmt->u.probe_resp.variable, len - baselen, in ieee80211_rx_mgmt_probe_resp()
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c2564 &mgmt->u.probe_resp.beacon_int); in issue_probersp()
2567 &mgmt->u.probe_resp.capab_info); in issue_probersp()
2569 pframe = mgmt->u.probe_resp.variable; in issue_probersp()
2571 offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in issue_probersp()
2588 ssid_ie = rtw_get_ie23a(mgmt->u.probe_resp.variable, in issue_probersp()
2590 pframe - mgmt->u.probe_resp.variable); in issue_probersp()
4159 offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in collect_bss_info()
4160 pie = mgmt->u.probe_resp.variable; in collect_bss_info()
4163 get_unaligned_le16(&mgmt->u.probe_resp.capab_info); in collect_bss_info()
4165 get_unaligned_le16(&mgmt->u.probe_resp.beacon_int); in collect_bss_info()
[all …]
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c3072 pos = mgmt->u.probe_resp.variable; in ath6kl_send_go_probe_resp()
3166 if (buf + len >= &mgmt->u.probe_resp.variable[1] && in ath6kl_is_p2p_go_ssid()
3167 (mgmt->u.probe_resp.variable[1] > P2P_WILDCARD_SSID_LEN)) { in ath6kl_is_p2p_go_ssid()
/linux-4.1.27/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()
/linux-4.1.27/include/linux/
Dieee80211.h917 } __packed probe_resp; member
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dhtc_drv_txrx.c238 mgmt->u.probe_resp.timestamp = avp->tsfadjust; in ath9k_htc_tx_mgmt()
/linux-4.1.27/include/net/
Dcfg80211.h663 const u8 *probe_resp; member
/linux-4.1.27/drivers/net/wireless/b43legacy/
Dmain.c1093 ie_start = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in b43legacy_generate_probe_resp()
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dmain.c3936 ie_offset = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in wl1271_ap_set_probe_resp_tmpl_legacy()