HomeSort by: relevance | last modified time | path
    Searched refs:HWSIM_PACKETLEN (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/hostapd/
ctrl_iface.c 1870 #define HWSIM_PACKETLEN 1500
1871 #define HWSIM_IP_LEN (HWSIM_PACKETLEN - sizeof(struct ether_header))
1883 if (len < sizeof(*eth) + sizeof(ip) || len > HWSIM_PACKETLEN) {
1968 u8 buf[2 + HWSIM_PACKETLEN];
  /src/external/bsd/wpa/dist/wpa_supplicant/
ctrl_iface.c 9994 #define HWSIM_PACKETLEN 1500
9995 #define HWSIM_IP_LEN (HWSIM_PACKETLEN - sizeof(struct ether_header))
10007 if (len < sizeof(*eth) + sizeof(ip) || len > HWSIM_PACKETLEN) {
10084 u8 buf[2 + HWSIM_PACKETLEN];

Completed in 42 milliseconds