You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- 2First, doing anything based on a MAC address is pretty pointless because it is so easy to spoof a MAC address. Second, You can set QoS on the layer-3 packet, but it sounds like you want a non-existent layer-2 frame QoS. The 802.11 protocol requires fair sharing of the airwaves, and it requires devices to yield to other devices wanting to use the airwaves. Only one device at a time can use a frequency. That medium belongs to everybody.Ron Maupin– Ron Maupin ♦2016-11-13 18:27:23 +00:00Commented Nov 13, 2016 at 18:27
- I was afraid that would be the answer.... :(frank ankersly– frank ankersly2016-11-13 18:44:30 +00:00Commented Nov 13, 2016 at 18:44
- 1There are QoS mechanisms for wireless, but only if the client agrees to use them. You are at the mercy of unmanaged clients who don't play by the rules.Ron Trunk– Ron Trunk2016-11-13 19:05:23 +00:00Commented Nov 13, 2016 at 19:05
- How would one impliment the QoS for wifi? is this an app which the client needs to run? Is it something which can be implemented on iOS devices?frank ankersly– frank ankersly2016-11-13 19:34:27 +00:00Commented Nov 13, 2016 at 19:34
- 1Many (wired) APs at low power serving as few devices (small physical areas) as possible would be one approach to minimizing airwave contention. It's also general good wifi design practice.Ecnerwal– Ecnerwal2016-11-13 22:51:24 +00:00Commented Nov 13, 2016 at 22:51
| Show 2 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. cisco-asa), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you