Home
last modified time | relevance | path

Searched refs:owe_buf (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dieee802_11.c2845 u8 *owe_buf, ie[256 * 2]; in owe_process_rsn_ie() local
2877 if (!owe_buf) { in owe_process_rsn_ie()
2897 owe_buf += 2; in owe_process_rsn_ie()
2903 ie_len = owe_buf - ie; in owe_process_rsn_ie()
3764 owe_buf = wpa_auth_write_assoc_resp_owe(sta->wpa_sm, owe_buf, in owe_assoc_req_process()
3767 return owe_buf; in owe_assoc_req_process()
3773 return owe_buf; in owe_assoc_req_process()
3780 owe_buf = wpa_auth_write_assoc_resp_owe(sta->wpa_sm, owe_buf, in owe_assoc_req_process()
3789 return owe_buf; in owe_assoc_req_process()
3798 owe_buf += 2; in owe_assoc_req_process()
[all …]
H A Dieee802_11.h165 u8 *owe_buf, size_t owe_buf_len, u16 *reason);