Home
last modified time | relevance | path

Searched refs:B (Results 1 – 3 of 3) sorted by relevance

/net/batman-adv/
DKconfig2 # Copyright (C) 2007-2019 B.A.T.M.A.N. contributors:
7 # B.A.T.M.A.N meshing protocol
11 tristate "B.A.T.M.A.N. Advanced Meshing Protocol"
15 B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is
22 bool "B.A.T.M.A.N. V protocol"
26 This option enables the B.A.T.M.A.N. V protocol, the successor
27 of the currently used B.A.T.M.A.N. IV protocol. The main
32 B.A.T.M.A.N. V is currently considered experimental and not
33 compatible to B.A.T.M.A.N. IV networks.
91 bool "B.A.T.M.A.N. debugging"
[all …]
/net/wireless/
Dlib80211_crypt_wep.c85 u8 B = (wep->iv >> 16) & 0xff; in lib80211_wep_build_iv() local
86 if (B >= 3 && B < klen) in lib80211_wep_build_iv()
/net/mac80211/
Dwep.c41 u8 B = (iv >> 16) & 0xff; in ieee80211_wep_weak_iv() local
42 if (B >= 3 && B < 3 + keylen) in ieee80211_wep_weak_iv()