HomeSort by relevance Sort by last modified time
    Searched refs:ETH_P_PAE (Results 26 - 32 of 32) sorted by null

12

  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
if_ether.h 74 #define ETH_P_PAE 0x888E
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 134 case ETH_P_PAE:
211 drv->sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_PAE));
341 hdr->ethertype = htons(ETH_P_PAE);
driver_hostap.c 108 case ETH_P_PAE:
307 *((u16 *) pos) = htons(ETH_P_PAE);
driver_nl80211.c     [all...]
  /external/wpa_supplicant_8/src/utils/
common.h 322 #ifndef ETH_P_PAE
323 #define ETH_P_PAE 0x888E /* Port Access Entity (IEEE 802.1X) */
324 #endif /* ETH_P_PAE */
326 #define ETH_P_EAPOL ETH_P_PAE
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.c     [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c     [all...]

Completed in 1146 milliseconds

12