Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_p2p.c33 pdata_attr = kzalloc(MAX_P2P_IE_LEN, GFP_KERNEL); in go_add_group_info_attr()
322 u8 p2pie[MAX_P2P_IE_LEN] = { 0x00 }; in issue_p2p_presence_resp()
387 u8 p2pie[MAX_P2P_IE_LEN] = { 0x00 }; in build_beacon_p2p_ie()
434 u8 p2pie[MAX_P2P_IE_LEN] = { 0x00 }; in build_probe_resp_p2p_ie()
576 u8 p2pie[MAX_P2P_IE_LEN] = { 0x00 }; in build_prov_disc_request_p2p_ie()
701 u8 p2pie[MAX_P2P_IE_LEN] = { 0x00 }; in build_assoc_resp_p2p_ie()
1512 u8 noa_attr[MAX_P2P_IE_LEN] = { 0x00 };/* NoA length should be n*(13) + 2 */ in process_p2p_ps_ie()
/linux-6.1.9/drivers/staging/r8188eu/include/
Dieee80211.h550 #define MAX_P2P_IE_LEN (256) macro
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Dieee80211.h482 #define MAX_P2P_IE_LEN (256) macro
/linux-6.1.9/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c1460 if (ielen > MAX_WPA_IE_LEN+MAX_WPS_IE_LEN+MAX_P2P_IE_LEN) { in rtw_cfg80211_set_wpa_ie()