Searched refs:mac_address (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_wired.c | 140 u8 *mac_address; in handle_dhcp() local 156 mac_address = (u8 *) &(msg->chaddr); in handle_dhcp() 159 MAC2STR(mac_address)); in handle_dhcp() 162 event.new_sta.addr = mac_address; in handle_dhcp()
|
H A D | driver.h | 1847 struct mac_address { struct 1854 struct mac_address mac_acl[0];
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_wired.c | 140 u8 *mac_address; in handle_dhcp() local 156 mac_address = (u8 *) &(msg->chaddr); in handle_dhcp() 159 MAC2STR_SEC(mac_address)); in handle_dhcp() 162 event.new_sta.addr = mac_address; in handle_dhcp()
|
H A D | driver.h | 2303 struct mac_address { struct 2310 struct mac_address mac_acl[0];
|
/third_party/backends/backend/pixma/ |
H A D | pixma_bjnp.c | 435 determine_scanner_serial (const char *hostname, const char * mac_address, char *serial) in determine_scanner_serial() argument 457 strcpy(copy, mac_address); in determine_scanner_serial() 1269 bjnp_get_scanner_mac_address ( int devno, char *mac_address ) in bjnp_get_scanner_mac_address() 1291 u8tohex( mac_address, resp -> mac_addr, sizeof( resp -> mac_addr ) ); in bjnp_get_scanner_mac_address() 1527 /* fill mac_address */ in bjnp_init_device_structure() 1529 if (bjnp_get_scanner_mac_address(dn, device[dn].mac_address) != 0 ) in bjnp_init_device_structure() 1836 if ( strcmp( device[i].mac_address, device[bjnp_no_devices].mac_address ) == 0 ) in bjnp_allocate_device() 1920 determine_scanner_serial (scanner_host, device[*dev_no].mac_address, serial); in add_scanner() 1926 uri, serial, device[*dev_no].mac_address)); in add_scanner() [all...] |
H A D | pixma_bjnp_private.h | 372 char mac_address[BJNP_HOST_MAX]; member
|
Completed in 22 milliseconds