Home
last modified time | relevance | path

Searched refs:HWSIM_PACKETLEN (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1957 #define HWSIM_PACKETLEN 1500 macro
1958 #define HWSIM_IP_LEN (HWSIM_PACKETLEN - sizeof(struct ether_header))
1970 if (len < sizeof(*eth) + sizeof(ip) || len > HWSIM_PACKETLEN) { in hostapd_data_test_rx()
2050 u8 buf[2 + HWSIM_PACKETLEN]; in hostapd_ctrl_iface_data_test_tx()
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface.c9393 #define HWSIM_PACKETLEN 1500 macro
9394 #define HWSIM_IP_LEN (HWSIM_PACKETLEN - sizeof(struct ether_header))
9406 if (len < sizeof(*eth) + sizeof(ip) || len > HWSIM_PACKETLEN) { in wpas_data_test_rx()
9483 u8 buf[2 + HWSIM_PACKETLEN]; in wpas_ctrl_iface_data_test_tx()