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

  /external/wpa_supplicant_8/src/drivers/
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) {
900 if (memcmp(addr, drv->acct_mac, ETH_ALEN) == 0) {
902 memset(drv->acct_mac, 0, ETH_ALEN);
948 hwaddr_aton(value, drv->acct_mac);
    [all...]
driver_madwifi.c 92 u8 acct_mac[ETH_ALEN]; member in struct:madwifi_driver_data
571 if (memcmp(addr, drv->acct_mac, ETH_ALEN) == 0) {
598 if (memcmp(addr, drv->acct_mac, ETH_ALEN) != 0)
853 if (memcmp(addr, drv->acct_mac, ETH_ALEN) == 0) {
855 memset(drv->acct_mac, 0, ETH_ALEN);
901 hwaddr_aton(value, drv->acct_mac);
    [all...]

Completed in 278 milliseconds