Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_ioctl.c334 uint8_t temp_buf[32]; in _hdd_parse_bssid_and_chan() local
395 v = sscanf(in_ptr, "%31s ", temp_buf); in _hdd_parse_bssid_and_chan()
399 v = kstrtos32(temp_buf, 10, &temp_int); in _hdd_parse_bssid_and_chan()
442 uint8_t temp_buf[32]; in hdd_parse_send_action_frame_v1_data() local
462 v = sscanf(in_ptr, "%31s ", temp_buf); in hdd_parse_send_action_frame_v1_data()
466 v = kstrtos32(temp_buf, 10, &temp_int); in hdd_parse_send_action_frame_v1_data()