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

/external/kernel-headers/original/uapi/linux/spi/
H A Dspidev.h54 * @tx_buf: Holds pointer to userspace buffer with transmit data, or null.
86 __u64 tx_buf; member in struct:spi_ioc_transfer
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dgas_serv.c962 struct wpabuf *buf, *tx_buf; local
991 tx_buf = gas_anqp_build_initial_resp_buf(
998 tx_buf = gas_anqp_build_initial_resp_buf(
1004 tx_buf = gas_anqp_build_initial_resp_buf(
1008 if (!tx_buf)
1011 convert_to_protected_dual(tx_buf);
1013 wpabuf_head(tx_buf), wpabuf_len(tx_buf));
1014 wpabuf_free(tx_buf);
1132 struct wpabuf *buf, *tx_buf; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dgas_serv.c962 struct wpabuf *buf, *tx_buf; local
991 tx_buf = gas_anqp_build_initial_resp_buf(
998 tx_buf = gas_anqp_build_initial_resp_buf(
1004 tx_buf = gas_anqp_build_initial_resp_buf(
1008 if (!tx_buf)
1011 convert_to_protected_dual(tx_buf);
1013 wpabuf_head(tx_buf), wpabuf_len(tx_buf));
1014 wpabuf_free(tx_buf);
1132 struct wpabuf *buf, *tx_buf; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dgas_serv.c962 struct wpabuf *buf, *tx_buf; local
991 tx_buf = gas_anqp_build_initial_resp_buf(
998 tx_buf = gas_anqp_build_initial_resp_buf(
1004 tx_buf = gas_anqp_build_initial_resp_buf(
1008 if (!tx_buf)
1011 convert_to_protected_dual(tx_buf);
1013 wpabuf_head(tx_buf), wpabuf_len(tx_buf));
1014 wpabuf_free(tx_buf);
1132 struct wpabuf *buf, *tx_buf; local
[all...]

Completed in 110 milliseconds