HomeSort by relevance Sort by last modified time
    Searched refs:ETH_P_RSN_PREAUTH (Results 1 - 11 of 11) sorted by null

  /external/wpa_supplicant/
l2_packet.h 31 #ifndef ETH_P_RSN_PREAUTH
32 #define ETH_P_RSN_PREAUTH 0x88c7
preauth.c 157 ETH_P_RSN_PREAUTH, msg, msglen);
189 ETH_P_RSN_PREAUTH,
200 ETH_P_RSN_PREAUTH,
preauth_test.c 274 l2 = l2_packet_init(wpa_s->ifname, NULL, ETH_P_RSN_PREAUTH, NULL,
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa.h 26 #ifndef ETH_P_RSN_PREAUTH
27 #define ETH_P_RSN_PREAUTH 0x88c7
preauth.c 157 ETH_P_RSN_PREAUTH, msg, msglen);
190 ETH_P_RSN_PREAUTH,
201 ETH_P_RSN_PREAUTH,
  /external/wpa_supplicant_8/src/rsn_supp/
preauth.c 154 ETH_P_RSN_PREAUTH, msg, msglen);
187 ETH_P_RSN_PREAUTH,
198 ETH_P_RSN_PREAUTH,
  /external/wpa_supplicant_8/src/utils/
common.h 332 #ifndef ETH_P_RSN_PREAUTH
333 #define ETH_P_RSN_PREAUTH 0x88c7
334 #endif /* ETH_P_RSN_PREAUTH */
  /external/wpa_supplicant_6/wpa_supplicant/
preauth_test.c 266 l2 = l2_packet_init(wpa_s->ifname, NULL, ETH_P_RSN_PREAUTH, NULL,
wpa_priv.c 34 #ifndef ETH_P_RSN_PREAUTH
35 #define ETH_P_RSN_PREAUTH 0x88c7
480 if (proto != ETH_P_EAPOL && proto != ETH_P_RSN_PREAUTH) {
555 if (proto != ETH_P_EAPOL && proto != ETH_P_RSN_PREAUTH) {
  /external/wpa_supplicant_8/wpa_supplicant/
preauth_test.c 268 l2 = l2_packet_init(wpa_s->ifname, NULL, ETH_P_RSN_PREAUTH, NULL,
wpa_priv.c 363 if (proto != ETH_P_EAPOL && proto != ETH_P_RSN_PREAUTH) {
438 if (proto != ETH_P_EAPOL && proto != ETH_P_RSN_PREAUTH) {

Completed in 157 milliseconds