Home
last modified time | relevance | path

Searched refs:HWSIM_PACKETLEN (Results 1 - 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_ctrl_iface.c1822 #define HWSIM_PACKETLEN 1500 macro
1823 #define HWSIM_IP_LEN (HWSIM_PACKETLEN - sizeof(struct ether_header))
1835 if (len < sizeof(*eth) + sizeof(ip) || len > HWSIM_PACKETLEN) { in hostapd_data_test_rx()
1915 u8 buf[2 + HWSIM_PACKETLEN]; in hostapd_ctrl_iface_data_test_tx()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_ctrl_iface.c2016 #define HWSIM_PACKETLEN 1500 macro
2017 #define HWSIM_IP_LEN (HWSIM_PACKETLEN - sizeof(struct ether_header))
2029 if (len < sizeof(*eth) + sizeof(ip) || len > HWSIM_PACKETLEN) { in hostapd_data_test_rx()
2111 u8 buf[2 + HWSIM_PACKETLEN]; in hostapd_ctrl_iface_data_test_tx()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dctrl_iface.c8963 #define HWSIM_PACKETLEN 1500 macro
8964 #define HWSIM_IP_LEN (HWSIM_PACKETLEN - sizeof(struct ether_header))
8976 if (len < sizeof(*eth) + sizeof(ip) || len > HWSIM_PACKETLEN) { in wpas_data_test_rx()
9054 u8 buf[2 + HWSIM_PACKETLEN]; in wpas_ctrl_iface_data_test_tx()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dctrl_iface.c10087 #define HWSIM_PACKETLEN 1500 macro
10088 #define HWSIM_IP_LEN (HWSIM_PACKETLEN - sizeof(struct ether_header))
10100 if (len < sizeof(*eth) + sizeof(ip) || len > HWSIM_PACKETLEN) {
10179 u8 buf[2 + HWSIM_PACKETLEN];

Completed in 35 milliseconds