Searched refs:NOT_ALLOWED (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dop_classes.c31 return NOT_ALLOWED;
73 return NOT_ALLOWED;
80 if (allow_channel(mode, adj_chan, &flags) == NOT_ALLOWED)
81 return NOT_ALLOWED;
87 return NOT_ALLOWED;
131 return NOT_ALLOWED;
138 if (allow_channel(mode, adj_chan, &flags) == NOT_ALLOWED)
139 return NOT_ALLOWED;
149 return NOT_ALLOWED;
171 return NOT_ALLOWED;
[all...]
H A Dp2p_supplicant.c3413 return NOT_ALLOWED;
3422 return NOT_ALLOWED;
3429 return NOT_ALLOWED;
3466 return NOT_ALLOWED;
3468 return NOT_ALLOWED; /* Do not allow DFS channels for P2P */
3475 if (res == NOT_ALLOWED)
3476 return NOT_ALLOWED;
3481 return NOT_ALLOWED;
3483 return NOT_ALLOWED;
3485 return NOT_ALLOWED;
[all...]
H A Dwpa_supplicant_i.h1412 NOT_ALLOWED, NO_IR, ALLOWED enumerator in enum:chan_allowed
H A Drrm.c527 if (res == NOT_ALLOWED || (res == NO_IR && active))
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c667 #define NOT_ALLOWED 1 macro
688 allowed = NOT_ALLOWED;
696 #undef NOT_ALLOWED macro

Completed in 202 milliseconds