Searched refs:ALLOWED (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | op_classes.c | 45 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 D | p2p_supplicant.c | 3719 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 D | wpa_supplicant_i.h | 1810 NOT_ALLOWED, NO_IR, RADAR, ALLOWED enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | RISCVAttributes.h | 48 enum { NOT_ALLOWED = 0, ALLOWED = 1 }; enumerator
|
/freebsd/contrib/wpa/src/pae/ |
H A D | ieee802_1x_cp.c | 166 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 D | ftpd.c | 666 #define ALLOWED 0 in checkaccess() macro 669 int allowed = ALLOWED; in checkaccess() 686 allowed = ALLOWED; in checkaccess() 695 #undef ALLOWED
|