Searched refs:tfs_req (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dwnm_sta.h53 u8 action, u16 intval, struct wpabuf *tfs_req);
H A Dwnm_sta.c54 u8 action, u16 intval, struct wpabuf *tfs_req)
85 if (tfs_req) {
86 wnmtfs_ie_len = wpabuf_len(tfs_req);
92 os_memcpy(wnmtfs_ie, wpabuf_head(tfs_req), wnmtfs_ie_len);
53 ieee802_11_send_wnmsleep_req(struct wpa_supplicant *wpa_s, u8 action, u16 intval, struct wpabuf *tfs_req) argument
H A Dctrl_iface.c7113 struct wpabuf *tfs_req = NULL; local
7126 pos = os_strstr(cmd, " tfs_req=");
7139 tfs_req = wpabuf_alloc(len);
7140 if (tfs_req == NULL)
7142 if (hexstr2bin(pos, wpabuf_put(tfs_req, len), len) < 0) {
7143 wpabuf_free(tfs_req);
7150 tfs_req);
7151 wpabuf_free(tfs_req);

Completed in 166 milliseconds