Searched refs:tdma (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_tdma.c | 346 if (scan.tdma == NULL) { in tdma_recv_mgmt() 428 __func__, tdma->tdma_slotcnt); in tdma_update() 447 __func__, tdma->tdma_bintval); in tdma_update() 458 if (isclr(tdma->tdma_inuse, slot)) in tdma_update() 462 __func__, tdma->tdma_slotcnt, in tdma_update() 463 tdma->tdma_inuse[0]); in tdma_update() 537 if (len < sizeof(*tdma) - 2) { in tdma_process_params() 556 if (tdma->tdma_slot >= TDMA_MAXSLOTS) { in tdma_process_params() 587 (void) tdma_update(vap, tdma, ni, 0); in tdma_process_params() 621 tdma->tdma_slot, in tdma_process_params() [all …]
|
| H A D | ieee80211_scan_sta.c | 999 tdma_isfull(const struct ieee80211_tdma_param *tdma) in tdma_isfull() argument 1003 slotcnt = tdma->tdma_slotcnt; in tdma_isfull() 1005 if (isclr(tdma->tdma_inuse, slot)) in tdma_isfull() 1056 const struct ieee80211_tdma_param *tdma = in match_bss() local 1060 if (tdma == NULL) in match_bss() 1062 else if (tdma->tdma_version != ts->tdma_version) in match_bss() 1064 else if (tdma->tdma_slot != 0) in match_bss() 1066 else if (tdma_isfull(tdma)) in match_bss()
|
| H A D | ieee80211_scan.h | 250 uint8_t *tdma; member
|
| H A D | ieee80211_input.c | 628 scan->tdma = frm; in ieee80211_parse_beacon()
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/amlogic/ |
| H A D | meson-axg.dtsi | 767 function = "tdma"; 775 function = "tdma"; 783 function = "tdma"; 791 function = "tdma"; 799 function = "tdma"; 807 function = "tdma"; 815 function = "tdma"; 823 function = "tdma"; 831 function = "tdma";
|
| /f-stack/tools/ifconfig/ |
| H A D | ifieee80211.c | 3430 const struct ieee80211_tdma_param *tdma = in printtdmaie() local 3435 tdma->tdma_version, tdma->tdma_slot, tdma->tdma_slotcnt, in printtdmaie() 3436 LE_READ_2(&tdma->tdma_slotlen), tdma->tdma_bintval, in printtdmaie() 3437 tdma->tdma_inuse[0]); in printtdmaie()
|