Home
last modified time | relevance | path

Searched refs:tdma (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_tdma.c345 if (scan.tdma == NULL) { in tdma_recv_mgmt()
427 __func__, tdma->tdma_slotcnt); in tdma_update()
446 __func__, tdma->tdma_bintval); in tdma_update()
457 if (isclr(tdma->tdma_inuse, slot)) in tdma_update()
461 __func__, tdma->tdma_slotcnt, in tdma_update()
462 tdma->tdma_inuse[0]); in tdma_update()
536 if (len < sizeof(*tdma) - 2) { in tdma_process_params()
555 if (tdma->tdma_slot >= TDMA_MAXSLOTS) { in tdma_process_params()
586 (void) tdma_update(vap, tdma, ni, 0); in tdma_process_params()
620 tdma->tdma_slot, in tdma_process_params()
[all …]
H A Dieee80211_scan_sta.c960 tdma_isfull(const struct ieee80211_tdma_param *tdma) in tdma_isfull() argument
964 slotcnt = tdma->tdma_slotcnt; in tdma_isfull()
966 if (isclr(tdma->tdma_inuse, slot)) in tdma_isfull()
1017 const struct ieee80211_tdma_param *tdma = in match_bss() local
1021 if (tdma == NULL) in match_bss()
1023 else if (tdma->tdma_version != ts->tdma_version) in match_bss()
1025 else if (tdma->tdma_slot != 0) in match_bss()
1027 else if (tdma_isfull(tdma)) in match_bss()
H A Dieee80211_input.c642 scan->tdma = frm; in ieee80211_parse_beacon()
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_tdma.c132 const struct ieee80211_tdma_state *tdma);
208 const struct ieee80211_tdma_state *tdma) in ath_tdma_bintvalsetup() argument
211 sc->sc_tdmaslotlen = tdma->tdma_slotlen; in ath_tdma_bintvalsetup()
214 tdma->tdma_slotcnt, 1024); in ath_tdma_bintvalsetup()
219 if (tdma->tdma_slot == 0) { in ath_tdma_bintvalsetup()
278 tdma = vap->iv_tdma; in ath_tdma_config()
314 tdma->tdma_slot, tdma->tdma_slotlen, tdma->tdma_slotcnt, in ath_tdma_config()
322 t.tdma_slot = htobe32(tdma->tdma_slot); in ath_tdma_config()
323 t.tdma_slotlen = htobe32(tdma->tdma_slotlen); in ath_tdma_config()
324 t.tdma_slotcnt = htobe32(tdma->tdma_slotcnt); in ath_tdma_config()
[all …]
H A Dif_ath_tdma.h51 const struct ieee80211_tdma_param *tdma, int changed);
/dragonfly/tools/tools/net80211/scripts/
H A Dsetup.tdma-slave12 WLAN=`ifconfig wlan create wlanmode tdma wlandev $WIRELESS`
14 wlandebug -i $WLAN state+scan+tdma
H A Dsetup.tdma-master12 WLAN=`ifconfig wlan create wlanmode tdma wlandev $WIRELESS`
14 wlandebug -i $WLAN state+scan+tdma
/dragonfly/sys/netproto/802_11/
H A Dieee80211_scan.h248 uint8_t *tdma; member
/dragonfly/sbin/ifconfig/
H A Difieee80211.c3180 const struct ieee80211_tdma_param *tdma = in printtdmaie() local
3185 tdma->tdma_version, tdma->tdma_slot, tdma->tdma_slotcnt, in printtdmaie()
3186 LE_READ_2(&tdma->tdma_slotlen), tdma->tdma_bintval, in printtdmaie()
3187 tdma->tdma_inuse[0]); in printtdmaie()