Searched refs:wBeaconInterval (Results 1 – 3 of 3) sorted by relevance
48 unsigned short wBeaconInterval);50 unsigned short wBeaconInterval);52 u64 CARDqGetNextTBTT(u64 qwTSF, unsigned short wBeaconInterval);62 unsigned short wBeaconInterval);
376 unsigned short wBeaconInterval) in CARDbSetBeaconPeriod() argument382 qwNextTBTT = CARDqGetNextTBTT(qwNextTBTT, wBeaconInterval); in CARDbSetBeaconPeriod()385 VNSvOutPortW(priv->PortOffset + MAC_REG_BI, wBeaconInterval); in CARDbSetBeaconPeriod()386 priv->wBeaconInterval = wBeaconInterval; in CARDbSetBeaconPeriod()831 u64 CARDqGetNextTBTT(u64 qwTSF, unsigned short wBeaconInterval) in CARDqGetNextTBTT() argument835 beacon_int = wBeaconInterval * 1024; in CARDqGetNextTBTT()859 unsigned short wBeaconInterval) in CARDvSetFirstNextTBTT() argument866 qwNextTBTT = CARDqGetNextTBTT(qwNextTBTT, wBeaconInterval); in CARDvSetFirstNextTBTT()888 unsigned short wBeaconInterval) in CARDvUpdateNextTBTT() argument892 qwTSF = CARDqGetNextTBTT(qwTSF, wBeaconInterval); in CARDvUpdateNextTBTT()
288 unsigned short wBeaconInterval; member