HomeSort by relevance Sort by last modified time
    Searched full:acct_mac (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/drivers/
driver_madwifi.c 90 u8 acct_mac[ETH_ALEN]; member in struct:madwifi_driver_data
569 if (memcmp(addr, drv->acct_mac, ETH_ALEN) == 0) {
596 if (memcmp(addr, drv->acct_mac, ETH_ALEN) != 0)
871 if (memcmp(addr, drv->acct_mac, ETH_ALEN) == 0) {
873 memset(drv->acct_mac, 0, ETH_ALEN);
919 hwaddr_aton(value, drv->acct_mac);
    [all...]
driver_atheros.c 69 u8 acct_mac[ETH_ALEN]; member in struct:atheros_driver_data
596 if (memcmp(addr, drv->acct_mac, ETH_ALEN) == 0) {
917 if (memcmp(addr, drv->acct_mac, ETH_ALEN) == 0) {
919 memset(drv->acct_mac, 0, ETH_ALEN);
965 hwaddr_aton(value, drv->acct_mac);
    [all...]

Completed in 44 milliseconds