Home
last modified time | relevance | path

Searched refs:MAX_P2P_IE_LEN (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_p2p.c37 pdata_attr = kzalloc(MAX_P2P_IE_LEN, GFP_KERNEL); in go_add_group_info_attr()
330 u8 p2pie[MAX_P2P_IE_LEN] = { 0x00 }; in issue_p2p_presence_resp()
397 u8 p2pie[MAX_P2P_IE_LEN] = { 0x00 }; in build_beacon_p2p_ie()
444 u8 p2pie[MAX_P2P_IE_LEN] = { 0x00 }; in build_probe_resp_p2p_ie()
586 u8 p2pie[MAX_P2P_IE_LEN] = { 0x00 }; in build_prov_disc_request_p2p_ie()
711 u8 p2pie[MAX_P2P_IE_LEN] = { 0x00 }; in build_assoc_resp_p2p_ie()
1556 u8 noa_attr[MAX_P2P_IE_LEN] = { 0x00 };/* NoA length should be n*(13) + 2 */ in process_p2p_ps_ie()
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Dieee80211.h482 #define MAX_P2P_IE_LEN (256) macro
/Linux-v5.15/drivers/staging/r8188eu/include/
Dieee80211.h838 #define MAX_P2P_IE_LEN (256) macro
/Linux-v5.15/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c1580 if (ielen > MAX_WPA_IE_LEN+MAX_WPS_IE_LEN+MAX_P2P_IE_LEN) { in rtw_cfg80211_set_wpa_ie()