Home
last modified time | relevance | path

Searched refs:NOT_ALLOWED (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dop_classes.c37 return NOT_ALLOWED; in allow_channel()
94 return NOT_ALLOWED; in verify_80mhz()
102 NOT_ALLOWED) in verify_80mhz()
103 return NOT_ALLOWED; in verify_80mhz()
106 return NOT_ALLOWED; in verify_80mhz()
163 return NOT_ALLOWED; in verify_160mhz()
171 NOT_ALLOWED) in verify_160mhz()
172 return NOT_ALLOWED; in verify_160mhz()
176 return NOT_ALLOWED; in verify_160mhz()
227 return NOT_ALLOWED; in verify_320mhz()
[all …]
H A Dp2p_supplicant.c3707 return NOT_ALLOWED; in has_channel()
3714 return NOT_ALLOWED; in has_channel()
3723 return NOT_ALLOWED; in has_channel()
3777 return NOT_ALLOWED; in wpas_p2p_verify_80mhz()
3780 return NOT_ALLOWED; /* Do not allow DFS channels for P2P */ in wpas_p2p_verify_80mhz()
3788 if (res == NOT_ALLOWED) in wpas_p2p_verify_80mhz()
3789 return NOT_ALLOWED; in wpas_p2p_verify_80mhz()
3796 return NOT_ALLOWED; in wpas_p2p_verify_80mhz()
3800 return NOT_ALLOWED; in wpas_p2p_verify_80mhz()
3855 return NOT_ALLOWED; in wpas_p2p_verify_160mhz()
[all …]
H A Drrm.c537 if (res == NOT_ALLOWED) in wpas_add_channels()
H A Dwpa_supplicant_i.h1810 NOT_ALLOWED, NO_IR, RADAR, ALLOWED enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DRISCVAttributes.h48 enum { NOT_ALLOWED = 0, ALLOWED = 1 }; enumerator
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c667 #define NOT_ALLOWED 1 in checkaccess() macro
688 allowed = NOT_ALLOWED; in checkaccess()
696 #undef NOT_ALLOWED