Lines Matching refs:mac_addr

95 static int hostapd_wps_new_psk_cb(void *ctx, const u8 *mac_addr,  in hostapd_wps_new_psk_cb()  argument
106 MAC2STR(mac_addr)); in hostapd_wps_new_psk_cb()
111 MAC2STR(mac_addr), MAC2STR(p2p_dev_addr)); in hostapd_wps_new_psk_cb()
125 os_memcpy(p->addr, mac_addr, ETH_ALEN); in hostapd_wps_new_psk_cb()
131 hapd->new_psk_cb(hapd->new_psk_cb_ctx, mac_addr, p2p_dev_addr, in hostapd_wps_new_psk_cb()
151 fprintf(f, "wps=1 " MACSTR " %s\n", MAC2STR(mac_addr), hex); in hostapd_wps_new_psk_cb()
185 uuid, MAC2STR(dev->mac_addr), dev->device_name, in hostapd_wps_pin_needed_cb()
202 t.sec, uuid, MAC2STR(dev->mac_addr), dev->device_name, in hostapd_wps_pin_needed_cb()
229 static void hostapd_wps_reg_success_cb(void *ctx, const u8 *mac_addr, in hostapd_wps_reg_success_cb() argument
239 MAC2STR(mac_addr), uuid); in hostapd_wps_reg_success_cb()
242 mac_addr, uuid_e); in hostapd_wps_reg_success_cb()
274 static int hostapd_wps_lookup_pskfile_cb(void *ctx, const u8 *mac_addr, in hostapd_wps_lookup_pskfile_cb() argument
290 if (mac_addr && !dev_psk && in hostapd_wps_lookup_pskfile_cb()
291 ether_addr_equal(mac_addr, wpa_psk->addr)) { in hostapd_wps_lookup_pskfile_cb()
481 MAC2STR(cred->mac_addr)); in hapd_wps_cred_cb()
1125 os_memcpy(wps->dev.mac_addr, hapd->own_addr, ETH_ALEN); in hostapd_init_wps()
1695 const u8 *mac_addr, const struct wpabuf *msg, in hostapd_rx_req_put_wlan_response() argument
1703 MACSTR, ev_type, MAC2STR(mac_addr)); in hostapd_rx_req_put_wlan_response()
1717 sta = ap_get_sta(hapd, mac_addr); in hostapd_rx_req_put_wlan_response()