Lines Matching refs:hexstr2bin
254 if (hexstr2bin(pos, wpabuf_put(buf, len), len) < 0) { in hostapd_ctrl_iface_wps_nfc_tag_read()
414 if (hexstr2bin(pos, wpabuf_put(req, len), len) < 0) { in hostapd_ctrl_iface_nfc_report_handover()
431 if (hexstr2bin(pos2, wpabuf_put(sel, len), len) < 0) { in hostapd_ctrl_iface_nfc_report_handover()
1633 if (hexstr2bin(cmd, buf, len) < 0) { in hostapd_ctrl_iface_mgmt_tx()
1684 if (!buf || hexstr2bin(param, buf, len) < 0) { in hostapd_ctrl_iface_mgmt_tx_status_process()
1754 if (hexstr2bin(param, buf, len) < 0) { in hostapd_ctrl_iface_mgmt_rx_process()
1801 if (hexstr2bin(pos, buf, len) < 0) { in hostapd_ctrl_iface_eapol_rx()
1844 if (!buf || hexstr2bin(pos, buf, len) < 0) { in hostapd_ctrl_iface_eapol_tx()
2069 if (hexstr2bin(cmd, buf, len) < 0) in hostapd_ctrl_iface_data_test_frame()
2239 if (hexstr2bin(pos, seq, sizeof(seq)) < 0) in hostapd_ctrl_set_key()
2248 if (hexstr2bin(pos, key, key_len) < 0) in hostapd_ctrl_set_key()
2451 if (hexstr2bin(pos, match, match_len)) in hostapd_ctrl_register_frame()
3053 if (hexstr2bin(pos, data, data_len)) { in hostapd_ctrl_iface_vendor()
4661 hexstr2bin(buf + 7, lcookie, CTRL_IFACE_COOKIE_LEN) < 0) { in hostapd_ctrl_iface_receive()
5421 hexstr2bin(buf + 7, lcookie, CTRL_IFACE_COOKIE_LEN) < 0) { in hostapd_global_ctrl_iface_receive()