Searched refs:macaddr_string (Results 1 – 2 of 2) sorted by relevance
2504 char macaddr_string[MAC_ADDRESS_STR_LEN + 1]; in __iw_get_softap_linkspeed() local2531 if (copy_from_user(macaddr_string, in __iw_get_softap_linkspeed()2536 macaddr_string[MAC_ADDRESS_STR_LEN - 1] = '\0'; in __iw_get_softap_linkspeed()2538 if (!mac_pton(macaddr_string, mac_address.bytes)) { in __iw_get_softap_linkspeed()
9171 char macaddr_string[MAC_ADDRESS_STR_LEN + 1]; in wlan_hdd_get_sap_go_peer_linkspeed() local9177 ret = sscanf(value, "%17s", macaddr_string); in wlan_hdd_get_sap_go_peer_linkspeed()9182 macaddr_string[MAC_ADDRESS_STR_LEN - 1] = '\0'; in wlan_hdd_get_sap_go_peer_linkspeed()9183 if (!mac_pton(macaddr_string, mac_address.bytes)) { in wlan_hdd_get_sap_go_peer_linkspeed()