Searched refs:wl_mask (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/rc/
H A Dlan.c898 unsigned int m, wl_mask = 0; /* bit0~3: 2G, bit4~7: 5G */ local
928 wl_mask |= 1;
937 wl_mask |= 1 << sunit;
942 wl_mask |= (1 << 4);
951 wl_mask |= 1 << (sunit + 4);
1041 m = wl_mask & 0xFF;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/
H A Dlan.c898 unsigned int m, wl_mask = 0; /* bit0~3: 2G, bit4~7: 5G */ local
928 wl_mask |= 1;
937 wl_mask |= 1 << sunit;
942 wl_mask |= (1 << 4);
951 wl_mask |= 1 << (sunit + 4);
1041 m = wl_mask & 0xFF;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/
H A Dlan.c898 unsigned int m, wl_mask = 0; /* bit0~3: 2G, bit4~7: 5G */ local
928 wl_mask |= 1;
937 wl_mask |= 1 << sunit;
942 wl_mask |= (1 << 4);
951 wl_mask |= 1 << (sunit + 4);
1041 m = wl_mask & 0xFF;

Completed in 123 milliseconds