Searched refs:eapol_socket (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A Deapol_socket.h25 * eapol_socket.h
36 * - combined ndrv_socket.h/eapol_socket.h, moved to framework
46 eapol_socket(const char * ifname, bool is_wireless);
H A Deapol_socket.c25 * eapol_socket.c
36 * - combined ndrv_socket.c/eapol_socket.c, moved to framework
62 #include "eapol_socket.h"
158 syslog(LOG_NOTICE, "eapol_socket: ndrv_socket_add_multicast failed, %s",
166 eapol_socket(const char * ifname, bool is_wireless) function
176 syslog(LOG_NOTICE, "eapol_socket: ndrv_socket failed");
180 syslog(LOG_NOTICE, "eapol_socket: FIONBIO failed, %s",
196 syslog(LOG_NOTICE, "eapol_socket: ndrv_socket_bind failed, %s",
294 fd = eapol_socket(argv[1], (ifm_type == IFM_IEEE80211));
296 fprintf(stderr, "eapol_socket(
[all...]
H A DMakefile92 eapol_socket: eapol_socket.c
106 rm -f certattrs identity identity_trust_chain mschap keychain item trustx eapsectrust test_server_names simtlv rand_dups sim_crypto sim_set_version fips186prf siminfo SIMAccess verify_server eapol_socket simaka_persist test_eapaka
/macosx-10.10/eap8021x-198/eapolclient.tproj/
H A DEAPOLSocket.h84 EAPOLSocketDisableReceive(EAPOLSocketRef eapol_socket);
87 EAPOLSocketEnableReceive(EAPOLSocketRef eapol_socket,
H A DEAPOLSocket.c65 #include "eapol_socket.h"
1354 fd = eapol_socket(if_name, is_wireless);
1356 EAPLOG_FL(LOG_NOTICE, "eapol_socket(%s) failed, %s",
/macosx-10.10/eap8021x-198/EAPOLController.bproj/
H A Dcontroller.c73 #include "eapol_socket.h"
654 client->eapol_fd = eapol_socket(client->if_name, FALSE);
792 return (eapol_socket(client->if_name,

Completed in 293 milliseconds