Generic RADIUS capable host.
Variables: |
|
---|
Create a new accounting RADIUS packet. This utility function creates a new accouting RADIUS packet which can be used to communicate with the RADIUS server this client talks to. This is initializing the new packet with the dictionary and secret used for the client.
Returns: | a new empty packet instance |
---|---|
Return type: | pyrad.packet.AcctPacket |
Create a new authentication RADIUS packet. This utility function creates a new RADIUS authentication packet which can be used to communicate with the RADIUS server this client talks to. This is initializing the new packet with the dictionary and secret used for the client.
Returns: | a new empty packet instance |
---|---|
Return type: | pyrad.packet.AuthPacket |
Create a new RADIUS packet. This utility function creates a new RADIUS authentication packet which can be used to communicate with the RADIUS server this client talks to. This is initializing the new packet with the dictionary and secret used for the client.
Returns: | a new empty packet instance |
---|---|
Return type: | pyrad.packet.Packet |
Send a packet.
Parameters: |
|
---|
Send a packet.
Parameters: |
|
---|