OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tx_status
(Results
1 - 9
of
9
) sorted by null
/external/wpa_supplicant_8/src/drivers/
driver_nl80211_monitor.c
36
event.
tx_status
.type = WLAN_FC_GET_TYPE(fc);
37
event.
tx_status
.stype = WLAN_FC_GET_STYPE(fc);
38
event.
tx_status
.dst = hdr->addr1;
39
event.
tx_status
.data = buf;
40
event.
tx_status
.data_len = len;
41
event.
tx_status
.ack = ok;
driver_hostap.c
130
event.
tx_status
.type = WLAN_FC_GET_TYPE(fc);
131
event.
tx_status
.stype = WLAN_FC_GET_STYPE(fc);
132
event.
tx_status
.dst = hdr->addr1;
133
event.
tx_status
.data = buf;
134
event.
tx_status
.data_len = len;
135
event.
tx_status
.ack = ok;
driver_nl80211_event.c
620
event.
tx_status
.type = WLAN_FC_GET_TYPE(fc);
621
event.
tx_status
.stype = WLAN_FC_GET_STYPE(fc);
622
event.
tx_status
.dst = hdr->addr1;
623
event.
tx_status
.data = frame;
624
event.
tx_status
.data_len = len;
625
event.
tx_status
.ack = ack != NULL;
[
all
...]
driver.h
4418
struct
tx_status
{
struct in union:wpa_event_data
4425
}
tx_status
;
member in union:wpa_event_data
[
all
...]
/external/wpa_supplicant_8/src/ap/
drv_callbacks.c
1186
switch (data->
tx_status
.type) {
1188
hostapd_mgmt_tx_cb(hapd, data->
tx_status
.data,
1189
data->
tx_status
.data_len,
1190
data->
tx_status
.stype,
1191
data->
tx_status
.ack);
1194
hostapd_tx_status(hapd, data->
tx_status
.dst,
1195
data->
tx_status
.data,
1196
data->
tx_status
.data_len,
1197
data->
tx_status
.ack);
[
all
...]
wpa_auth.h
155
int
tx_status
;
member in struct:wpa_auth_config
wpa_auth_glue.c
603
_conf.
tx_status
= 1;
wpa_auth.c
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
events.c
[
all
...]
Completed in 662 milliseconds