Lines Matching refs:peer
906 os_memcpy(event.auth.peer, mgmt->sa, ETH_ALEN);
1983 static int athr_wnm_tfs(struct atheros_driver_data *drv, const u8* peer,
1992 drv->iface, oper, MAC2STR(peer));
2006 os_memcpy(&(tfs_ie->app_buf[0]), peer, ETH_ALEN);
2028 os_memcpy(&(tfs_ie->app_buf[0]), peer, ETH_ALEN);
2055 os_memcpy(&(tfs_ie->app_buf[0]), peer, ETH_ALEN);
2078 const u8 *peer, enum wnm_oper oper)
2086 oper, MAC2STR(peer));
2095 os_memcpy(pos, peer, ETH_ALEN);
2113 static int atheros_wnm_oper(void *priv, enum wnm_oper oper, const u8 *peer,
2123 return atheros_wnm_sleep(drv, peer, oper);
2128 return athr_wnm_tfs(drv, peer, buf, buf_len, oper);