]> git.ipfire.org Git - thirdparty/hostap.git/commit
Add generic operating class and channel to frequency function
authorJouni Malinen <j@w1.fi>
Sat, 22 Nov 2014 17:48:08 +0000 (19:48 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 22 Nov 2014 18:17:47 +0000 (20:17 +0200)
commit533630625d03cb96cebdaeb35c2a770c25891d3d
tree130f85492781c7677a7db7b3037c3eb33c325cf7
parent73360424d908ec8752a5333a3cbea470b7c0d2ce
Add generic operating class and channel to frequency function

ieee80211_chan_to_freq() is a generic function that replaces and extends
the previous P2P-specific p2p_channel_to_freq(). The new function
supports both the global operating class table as well as the additional
US, EU, JP, and CN operating class tables.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/common/ieee802_11_common.c
src/common/ieee802_11_common.h
src/p2p/p2p_utils.c