Searched refs:peer (Results 126 - 150 of 186) sorted by relevance

12345678

/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_kay_i.h308 u8 peer[0]; member in struct:ieee802_1x_mka_peer_body
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay_i.h308 u8 peer[0]; member in struct:ieee802_1x_mka_peer_body
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_kay_i.h308 u8 peer[0]; member in struct:ieee802_1x_mka_peer_body
/external/libnl/lib/route/
H A Daddr.c21 * @note The address may not contain a prefix length if the peer address
40 * // The peer address can be specified if necessary, in either case a peer
43 * // Note: Real peer addresses are only supported by IPv4 for now.
80 * // local nor peer address have been specified.
91 * // The peer address can be specified if necessary, in either case a peer
94 * // Note: Real peer addresses are only supported by IPv4 for now.
250 * with IFA_ADDRESS being the peer address if they differ */
322 nl_dump(p, " peer
888 rtnl_addr_set_peer(struct rtnl_addr *addr, struct nl_addr *peer) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_privsep.c374 os_memcpy(data.auth.peer, auth->peer, ETH_ALEN);
475 os_memcpy(data.stkstart.peer, buf, ETH_ALEN);
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_i.h52 * If the peer was discovered based on an interface address (e.g., GO
58 * address of the peer.
155 u8 peer[ETH_ALEN]; member in struct:p2p_sd_query
218 * P2P_WAIT_PEER_CONNECT - Waiting peer in List for GO Neg
223 * P2P_WAIT_PEER_IDLE - Waiting peer idle for GO Neg
274 * go_neg_peer - Pointer to GO Negotiation peer
279 * invite_peer - Pointer to Invite peer
284 * last_p2p_find_oper - Pointer to last pre-find operation peer
296 * sd_peer - Pointer to Service Discovery peer
312 * sd_query_no_ack - The first peer (De
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_privsep.c374 os_memcpy(data.auth.peer, auth->peer, ETH_ALEN);
475 os_memcpy(data.stkstart.peer, buf, ETH_ALEN);
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_i.h52 * If the peer was discovered based on an interface address (e.g., GO
58 * address of the peer.
155 u8 peer[ETH_ALEN]; member in struct:p2p_sd_query
218 * P2P_WAIT_PEER_CONNECT - Waiting peer in List for GO Neg
223 * P2P_WAIT_PEER_IDLE - Waiting peer idle for GO Neg
274 * go_neg_peer - Pointer to GO Negotiation peer
279 * invite_peer - Pointer to Invite peer
284 * last_p2p_find_oper - Pointer to last pre-find operation peer
296 * sd_peer - Pointer to Service Discovery peer
312 * sd_query_no_ack - The first peer (De
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_privsep.c374 os_memcpy(data.auth.peer, auth->peer, ETH_ALEN);
475 os_memcpy(data.stkstart.peer, buf, ETH_ALEN);
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_i.h52 * If the peer was discovered based on an interface address (e.g., GO
58 * address of the peer.
155 u8 peer[ETH_ALEN]; member in struct:p2p_sd_query
218 * P2P_WAIT_PEER_CONNECT - Waiting peer in List for GO Neg
223 * P2P_WAIT_PEER_IDLE - Waiting peer idle for GO Neg
274 * go_neg_peer - Pointer to GO Negotiation peer
279 * invite_peer - Pointer to Invite peer
284 * last_p2p_find_oper - Pointer to last pre-find operation peer
296 * sd_peer - Pointer to Service Discovery peer
312 * sd_query_no_ack - The first peer (De
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_priv.c806 os_memcpy(auth->peer, data->auth.peer, ETH_ALEN);
997 &data->stkstart.peer, ETH_ALEN);
H A Devents.c2800 wpa_sm_stkstart(wpa_s->wpa, data->stkstart.peer);
2813 wpa_tdls_remove(wpa_s->wpa, data->tdls.peer);
2815 wpa_tdls_start(wpa_s->wpa, data->tdls.peer);
2817 wpa_drv_tdls_oper(wpa_s, TDLS_SETUP, data->tdls.peer);
2821 wpa_tdls_teardown_link(wpa_s->wpa, data->tdls.peer,
2825 data->tdls.peer);
2829 data->tdls.peer);
2890 ibss_rsn_start(wpa_s->ibss_rsn, data->ibss_rsn_start.peer);
3953 ibss_rsn_stop(wpa_s->ibss_rsn, data->ibss_peer_lost.peer);
4009 wpa_mesh_notify_peer(wpa_s, data->mesh_peer.peer,
[all...]
H A Dp2p_supplicant.h155 void wpas_p2p_remove_client(struct wpa_supplicant *wpa_s, const u8 *peer,
/external/iproute2/misc/
H A Dss.c2592 char *peer; local
2603 peer = "*";
2605 peer = s->peer_name;
2616 peer = "?";
2618 peer = p->name ? : "*";
2627 if (strcmp(peer, "*") == 0)
2628 memset(st.remote.data, 0, sizeof(peer));
2630 memcpy(st.remote.data, &peer, sizeof(peer));
2639 sock_addr_print(peer, " ", int_to_st
[all...]
/external/v8/test/mjsunit/asm/embenchen/
H A Dzlib.js1419 var ERRNO_MESSAGES={0:"Success",1:"Not super-user",2:"No such file or directory",3:"No such process",4:"Interrupted system call",5:"I/O error",6:"No such device or address",7:"Arg list too long",8:"Exec format error",9:"Bad file number",10:"No children",11:"No more processes",12:"Not enough core",13:"Permission denied",14:"Bad address",15:"Block device required",16:"Mount device busy",17:"File exists",18:"Cross-device link",19:"No such device",20:"Not a directory",21:"Is a directory",22:"Invalid argument",23:"Too many open files in system",24:"Too many open files",25:"Not a typewriter",26:"Text file busy",27:"File too large",28:"No space left on device",29:"Illegal seek",30:"Read only file system",31:"Too many links",32:"Broken pipe",33:"Math arg out of domain of func",34:"Math result not representable",35:"File locking deadlock error",36:"File or path name too long",37:"No record locks available",38:"Function not implemented",39:"Directory not empty",40:"Too many symbolic links",42:"No message of desired type",43:"Identifier removed",44:"Channel number out of range",45:"Level 2 not synchronized",46:"Level 3 halted",47:"Level 3 reset",48:"Link number out of range",49:"Protocol driver not attached",50:"No CSI structure available",51:"Level 2 halted",52:"Invalid exchange",53:"Invalid request descriptor",54:"Exchange full",55:"No anode",56:"Invalid request code",57:"Invalid slot",59:"Bad font file fmt",60:"Device not a stream",61:"No data (for no delay io)",62:"Timer expired",63:"Out of streams resources",64:"Machine is not on the network",65:"Package not installed",66:"The object is remote",67:"The link has been severed",68:"Advertise error",69:"Srmount error",70:"Communication error on send",71:"Protocol error",72:"Multihop attempted",73:"Cross mount point (not really error)",74:"Trying to read unreadable message",75:"Value too large for defined data type",76:"Given log. name not unique",77:"f.d. invalid for this operation",78:"Remote address changed",79:"Can access a needed shared lib",80:"Accessing a corrupted shared lib",81:".lib section in a.out corrupted",82:"Attempting to link in too many libs",83:"Attempting to exec a shared library",84:"Illegal byte sequence",86:"Streams pipe error",87:"Too many users",88:"Socket operation on non-socket",89:"Destination address required",90:"Message too long",91:"Protocol wrong type for socket",92:"Protocol not available",93:"Unknown protocol",94:"Socket type not supported",95:"Not supported",96:"Protocol family not supported",97:"Address family not supported by protocol family",98:"Address already in use",99:"Address not available",100:"Network interface is not configured",101:"Network is unreachable",102:"Connection reset by network",103:"Connection aborted",104:"Connection reset by peer",105:"No buffer space available",106:"Socket is already connected",107:"Socket is not connected",108:"Can't send after socket shutdown",109:"Too many references",110:"Connection timed out",111:"Connection refused",112:"Host is down",113:"Host is unreachable",114:"Socket already connected",115:"Connection already in progress",116:"Stale file handle",122:"Quota exceeded",123:"No medium (in tape drive)",125:"Operation canceled",130:"Previous owner died",131:"State not recoverable"};
4025 var peer = {
4032 SOCKFS.websocket_sock_ops.addPeer(sock, peer);
4033 SOCKFS.websocket_sock_ops.handlePeerEvents(sock, peer);
4039 peer.dgram_send_queue.push(new Uint8Array([
4046 return peer;
4049 },addPeer:function (sock, peer) {
4050 sock.peers[peer.addr + ':' + peer.port] = peer;
4219 var peer = SOCKFS.websocket_sock_ops.createPeer(sock, addr, port); variable
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Ddrv_callbacks.c716 sta = ap_get_sta(hapd, rx_auth->peer);
718 sta = ap_sta_add(hapd, rx_auth->peer);
746 hostapd_sta_auth(hapd, rx_auth->peer, rx_auth->auth_transaction + 1,
H A Dap_drv_ops.h120 enum wnm_oper oper, const u8 *peer,
/external/wpa_supplicant_8/src/ap/
H A Ddrv_callbacks.c716 sta = ap_get_sta(hapd, rx_auth->peer);
718 sta = ap_sta_add(hapd, rx_auth->peer);
746 hostapd_sta_auth(hapd, rx_auth->peer, rx_auth->auth_transaction + 1,
H A Dap_drv_ops.h120 enum wnm_oper oper, const u8 *peer,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Ddrv_callbacks.c716 sta = ap_get_sta(hapd, rx_auth->peer);
718 sta = ap_sta_add(hapd, rx_auth->peer);
746 hostapd_sta_auth(hapd, rx_auth->peer, rx_auth->auth_transaction + 1,
H A Dap_drv_ops.h120 enum wnm_oper oper, const u8 *peer,
/external/boringssl/include/openssl/
H A Devp.h520 /* EVP_PKEY_derive_set_peer sets the peer's key to be used for key derivation
521 * by |ctx| to |peer|. It should be called after |EVP_PKEY_derive_init|. (For
522 * example, this is used to set the peer's key in (EC)DH.) It returns one on
524 OPENSSL_EXPORT int EVP_PKEY_derive_set_peer(EVP_PKEY_CTX *ctx, EVP_PKEY *peer);
/external/boringssl/src/include/openssl/
H A Devp.h520 /* EVP_PKEY_derive_set_peer sets the peer's key to be used for key derivation
521 * by |ctx| to |peer|. It should be called after |EVP_PKEY_derive_init|. (For
522 * example, this is used to set the peer's key in (EC)DH.) It returns one on
524 OPENSSL_EXPORT int EVP_PKEY_derive_set_peer(EVP_PKEY_CTX *ctx, EVP_PKEY *peer);
/external/boringssl/src/ssl/
H A Ds3_clnt.c1041 X509_free(ssl->session->peer);
1042 ssl->session->peer = X509_up_ref(leaf);
1179 /* Save the peer public key for later. */
1209 /* Initialize ECDH and save the peer public key for later. */
1232 pkey = X509_get_pubkey(ssl->session->peer);
1638 EVP_PKEY *pkey = X509_get_pubkey(ssl->session->peer);
/external/iw/
H A Dinterface.c553 COMMAND(set, peer, "<MAC address>",
555 "Set interface WDS peer.");

Completed in 580 milliseconds

12345678