Home | History | Annotate | Download | only in utils

Lines Matching refs:DOT11_FC_WEP_SHIFT

197 #define  DOT11_FC_WEP_SHIFT         14
200 #define IS_WEP_ON(fc) ((1 << DOT11_FC_WEP_SHIFT) & (fc))