Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_cmd.c401 &mgmt->u.probe_resp.timestamp); in ConstructProbeRsp()
403 &mgmt->u.probe_resp.beacon_int); in ConstructProbeRsp()
405 &mgmt->u.probe_resp.capab_info); in ConstructProbeRsp()
407 pktlen = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in ConstructProbeRsp()
412 memcpy(mgmt->u.probe_resp.variable, cur_network->IEs, in ConstructProbeRsp()
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_80211.h58 } __packed beacon, probe_resp; member
/linux-4.4.14/net/wireless/
Dscan.c1038 u.probe_resp.variable); in cfg80211_inform_bss_frame_data()
1041 BUILD_BUG_ON(offsetof(struct ieee80211_mgmt, u.probe_resp.variable) != in cfg80211_inform_bss_frame_data()
1056 if (WARN_ON(len < offsetof(struct ieee80211_mgmt, u.probe_resp.variable))) in cfg80211_inform_bss_frame_data()
1068 ies->tsf = le64_to_cpu(mgmt->u.probe_resp.timestamp); in cfg80211_inform_bss_frame_data()
1070 memcpy(ies->data, mgmt->u.probe_resp.variable, ielen); in cfg80211_inform_bss_frame_data()
1082 tmp.pub.beacon_interval = le16_to_cpu(mgmt->u.probe_resp.beacon_int); in cfg80211_inform_bss_frame_data()
1083 tmp.pub.capability = le16_to_cpu(mgmt->u.probe_resp.capab_info); in cfg80211_inform_bss_frame_data()
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.c3256 bcn->probe_resp = nla_data(attrs[NL80211_ATTR_PROBE_RESP]); in nl80211_parse_beacon()
6645 if (params.beacon_csa.probe_resp[offset] != in nl80211_channel_switch()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dieee80211_ext.h235 } __packed probe_resp; member
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dcfg80211.c708 b->probe_resp, b->probe_resp_len); in wil_print_bcon_data()
718 struct ieee80211_mgmt *f = (struct ieee80211_mgmt *)bcon->probe_resp; in wil_fix_bcon()
719 size_t hlen = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in wil_fix_bcon()
727 bcon->proberesp_ies = f->u.probe_resp.variable; in wil_fix_bcon()
/linux-4.4.14/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.c684 struct sk_buff *probe_resp; in brcms_ops_bss_info_changed() local
687 probe_resp = ieee80211_proberesp_get(hw, vif); in brcms_ops_bss_info_changed()
688 brcms_c_set_new_probe_resp(wl->wlc, probe_resp); in brcms_ops_bss_info_changed()
/linux-4.4.14/net/mac80211/
Dcfg.c560 struct probe_resp *new, *old; in ieee80211_set_probe_resp()
565 old = sdata_dereference(sdata->u.ap.probe_resp, sdata); in ieee80211_set_probe_resp()
567 new = kzalloc(sizeof(struct probe_resp) + resp_len, GFP_KERNEL); in ieee80211_set_probe_resp()
579 rcu_assign_pointer(sdata->u.ap.probe_resp, new); in ieee80211_set_probe_resp()
652 err = ieee80211_set_probe_resp(sdata, params->probe_resp, in ieee80211_assign_beacon()
811 struct probe_resp *old_probe_resp; in ieee80211_stop_ap()
819 old_probe_resp = sdata_dereference(sdata->u.ap.probe_resp, sdata); in ieee80211_stop_ap()
842 RCU_INIT_POINTER(sdata->u.ap.probe_resp, NULL); in ieee80211_stop_ap()
2880 beacon->probe_resp = pos; in cfg80211_beacon_dup()
2881 memcpy(pos, beacon->probe_resp, beacon->probe_resp_len); in cfg80211_beacon_dup()
Dieee80211_i.h262 struct probe_resp { struct
283 struct probe_resp __rcu *probe_resp; argument
Dscan.c208 elements = mgmt->u.probe_resp.variable; in ieee80211_scan_rx()
209 baselen = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in ieee80211_scan_rx()
Dibss.c1590 BUILD_BUG_ON(offsetof(typeof(mgmt->u.probe_resp), variable) != in ieee80211_rx_mgmt_probe_beacon()
1597 baselen = (u8 *) mgmt->u.probe_resp.variable - (u8 *) mgmt; in ieee80211_rx_mgmt_probe_beacon()
1601 ieee802_11_parse_elems(mgmt->u.probe_resp.variable, len - baselen, in ieee80211_rx_mgmt_probe_beacon()
Dmesh.c1092 baselen = (u8 *) mgmt->u.probe_resp.variable - (u8 *) mgmt; in ieee80211_mesh_rx_bcn_presp()
1096 ieee802_11_parse_elems(mgmt->u.probe_resp.variable, len - baselen, in ieee80211_mesh_rx_bcn_presp()
Dtx.c3178 struct probe_resp *resp; in ieee80211_set_csa()
3203 resp = rcu_dereference(sdata->u.ap.probe_resp); in ieee80211_set_csa()
3554 struct probe_resp *presp = NULL; in ieee80211_proberesp_get()
3564 presp = rcu_dereference(ap->probe_resp); in ieee80211_proberesp_get()
Dmlme.c1356 __le16 capab = mgmt->u.probe_resp.capab_info; in ieee80211_handle_pwr_constr()
3248 baselen = (u8 *) mgmt->u.probe_resp.variable - (u8 *) mgmt; in ieee80211_rx_mgmt_probe_resp()
3252 ieee802_11_parse_elems(mgmt->u.probe_resp.variable, len - baselen, in ieee80211_rx_mgmt_probe_resp()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c2556 &mgmt->u.probe_resp.beacon_int); in issue_probersp()
2559 &mgmt->u.probe_resp.capab_info); in issue_probersp()
2561 pframe = mgmt->u.probe_resp.variable; in issue_probersp()
2563 offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in issue_probersp()
2580 ssid_ie = rtw_get_ie23a(mgmt->u.probe_resp.variable, in issue_probersp()
2582 pframe - mgmt->u.probe_resp.variable); in issue_probersp()
4149 offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in collect_bss_info()
4150 pie = mgmt->u.probe_resp.variable; in collect_bss_info()
4153 get_unaligned_le16(&mgmt->u.probe_resp.capab_info); in collect_bss_info()
4155 get_unaligned_le16(&mgmt->u.probe_resp.beacon_int); in collect_bss_info()
[all …]
/linux-4.4.14/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.4.14/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.4.14/include/linux/
Dieee80211.h917 } __packed probe_resp; member
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dhtc_drv_txrx.c238 mgmt->u.probe_resp.timestamp = avp->tsfadjust; in ath9k_htc_tx_mgmt()
/linux-4.4.14/include/net/
Dcfg80211.h664 const u8 *probe_resp; member
/linux-4.4.14/drivers/net/wireless/b43legacy/
Dmain.c1093 ie_start = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in b43legacy_generate_probe_resp()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dmain.c3973 ie_offset = offsetof(struct ieee80211_mgmt, u.probe_resp.variable); in wl1271_ap_set_probe_resp_tmpl_legacy()