Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_ioctl.c333 int temp_int; in _hdd_parse_bssid_and_chan() local
399 v = kstrtos32(temp_buf, 10, &temp_int); in _hdd_parse_bssid_and_chan()
400 if (v < 0 || temp_int < 0) in _hdd_parse_bssid_and_chan()
402 else if (!hdd_check_and_fill_freq(temp_int, freq, pdev)) in _hdd_parse_bssid_and_chan()
438 int temp_int; in hdd_parse_send_action_frame_v1_data() local
466 v = kstrtos32(temp_buf, 10, &temp_int); in hdd_parse_send_action_frame_v1_data()
467 if (v < 0 || temp_int < 0) in hdd_parse_send_action_frame_v1_data()
470 *dwell_time = temp_int; in hdd_parse_send_action_frame_v1_data()
1045 int temp_int; in hdd_parse_channellist() local
1070 v = kstrtos32(buf, 10, &temp_int); in hdd_parse_channellist()
[all …]