Searched defs:tx_buf (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/spi/
H A Dspidev.h58 * @tx_buf: Holds pointer to userspace buffer with transmit data, or null.
90 __u64 tx_buf; member in struct:spi_ioc_transfer
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dgas_serv.c1171 struct wpabuf *buf, *tx_buf; local
1209 tx_buf = gas_anqp_build_initial_resp_buf(
1216 tx_buf = gas_anqp_build_initial_resp_buf(
1222 tx_buf = gas_anqp_build_initial_resp_buf(
1226 if (!tx_buf)
1229 convert_to_protected_dual(tx_buf);
1231 wpabuf_head(tx_buf), wpabuf_len(tx_buf));
1232 wpabuf_free(tx_buf);
1350 struct wpabuf *buf, *tx_buf; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dgas_serv.c1171 struct wpabuf *buf, *tx_buf; local
1209 tx_buf = gas_anqp_build_initial_resp_buf(
1216 tx_buf = gas_anqp_build_initial_resp_buf(
1222 tx_buf = gas_anqp_build_initial_resp_buf(
1226 if (!tx_buf)
1229 convert_to_protected_dual(tx_buf);
1231 wpabuf_head(tx_buf), wpabuf_len(tx_buf));
1232 wpabuf_free(tx_buf);
1350 struct wpabuf *buf, *tx_buf; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dgas_serv.c1171 struct wpabuf *buf, *tx_buf; local
1209 tx_buf = gas_anqp_build_initial_resp_buf(
1216 tx_buf = gas_anqp_build_initial_resp_buf(
1222 tx_buf = gas_anqp_build_initial_resp_buf(
1226 if (!tx_buf)
1229 convert_to_protected_dual(tx_buf);
1231 wpabuf_head(tx_buf), wpabuf_len(tx_buf));
1232 wpabuf_free(tx_buf);
1350 struct wpabuf *buf, *tx_buf; local
[all...]

Completed in 113 milliseconds