Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dop_classes.c45 return ALLOWED; in allow_channel()
115 return ALLOWED; in verify_80mhz()
185 return ALLOWED; in verify_160mhz()
248 return ALLOWED; in verify_320mhz()
308 return ALLOWED; in verify_channel()
H A Dp2p_supplicant.c3719 return ALLOWED; in has_channel()
3762 enum chan_allowed res, ret = ALLOWED; in wpas_p2p_verify_80mhz()
3841 enum chan_allowed res, ret = ALLOWED; in wpas_p2p_verify_160mhz()
3895 return ALLOWED; in wpas_p2p_verify_edmg()
3995 if (res == ALLOWED) { in wpas_p2p_setup_channels()
4083 if (ret == ALLOWED) { in wpas_p2p_get_sec_channel_offset_40mhz()
4109 if (!(ret == ALLOWED || (ret == RADAR && wpa_s->p2p_go_allow_dfs))) in wpas_p2p_get_vht80_center()
4133 if (!(ret == ALLOWED || (ret == RADAR && wpa_s->p2p_go_allow_dfs))) in wpas_p2p_get_vht160_center()
6706 chan, BW80) != ALLOWED) in wpas_p2p_init_go_params()
6739 BW40) == ALLOWED) in wpas_p2p_init_go_params()
[all …]
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/contrib/wpa/src/pae/
H A Dieee802_1x_cp.c166 SM_STATE(CP, ALLOWED) in SM_STATE() argument
168 SM_ENTRY(CP, ALLOWED); in SM_STATE()
371 SM_ENTER(CP, ALLOWED); in SM_STEP()
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c666 #define ALLOWED 0 in checkaccess() macro
669 int allowed = ALLOWED; in checkaccess()
686 allowed = ALLOWED; in checkaccess()
695 #undef ALLOWED