Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/net/wireless/
H A Dscan.c2230 const u8 *ie = mgmt->u.probe_resp.variable; in cfg80211_parse_mbssid_frame_data()
2232 u.probe_resp.variable); in cfg80211_parse_mbssid_frame_data()
2238 le64_to_cpu(mgmt->u.probe_resp.timestamp), in cfg80211_parse_mbssid_frame_data()
2239 le16_to_cpu(mgmt->u.probe_resp.beacon_int), in cfg80211_parse_mbssid_frame_data()
2251 u.probe_resp.variable); in cfg80211_update_notlisted_nontrans()
2259 ie = mgmt->u.probe_resp.variable; in cfg80211_update_notlisted_nontrans()
2310 new_ies->tsf = le64_to_cpu(mgmt->u.probe_resp.timestamp); in cfg80211_update_notlisted_nontrans()
2348 u.probe_resp.variable); in cfg80211_inform_single_bss_frame_data()
2351 BUILD_BUG_ON(offsetof(struct ieee80211_mgmt, u.probe_resp.variable) != in cfg80211_inform_single_bss_frame_data()
2378 variable = mgmt->u.probe_resp.variable; in cfg80211_inform_single_bss_frame_data()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Dieee80211_ext.h265 } __attribute__((packed)) probe_resp; member
400 } probe_resp;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Dieee80211_ext.h265 } __attribute__ ((packed)) probe_resp; member
400 } probe_resp;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Dieee80211_ext.h265 } __attribute__ ((packed)) probe_resp; member
400 } probe_resp;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Dieee80211_ext.h260 } __attribute__((packed)) probe_resp; member
395 } probe_resp;
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211.h59 } __packed beacon, probe_resp; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Dieee80211_ext.h239 } __attribute__((packed)) probe_resp; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Dieee80211_ext.h240 } __attribute__((packed)) probe_resp; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Dieee80211_ext.h239 } __attribute__((packed)) probe_resp; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Dieee80211_ext.h240 } __attribute__((packed)) probe_resp; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Dieee80211_ext.h240 } __attribute__((packed)) probe_resp; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Dieee80211_ext.h239 } __attribute__((packed)) probe_resp; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Dieee80211_ext.h239 } __attribute__((packed)) probe_resp; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Dieee80211_ext.h239 } __attribute__((packed)) probe_resp; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Dieee80211_ext.h240 } __attribute__((packed)) probe_resp; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Dieee80211_ext.h239 } __attribute__((packed)) probe_resp; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Dieee80211_ext.h239 } __attribute__((packed)) probe_resp; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Dieee80211_ext.h240 } __attribute__((packed)) probe_resp; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Dieee80211_ext.h239 } __attribute__((packed)) probe_resp; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Dieee80211_ext.h239 } __attribute__((packed)) probe_resp; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dpub.h337 struct sk_buff *probe_resp);
H A Dmain.c456 if (wlc->probe_resp) in brcms_c_detach_mfree()
457 dev_kfree_skb_any(wlc->probe_resp); in brcms_c_detach_mfree()
7374 struct sk_buff *probe_resp) in brcms_c_set_new_probe_resp() argument
7376 if (!probe_resp) in brcms_c_set_new_probe_resp()
7378 if (wlc->probe_resp) in brcms_c_set_new_probe_resp()
7379 dev_kfree_skb_any(wlc->probe_resp); in brcms_c_set_new_probe_resp()
7380 wlc->probe_resp = probe_resp; in brcms_c_set_new_probe_resp()
7383 skb_push(wlc->probe_resp, D11_PHY_HDR_LEN); in brcms_c_set_new_probe_resp()
7417 struct sk_buff *probe_resp, in brcms_c_bss_update_probe_resp() argument
7422 len = min_t(size_t, probe_resp->len, BCN_TMPL_LEN); in brcms_c_bss_update_probe_resp()
[all …]
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dcfg.c834 struct probe_resp *new, *old; in ieee80211_set_probe_resp()
839 old = sdata_dereference(sdata->u.ap.probe_resp, sdata); in ieee80211_set_probe_resp()
841 new = kzalloc(sizeof(struct probe_resp) + resp_len, GFP_KERNEL); in ieee80211_set_probe_resp()
853 rcu_assign_pointer(sdata->u.ap.probe_resp, new); in ieee80211_set_probe_resp()
1021 err = ieee80211_set_probe_resp(sdata, params->probe_resp, in ieee80211_assign_beacon()
1260 struct probe_resp *old_probe_resp; in ieee80211_stop_ap()
1270 old_probe_resp = sdata_dereference(sdata->u.ap.probe_resp, sdata); in ieee80211_stop_ap()
1298 RCU_INIT_POINTER(sdata->u.ap.probe_resp, NULL); in ieee80211_stop_ap()
3105 new_beacon->probe_resp = pos; in cfg80211_beacon_dup()
3106 memcpy(pos, beacon->probe_resp, beacon->probe_resp_len); in cfg80211_beacon_dup()
H A Dscan.c196 elements = mgmt->u.probe_resp.variable; in ieee80211_bss_info_update()
198 u.probe_resp.variable); in ieee80211_bss_info_update()
257 u.probe_resp.variable); in ieee80211_scan_rx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c1832 b->probe_resp, b->probe_resp_len, true); in wil_print_bcon_data()
1850 u.probe_resp.variable); in _wil_cfg80211_get_proberesp_ies()
1852 ies = f->u.probe_resp.variable; in _wil_cfg80211_get_proberesp_ies()
1868 wil_memdup_ie(&vif->proberesp, &vif->proberesp_len, bcon->probe_resp, in _wil_cfg80211_set_ies()
1875 proberesp = _wil_cfg80211_get_proberesp_ies(bcon->probe_resp, in _wil_cfg80211_set_ies()
1936 proberesp = _wil_cfg80211_get_proberesp_ies(bcon->probe_resp, in _wil_cfg80211_start_ap()
2024 bcon.probe_resp = vif->proberesp; in wil_cfg80211_ap_recovery()

123