Home
last modified time | relevance | path

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

/hostap-latest/wlantest/
Dprocess.c277 int rxflags = 0, txflags = 0, failed = 0, fcs = 0; in wlantest_process() local
311 txflags = 1; in wlantest_process()
339 if (rxflags && txflags) in wlantest_process()
341 if (!txflags) in wlantest_process()
/hostap-latest/src/drivers/
Ddriver_nl80211_monitor.c482 u16 txflags = 0; in nl80211_send_monitor() local
494 txflags |= IEEE80211_RADIOTAP_F_TX_NOACK; in nl80211_send_monitor()
495 WPA_PUT_LE16(&rtap_hdr[12], txflags); in nl80211_send_monitor()