Lines Matching refs:hexstr2bin
246 if (hexstr2bin(pos, wpabuf_put(buf, len), len) < 0) { in hostapd_ctrl_iface_wps_nfc_tag_read()
406 if (hexstr2bin(pos, wpabuf_put(req, len), len) < 0) { in hostapd_ctrl_iface_nfc_report_handover()
423 if (hexstr2bin(pos2, wpabuf_put(sel, len), len) < 0) { in hostapd_ctrl_iface_nfc_report_handover()
1626 if (hexstr2bin(cmd, buf, len) < 0) { in hostapd_ctrl_iface_mgmt_tx()
1677 if (!buf || hexstr2bin(param, buf, len) < 0) { in hostapd_ctrl_iface_mgmt_tx_status_process()
1747 if (hexstr2bin(param, buf, len) < 0) { in hostapd_ctrl_iface_mgmt_rx_process()
1794 if (hexstr2bin(pos, buf, len) < 0) { in hostapd_ctrl_iface_eapol_rx()
1988 if (hexstr2bin(cmd, buf, len) < 0) in hostapd_ctrl_iface_data_test_frame()
2194 if (hexstr2bin(pos, seq, sizeof(seq)) < 0) in hostapd_ctrl_set_key()
2201 if (hexstr2bin(pos, key, key_len) < 0) in hostapd_ctrl_set_key()
2394 if (hexstr2bin(pos, data, data_len)) { in hostapd_ctrl_iface_vendor()
3412 hexstr2bin(buf + 7, lcookie, COOKIE_LEN) < 0) { in hostapd_ctrl_iface_receive()
4139 hexstr2bin(buf + 7, lcookie, COOKIE_LEN) < 0) { in hostapd_global_ctrl_iface_receive()