Home
last modified time | relevance | path

Searched refs:macaddr_string (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_hostapd_wext.c2504 char macaddr_string[MAC_ADDRESS_STR_LEN + 1]; in __iw_get_softap_linkspeed() local
2531 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()
H A Dwlan_hdd_stats.c9171 char macaddr_string[MAC_ADDRESS_STR_LEN + 1]; in wlan_hdd_get_sap_go_peer_linkspeed() local
9177 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()