Searched refs:QCA_ATTR_MAC_ADDR (Results 1 – 1 of 1) sorted by relevance
157 QCA_ATTR_MAC_ADDR = 6, enumerator191 [QCA_ATTR_MAC_ADDR] = { .len = ETH_ALEN },3093 if (tb[QCA_ATTR_MAC_ADDR]) { in wil_rf_sector_get_selected()3094 ether_addr_copy(mac_addr, nla_data(tb[QCA_ATTR_MAC_ADDR])); in wil_rf_sector_get_selected()3211 if (tb[QCA_ATTR_MAC_ADDR]) { in wil_rf_sector_set_selected()3212 ether_addr_copy(mac_addr, nla_data(tb[QCA_ATTR_MAC_ADDR])); in wil_rf_sector_set_selected()